Author |
Message
|
osudheer |
Posted: Fri Mar 08, 2013 2:12 am Post subject: mqsireload is not able restart the broker |
|
|
Newbie
Joined: 24 Oct 2010 Posts: 8
|
We are facing strange issue with mqsireload command. Mqsireload command not able restart the broker..its working fine from past 3 years every night after business hours of my banking client. But we made new change in the we are calling a Stored procedure with ATOMIC mode..after this change its not able restart the broker..we had to kill the broker and start it manually. Can anyone suggest some solution in this regard..thanks |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Fri Mar 08, 2013 2:19 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
Hi,
What is version of your broker?
--
Marko |
|
Back to top |
|
 |
osudheer |
Posted: Fri Mar 08, 2013 2:37 am Post subject: |
|
|
Newbie
Joined: 24 Oct 2010 Posts: 8
|
MB version 7.0.1.3.
thanks,
Sudheer |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Mar 08, 2013 2:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Without more information there is only one recommendation: roll back the change...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
osudheer |
Posted: Fri Mar 08, 2013 3:23 am Post subject: |
|
|
Newbie
Joined: 24 Oct 2010 Posts: 8
|
Can you please let me know what kind of information ..you are looking for...I can provide that....thanks |
|
Back to top |
|
 |
zpat |
Posted: Fri Mar 08, 2013 3:42 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
osudheer wrote: |
MB version 7.0.1.3.
thanks,
Sudheer |
That is a version of MQ, not of WMB. |
|
Back to top |
|
 |
marko.pitkanen |
Posted: Fri Mar 08, 2013 3:42 am Post subject: |
|
|
 Chevalier
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
|
You could perhaps provide code around and involved the change you made. Any exceptions from syslog to do with reload problems...
--
Marko |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Mar 08, 2013 5:48 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
The mqsireload command does not restart Brokers. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
ydeonia |
Posted: Thu Mar 14, 2013 7:29 pm Post subject: |
|
|
Acolyte
Joined: 29 Oct 2012 Posts: 74
|
Try
Code: |
mqsistop Broker
and
mqsistart Broker |
mqsireload request the broker to stop and restart execution groups
Please show the error log here when you execute the mqsireload command |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 15, 2013 4:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ydeonia wrote: |
mqsireload request the broker to stop and restart execution groups |
No it doesn't. The broker will not stop as a result of an mqsireload command (as my most worthy associate pointed out) any more than it will start it. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Fri Mar 15, 2013 4:52 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
It does stop/start the execution group though.
If that fails to stop then you may have a message flow in a waiting state.
Be careful not to get deadlocks by acquiring any locks in the same order across flows. Always release them as soon as possible.
There are not many reasons to use BEGIN ATOMIC - please explain why you think it's necessary? Is this in the ESQL? |
|
Back to top |
|
 |
|