2051 (0803) (RC2051): MQRC_PUT_INHIBITED
Explanation
MQPUT and MQPUT1 calls are currently inhibited for the queue, or for the queue to which this queue resolves.
This reason code can also occur in the Feedback field in the message descriptor of a report message; in this case it indicates that the error was encountered by a message channel agent when it attempted to put the message on a remote queue.
Completion code
MQCC_FAILED
Programmer response
If the system design allows put requests to be inhibited for short periods, retry the operation later.
This reason code is also used to identify the corresponding event message Put Inhibited.
System programmer action
Use ALTER QLOCAL(...) PUT(ENABLED) to allow messages to be put.
Parent topic: API reason codes