Restriction: This topic applies only when the Enterprise Server feature is enabled.
CASCD0001F
The request to start a CAS daemon was not successful
CASCD0002S
CAS failed to create a new process in which to run the CAS daemon A UNIX 'fork' call returned with errno set to errno
CASCD0003S
CAS was unable to run the COBOL RTS in the CAS daemon process A UNIX 'exec' call returned with errno set to errno
CASCD0004S
CAS failed to create named pipe 'pipe-name' which was to be used for communication with the CAS daemon. A UNIX 'mknod' call returned with errno set to errno
CASCD0005S
CAS failed to open named pipe 'pipe-name' which was to be used to receive messages from the CAS daemon A UNIX 'fopen' call returned with errno set to errno
CASCD0006S
An error occurred attempting to read from the named pipe pipe-namewhich was being used to receive messages from the CAS daemon A UNIX 'fgets' call returned with errno set to errno
CASCD0007S
The CAS daemon process has terminated without first sending a severe or fatal error message process status is the status as returned by the UNIX 'wait' call
CASCD0008F
CAS failed to create a UNIX message queue A UNIX message queue call returned with errno set to functionThe call that failed is specified by function, where: 1 = msgget 2 = msgctl 3 = msgrcv 4 = msgsnd
CASCD0009F
CAS detected an error whilst reading from a UNIX message queue A UNIX message queue call returned with errno set to functionThe call that failed is specified by function, where: 1 = msgget 2 = msgctl 3 = msgrcv 4 = msgsnd
CASCD0010F
CAS failed to delete a UNIX message queue during shutdown A UNIX message queue call returned with errno set to functionThe call that failed is specified by function, where: 1 = msgget 2 = msgctl 3 = msgrcv 4 = msgsnd
CASCD0011F
CAS failed to open the system console log file The COBOL file status after failure is RC1,RC2
CASCD0012F
CAS failed to write to the system console log file because the system disk is full.
CASCD0013F
Only one CAS Daemon is required, attempts to start more are rejected
CASCD0014F
A UNIX setuid call has failed, returning errno set to errno. This is probably caused by an attempt to start an CAS Daemon without super-user authority
CASCD0015W
After the CAS Daemon has been created an attempt is made to communicate with it. This attempt was unsuccessful. It is possible that the console daemon may start successfully and this error occurred due to a slow machine.