2304 (0900) (RC2304): MQRC_SELECTOR_OUT_OF_RANGE
Explanation
The Selector parameter has a value that is outside the valid range for the call. If the bag was created with the MQCBO_CHECK_SELECTORS option:
- For the mqAddInteger call, the value must be within the range MQIA_FIRST through MQIA_LAST.
- For the mqAddString call, the value must be within the range MQCA_FIRST through MQCA_LAST.
If the bag was not created with the MQCBO_CHECK_SELECTORS option, the value must be zero or greater.
Completion code
MQCC_FAILED
Programmer response
Specify a valid value.
Parent topic: API reason codes