Author |
Message
|
greffeh |
Posted: Fri Mar 30, 2007 6:28 am Post subject: MQ error |
|
|
Newbie
Joined: 30 Mar 2007 Posts: 3
|
Hello -
We are receiving the following error in the MQ error log:
----- amqrmrsa.c : 467 --------------------------------------------------------
3/30/2007 09:06:12
AMQ9514: Channel 'TX0MCI02_ameritech' is in use.
EXPLANATION:
The requested operation failed because channel 'TX0MCI02_ameritech' is
currently active.
ACTION:
Either end the channel manually, or wait for it to close, and retry the
operation.
----- amqrcsia.c : 911 --------------------------------------------------------
3/30/2007 09:06:12
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'TX0MCI02_ameritech' ended abnormally.
ACTION:
Look at previous error messages for channel program 'TX0MCI02_ameritech' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------
The channel is continuously in a Pause status. Any help is greatly appreciated. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Fri Mar 30, 2007 7:06 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Is there a full queue on the target system? |
|
Back to top |
|
 |
greffeh |
Posted: Fri Mar 30, 2007 7:41 am Post subject: |
|
|
Newbie
Joined: 30 Mar 2007 Posts: 3
|
I really don't know much about MQ, but I do know that on the target system we do not have MQ....we have an application written in C++ to pull the data from the mqseries server |
|
Back to top |
|
 |
greffeh |
Posted: Fri Mar 30, 2007 7:45 am Post subject: |
|
|
Newbie
Joined: 30 Mar 2007 Posts: 3
|
we have our queue limit set to 500 and there are 500 messages in the queue |
|
Back to top |
|
 |
kevinf2349 |
Posted: Fri Mar 30, 2007 8:07 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
greffeh wrote: |
we have our queue limit set to 500 and there are 500 messages in the queue |
That sounds like a full queue to me
Fix that and it should fix the PAUSED state. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Mar 30, 2007 2:25 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The error you showed in the log means probably that due to some network glitch a channel thinks it is running whereas the corresponding sender or receiver is not. Stop the channel that thinks it is running and restart it manually (or pcf ...).
Your channel should go back into a running state.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|