GLD1016E Unable to create mutex: error_code/reason_code - error_text

Explanation

The LDAP server or utility is unable to create a mutex. See the description of pthread_mutex_init() in z/OS C/C++ Runtime Library Reference for more information about the error.
In the message text:
error_code
Error code from pthread_mutex_init()
reason_code
Reason code from pthread_mutex_init()
error_text
Error text corresponding to the error code

System action

The program ends.

Operator response

None.

System programmer response

None.

User response

None.

Problem determination

Not applicable.

Module

None.

Example

None.

Administrator response

Use the information in the message to correct the error. Then restart the program. If the problem persists, contact the service representative.

Source

LDAP

Routing code

None.

Descriptor code

None.

Automation

Not applicable.