Author |
Message
|
gogo |
Posted: Wed Jul 30, 2008 6:52 pm Post subject: MQ reason code 2537 |
|
|
Novice
Joined: 28 Jul 2008 Posts: 11
|
I am working with MQ queue manager. Connecting to it I have a success, but validating of messages produces the error Unable to connect queue manager ... using host ... channel 1 .. port... reason code 2537.
I don't see 2537 in Google and MQseries. What can it mean? |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Jul 30, 2008 7:47 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
i dont think so that is a reason code...
post the exact error message here... _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Jul 30, 2008 7:52 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Quote: |
-bash-3.00$ mqrc 2537
No matching return codes |
How are ou connecting to QM and How are you validating the message.... ?? What are your get options ?? _________________ Cheers |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Jul 30, 2008 8:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
MQ v7.0 Messages manual says:
2537 (09E9) (RC2537): MQRC_CHANNEL_NOT_AVAILABLE
Explanation An MQCONN call was issued from a client to connect to a queue manager but the channel is not currently available. Common causes of this reason code are:
v The channel is currently in stopped state.
v The channel has been stopped by a channel exit.
v The queue manager has reached its maximum allowable limit for this channel from this client.
v The queue manager has reached its maximum allowable limit for this channel.
v The queue manager has reached its maximum allowable limit for all channels.
Completion Code MQCC_FAILED
Programmer Response Examine the queue manager and client error logs for messages explaining the cause of the problem. _________________ Glenn |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Jul 30, 2008 8:30 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
hey dude,
its MQ V7...
we are still on MQ V6......................  _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
gogo |
Posted: Fri Aug 01, 2008 3:17 am Post subject: |
|
|
Novice
Joined: 28 Jul 2008 Posts: 11
|
gbaddeley wrote: |
MQ v7.0 Messages manual says:
2537 (09E9) (RC2537): MQRC_CHANNEL_NOT_AVAILABLE
Explanation An MQCONN call was issued from a client to connect to a queue manager but the channel is not currently available. Common causes of this reason code are:
v The channel is currently in stopped state.
v The channel has been stopped by a channel exit.
v The queue manager has reached its maximum allowable limit for this channel from this client.
v The queue manager has reached its maximum allowable limit for this channel.
v The queue manager has reached its maximum allowable limit for all channels.
Completion Code MQCC_FAILED
Programmer Response Examine the queue manager and client error logs for messages explaining the cause of the problem. |
I have found in the server error logs the details:
The queue manager has reached its maximum allowable limit for this channel.
So qm.ini was edited to fix the issue |
|
Back to top |
|
 |
|