2595 (0A23)(RC2595): MQRC_CSP_ERROR


Explanation

The connect call failed because the MQCSP structure was not valid for one of the following reasons:

  • The StrucId field is not MQCSP_STRUC_ID
  • The Version field specifies a value that is not valid or not supported.
  • The AuthenticationType field specifies a value that is not valid or not supported.
  • The user identifier is incorrectly specified.
  • The password is incorrectly specified.


Completion code

MQCC_FAILED


Programmer response

Ensure that the MQCSP structure is correct.

On z/OS :

  • Check that the IBM MQ libraries in STEPLIB are at the same or a higher level than the queue manager.
  • If we are using USS, check that the LIBPATH has matching libraries, for example LIBPATH=$LIBPATH:"/mqm/V8R0M0/java/lib/".

Parent topic: API reason codes