Author |
Message
|
tonythomasantony |
Posted: Tue Sep 26, 2006 2:42 am Post subject: Stopped flow Processing. |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 47
|
Hi All
today i have experienced one problem with message flow.
I have stopped messahe flow to collect unprocessed messages from the feed Queue.BUt even if i stopped the flow by right clicking messages are processing .The stopped signal has come to the Execution group and also messahe flow.
My flow is in the form BAR files.
PLease guide me to rectify this problem.
Regards,
Tony |
|
Back to top |
|
 |
vinbud117 |
Posted: Tue Sep 26, 2006 6:50 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
check the 'Open Input Count' of the queue. If its > 0 then some process is still reading from the queue...
also make sure u have stopped the debuggers.... |
|
Back to top |
|
 |
jbanoop |
Posted: Wed Sep 27, 2006 1:19 am Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
I think u mean u stopped the flow from the toolkit and it shows stopped, however it is still running beneath the covers ?
If tht is the case kill the execution group (kill -9 <pid of exe grp>) or better still stop the broker (make sure all the dataflowengine.exe processes are also ended) clear the Q s the flows in the exe grp in concern are tryin to access and then start the broker.
Regards,
Anoop |
|
Back to top |
|
 |
tonythomasantony |
Posted: Mon Oct 09, 2006 1:09 am Post subject: Solved the problem of "Processing of stopped flow" |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 47
|
Hi All,
sorry for the late replay about the "Stopped Flow".
My problem got solved ....
Actually the problem was ,my configmgr DB wasnt not synchronized with Broker DB.
I have shifted my ConfigMgr to a new PC 2 -3 days BAck..but i havent used latest backUp of ConfigMgr DB....
So to sort out the issue ,i have recreated the Broker ....
After that ,my problem got Solved.
Thanks to everyOne....
Regards,
Tony Thomas |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 09, 2006 2:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
This was extreme. Usually I synchronize the following way (V6 broker):
- Remove all children from the unsynchronized execution group
- Redeploy the execution group
- Verify the eg using mqsilist BROKER -e myeg
- When the preceding operation matches everything is O.K. again
However in your case you might have had additional factors in play, like the flow being deployed in multiple egs.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|