2134 (0856) (RC2134): MQRC_BO_ERROR
Explanation
On an MQBEGIN call, the begin-options structure MQBO is not valid, for one of the following reasons:
- The StrucId field is not MQBO_STRUC_ID.
- The Version field is not MQBO_VERSION_1.
- The parameter pointer is not valid. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results occur.)
- The queue manager cannot copy the changed structure to application storage, even though the call is successful. This can occur, for example, if the pointer points to read-only storage.
Completion code
MQCC_FAILED
Programmer response
Ensure that input fields in the MQBO structure are set correctly.
Parent topic: API reason codes