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:
AuthInfoRecCountis greater than zero, butAuthInfoRecOffsetis zero andAuthInfoRecPtris the null pointer.AuthInfoRecOffsetis not zero andAuthInfoRecPtris not the null pointer.AuthInfoRecPtris not a valid pointer.AuthInfoRecOffsetorAuthInfoRecPtrpoints 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.