2356 (0934) (RC2356): MQRC_WXP_ERROR

Explanation

An MQXCLWLN call was issued from a cluster workload exit to obtain the address of the next record in the chain, but the workload exit parameter structure ExitParms is not valid, for one of the following reasons:
  • 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 StrucId field is not MQWXP_STRUC_ID.
  • The Version field is not MQWXP_VERSION_2.
  • The CacheContext field does not contain the value passed to the exit by the queue manager.

Completion code

MQCC_FAILED

Programmer response

Ensure that the parameter specified for ExitParms is the MQWXP structure that was passed to the exit when the exit was invoked.