2445 (098D) (RC2445): MQRC_CTLO_ERROR

Explanation

On a MQCTL call the MQCTLO structure is not valid for one of the following reasons:
  • The StrucId field is not MQCTLO_STRUC_ID
  • The Version field is specifies a value that is not valid or is 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.)

Completion Code

MQCC_FAILED

Programmer Response

Ensure that input fields in the MQCTLO structure are set correctly.