Candle GC32-9172-00 Indoor Furnishings User Manual


 
162 Candle Products Messages Manual (KLVHSKONCT)
KMC0005E Your request failed. MQSeries connection shutting down.
Explanation: This reason code occurs only on MVS/ESA. It indicates that the
connection between the Configuration Agent and the Queue Manager is shutting
down.
User Response: Investigate why the Queue Manager connection is shutting
down. If necessary, restart the Queue Manager and the Configuration Agent.
KMC0010E Your request failed. Message format not valid.
Explanation: The Configuration Agent attempted to get a message with the
MQGMO_CONVERT option included in the GetMsgOpts parameter. One or both
of the CodedCharSetId and Encoding fields in the message differs from the
corresponding field in the MsgDesc parameter, but the message cannot be
converted successfully due to an error associated with the message format.
User Response: Check the format name that was specified when the message
was put. If this is not one of the built-in formats, check that a suitable exit with the
same name as the format is available for the Queue Manager to load. Verify that
the data in the message corresponds to the format expected by the exit.
KMC0011E Your request failed. Gets inhibited for the queue.
Explanation: The Configuration Agent attempted to get a message from a
queue, but MQGET calls are currently inhibited for the queue. This can result
from the setting of SYSTEM.MQSC.REPLY.QUEUE (for distributed platforms) or
SYSTEM.COMMAND.REPLY.MODEL (on MVS).
User Response: You must manually reset the get inhibited property for the
queue.
KMC0012E Your request failed. No more MQSeries handles available.
Explanation: The configuration issued an MQOPEN or MQPUT1 call, but the
maximum number of open handles allowed for the agent has already been
reached. Be aware that when a distribution list is specified on the MQOPEN or
MQPUT1 call, each queue in the distribution list uses one handle.
User Response: You must manually change the MAXHANDS property for the
Queue Manager. If the problem persists, contact Candle Customer Support.
KMC0013E Your request failed. Maximum number of MQSeries connections
reached.
Explanation: The MQCONN call from the Configuration Agent was rejected
because the maximum number of concurrent connections has been exceeded.
User Response: Either increase the size of the appropriate install parameter
value, or reduce the number of concurrent connections.
KMC0015E Your request failed. MQSeries message too big for channel.
Explanation: The Configuration Agent put a message to a remote queue, but
the message is larger than the maximum message length allowed by the channel.
This can occur for a Queue Manager which is being configured via an indirect
connection.
User Response: Increase the maximum message size of the channel to the
remote Queue Manager.