2280 (08E8) (RC2280): MQRC_HCONFIG_ERROR

Explanation

The configuration handle Hconfig specified on the MQXEP call or MQZEP call is not valid. The MQXEP call is issued by an API exit function; the MQZEP call is issued by an installable service.
  • On z/OS®, this reason code does not occur.

Completion Code

MQCC_FAILED

Programmer response

Specify the configuration handle that was provided by the queue manager:
  • On the MQXEP call, use the handle passed in the Hconfig field of the MQAXP structure.
  • On the MQZEP call, use the handle passed to the installable service's configuration function on the component initialization call. For more information about installable services, see Installable services and components for UNIX, Linux® and Windows .