2424 (0978) (RC2424): MQRC_SD_ERROR

Explanation

On the MQSUB call, the Subscription Descriptor MQSD is not valid, for one of the following reasons:
  • The StrucId field is not MQSD_SCTRUC_ID.
  • The Version field specifies a value that is not valid or not supported.
  • The parameter pointer is not valid (it is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results can occur).
  • The queue manager cannot copy the changes 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 MQSD structure are set correctly.