2384 (0950) (RC2384): MQRC_AUTH_INFO_REC_ERROR
Explanation
On an MQCONNX call, the MQSCO structure does not specify the address of the MQAIR records correctly. One of the following applies:- AuthInfoRecCount is greater than zero, but AuthInfoRecOffset is zero and AuthInfoRecPtr is the null pointer.
- AuthInfoRecOffset is not zero and AuthInfoRecPtr is not the null pointer.
- AuthInfoRecPtr is not a valid pointer.
- AuthInfoRecOffset or AuthInfoRecPtr points to storage that is not accessible.
Completion code
MQCC_FAILED
Programmer response
Ensure that one of AuthInfoRecOffset or AuthInfoRecPtr is zero and the other nonzero. Ensure that the field used points to accessible storage.
Parent topic: API reason codes