2315 (090B) (RC2315): MQRC_SYSTEM_BAG_NOT_ALTERABLE
Explanation
A call was issued to add a data item to a bag, modify the value of an existing data item in a bag, or retrieve a message into a bag, but the call failed because the bag is one that had been created by the system as a result of a previous mqExecute call. System bags cannot be modified by the application.
Completion code
MQCC_FAILED
Programmer response
Specify the handle of a bag created by the application, or remove the call.
Parent topic: API reason codes