Author |
Message
|
nareshm13 |
Posted: Wed May 06, 2015 12:02 pm Post subject: Start and Stop execution groups from command line in WBIMB |
|
|
Apprentice
Joined: 07 Dec 2012 Posts: 29
|
Hi Guys,
Is there any command to start and stop execution groups from command line in WBIMB Version 5.0
Thanks in Advance |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 06, 2015 12:23 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
have you checked if the commands mqsistartexecutiongroup and mqsistopexecutiongroup exist at that level?
Why are you using a level that went out of support about 10 years ago?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
nareshm13 |
Posted: Wed May 06, 2015 12:40 pm Post subject: |
|
|
Apprentice
Joined: 07 Dec 2012 Posts: 29
|
i have not checked these command(mqsistopexecutiongroup)..but for sure it is not there as i verified at bin folder
And coming to the version we are in a mode of decommissioning these versions. And one of the EG process is listening to the queue. I tried stopping the EG through configmgr. But still the process is connected to the queue. So can't able to delete those queues as well.
Thanks In Advance |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed May 06, 2015 10:44 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Have you tried to Delete the Flow in the EG that is reading the Queue?
Or just leave it alone until you are ready to stop and delete the broker itself? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 07, 2015 4:44 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
did you look at the options to mqsistopmsgflow? If it exists at this incredibly old level.
Have you determined if the stop of the EG functions to change the PID of the DataFlowEngine process that is running the EG?
Have you considered other ways to prevent the message flow from reading from a queue, so that it can then be stopped and removed? |
|
Back to top |
|
 |
|