2099 (0833) (RC2099): MQRC_SIGNAL1_ERROR


Explanation

An MQGET call was issued, specifying MQGMO_SET_SIGNAL in the GetMsgOpts parameter, but the Signal1 field is not valid.

  • On z/OS, the address contained in the Signal1 field is not valid, or points to read-only storage. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results occur.)
  • On Windows, the window handle in the Signal1 field is not valid.

This reason code occurs only on z/OSand Windows .


Completion code

MQCC_FAILED


Programmer response

Correct the setting of the Signal1 field.

Parent topic: API reason codes