2266 (08DA) (RC2266): MQRC_CLUSTER_EXIT_ERROR
Explanation
An MQOPEN, MQPUT, or MQPUT1 call was issued to open or put a message on a cluster queue, but the cluster workload exit defined by the queue manager's ClusterWorkloadExit attribute failed unexpectedly or did not respond in time. Subsequent MQOPEN, MQPUT, and MQPUT1 calls for this queue handle are processed as though the ClusterWorkloadExit attribute were blank.
On z/OS, a message giving more information about the error is written to the system log, for example message CSQV455E or CSQV456E.
Completion code
MQCC_FAILED
Programmer response
Check the cluster workload exit to ensure that it has been written correctly.
Parent topic: API reason codes