GLD1050E Unable to create thread: error_code/reason_code - error_text
Explanation
The LDAP server is unable to create a thread. See the description of pthread_create() in z/OS C/C++ Runtime Library Reference for more information about the error.
In the message text:
- error_code
- Error code from pthread_create()
- reason_code
- Reason code from pthread_create()
- error_text
- Error text corresponding to the error code
System action
The program continues. The request fails.
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 retry the request. If the problem persists, contact the service representative.