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:
  • The channel is currently in stopped state.
  • The channel has been stopped by a channel exit.
  • The queue manager has reached its maximum allowable limit for this channel from this client.
  • The queue manager has reached its maximum allowable limit for this channel.
  • 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.