|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQRC_CONNECTION_QUIESCING - Manual is wrong |
« View previous topic :: View next topic » |
Author |
Message
|
PeterPotkay |
Posted: Thu Dec 23, 2004 2:22 pm Post subject: MQRC_CONNECTION_QUIESCING - Manual is wrong |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Code: |
MQRC_CONNECTION_QUIESCING
This reason code is issued for CICS and IMS applications when the connection to the queue
manager is in quiescing state, and an application issues one of the following calls:
v MQCONN or MQCONNX on IMS (these calls do not return this reason code on CICS, as
the calls cannot determine that the queue manager is shutting down)
v MQOPEN, with no connection established, or with MQOO_FAIL_IF_QUIESCING included
in the Options parameter
v MQGET, with MQGMO_FAIL_IF_QUIESCING included in the Options field of the
GetMsgOpts parameter
v MQPUT or MQPUT1, with MQPMO_FAIL_IF_QUIESCING included in the Options field of
the PutMsgOpts parameter
MQRC_CONNECTION_QUIESCING is also issued by the message channel agent (MCA)
when the queue manager is in quiescing state.
This reason code occurs only on z/OS.
Corrective action: The application should tidy up and terminate.
|
But with my VB.NET MQClient app running on a Windows XP 5.3 CSD08 machine connecting to a QM running on another Windows 5.3 CSD08 server, I can get a 2202 error when I bring down the QM using amqmdain, if I do not specify FAIL_IF_QUIESCING on the MQGET. If I do specify that option, I get 2161 - MQRC_QMGR_QUIESCING.
This reason code DOES occur on platforms other than z/OS, so make sure you code for it in your app's error handling section, regardless of platform.
Someone from IBM might want to fix this in the manual...... _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|