2482 (09B2) (RC2482): MQRC_PD_ERROR
Explanation
On an MQSETMP or MQINQMP call, the property descriptor structure MQPD is not valid, for one of the following reasons:
- The
StrucIdfield is not MQPD_STRUC_ID. - The
Versionfield 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 occur.)
- The
Contextfield contains an unrecognized value.
Completion code
MQCC_FAILED
Programmer response
Ensure that input fields in the MQPD structure are set correctly.