Author |
Message
|
sammy06 |
Posted: Fri Mar 19, 2010 3:47 am Post subject: Need to find a way to get Flow version using a command |
|
|
Newbie
Joined: 08 Jun 2009 Posts: 5 Location: Australia
|
Hello,
I need to find the version of the running flows in a broker using a command. I tried searching in the forums here, but could not find any posts related to this.
I can see the version of the barfile of the deployed flow in Toolkit, but I need to run a command to find out the same version.
Please help.
Thanks. |
|
Back to top |
|
 |
sammy06 |
Posted: Fri Mar 19, 2010 3:56 am Post subject: |
|
|
Newbie
Joined: 08 Jun 2009 Posts: 5 Location: Australia
|
Missed to mention, mqsilist with its options throws out only the flow names. I am running Broker 6.0.0.3 on AIX v5 |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Mar 19, 2010 3:57 am Post subject: Re: Need to find a way to get Flow version using a command |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
sammy06 wrote: |
I can see the version of the barfile of the deployed flow in Toolkit, but I need to run a command to find out the same version.
|
how can we find the version of the barfile....would you please tell us _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sammy06 |
Posted: Fri Mar 19, 2010 4:14 am Post subject: |
|
|
Newbie
Joined: 08 Jun 2009 Posts: 5 Location: Australia
|
Hello Gaya3,
This is what I do: (correct me if im wrong, it works for me)
open up toolkit -> Admin Perspective -> click on the deployed message flow -> I see the bar file name in the Properties window.
maybe this works for me because we have bar files which are named with the version number, like BAR File TEST_FLOW_V001.bar
Thanks. |
|
Back to top |
|
 |
Svp |
Posted: Fri Mar 19, 2010 4:23 am Post subject: |
|
|
Apprentice
Joined: 18 Feb 2010 Posts: 40
|
If you want to get a MessageFlow Version or MessageSet Version you can use Configuration Proxy API or CMP Exerciser(View Only). |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Mar 22, 2010 3:12 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
If you want to get this information from a command, then the mqsilist command in v7 will display all this for you; use the -d 2 flag to show information.
Prior to V7, you need to write your own command, although the "DomainInfo" sample is pretty much good to go (it's in the samples/ConfigMgrProxy directory). |
|
Back to top |
|
 |
sammy06 |
Posted: Mon Mar 22, 2010 11:10 pm Post subject: |
|
|
Newbie
Joined: 08 Jun 2009 Posts: 5 Location: Australia
|
Thanks a lot !!!
I guess I found what i wanted....
thanks once again to all of you, special ones to MQMATT...
 |
|
Back to top |
|
 |
|