2388 (0954) (RC2388): MQRC_LDAP_USER_NAME_ERROR
Explanation
On an MQCONNX call, an LDAP user name in an MQAIR record is not specified correctly. One of the
following applies:
LDAPUserNameLengthis greater than zero, butLDAPUserNameOffsetis zero andLDAPUserNamePtris the null pointer.LDAPUserNameOffsetis nonzero andLDAPUserNamePtris not the null pointer.LDAPUserNamePtris not a valid pointer.LDAPUserNameOffsetorLDAPUserNamePtrpoints to storage that is not accessible.
Completion code
MQCC_FAILED
Programmer response
Ensure that one of LDAPUserNameOffset or LDAPUserNamePtr is
zero and the other nonzero. Ensure that the field used points to accessible storage.