2489 (09B9) (RC2489): MQRC_BMHO_ERROR

Explanation

On an MQBUFMH call, the buffer to message handle options structure MQBMHO is not valid, for one of the following reasons:
  • The StrucId field is not MQBMHO_STRUC_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 occur.)

Completion code

MQCC_FAILED

Programmer response

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