z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZZ8606I

z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
SC27-3657-01

EZZ8606I
DCAS INITIALIZATIONS FAILED: errtype ERRNO errno

Explanation

When trying to start DCAS, a main thread initialization failed.
errtype
can be one of the following:
Thread Attribute
Failed creating a thread attribute.
Thread Key
Failed creating a thread key.
errno
errno is the decimal z/OS® UNIX System Services return code set by the Language Environment® C Run-Time service that DCAS invoked. These return codes are listed and described in the return codes (errnos) information in z/OS UNIX System Services Messages and Codes. The Language Environment Run-Time function invocation that failed is one of the following:
Thread Attribute, Thread Key
pthread_attr_init()
Thread Key
pthread_key_create()

System action

DCAS is not started.

Operator response

None.

System programmer response

Make sure that DCAS is started with the POSIX(ON) runtime option. DCAS uses the Language Environment C/C++ Run-Time library services. Verify that a problem does not exist with the Language Environment Run-Time Library. The z/OS XL C/C++ Runtime Library Reference describes the function calls and the errno's returned.

Module

dcasmain dcasinit

Procedure name

initprocess daemonize

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014