CASCD0000 - CASCD0019
CASCD0001F TX Daemon could not be started
The request to start a TX daemon was not successful.
CASCD0002S Failed to create TX Daemon, reason = errno
TX failed to create a new process in which to run the TX daemon A UNIX 'fork' call returned with errno set to
errno
.
CASCD0003S Failed to 'exec' COBOL RTS, reason = errno
TX was unable to run the COBOL RTS in the TX daemon process A UNIX 'exec' call returned with errno set to
errno
.
CASCD0004S Error creating named-pipe 'pipe-name', reason = errno
TX failed to create named pipe '
pipe-name
' which was to be used for communication with the TX daemon.
CASCD0005S Error opening named-pipe 'pipe-name', reason = errno
TX failed to open named pipe '
pipe-name
' which was to be used to receive messages from the TX daemon A UNIX 'fopen' call returned with errno set to
errno
.
CASCD0006S Error reading named-pipe 'pipe-name', reason = errno
An error occurred attempting to read from the named pipe
pipe-name
which was being used to receive messages from the TX daemon A UNIX 'fgets' call returned with errno set to
errno
.
CASCD0007S TX Daemon died unexpectedly, final status was process status
The TX 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 Error Creating Message Queue, reason = function,errno
TX failed to create a UNIX message queue.
CASCD0009F Error Reading from Message Queue, reason = function,errno
TX detected an error whilst reading from a UNIX message queue.
CASCD0010F Error Deleting Message Queue, reason = function,errno
TX failed to delete a UNIX message queue during shutdown.
CASCD0011F Unexpected failure opening log file, reason = RC1,RC2
TX failed to open the system console log file The COBOL file status after failure is
RC1
,
RC2
.
CASCD0012F Unable to write to console log, system disk is full
TX failed to write to the system console log file because the system disk is full.
CASCD0013F Attempt to start second Console Daemon rejected
Only one TX Daemon is required, attempts to start more are rejected.
CASCD0014F User authorization failure, reason = errno
A UNIX setuid call has failed, returning errno set to
errno
.
CASCD0015W Error communicating with TX Daemon
After the TX Daemon has been created an attempt is made to communicate with it.
CASCD0016W Invalid auto-start region name 'auto-start-region-name'
The region name specified on the command line to dfhtxs to auto-start was found to be invalid.
CASCD0017I cascd: cascd-message
Ad hoc message.
CASCD0018I Batch job user impersonation active for user : 'Impersonation target user'
Confirmation that user impersonation for batch job execution has been configured.
CASCD0019I Batch job user impersonation initialization failed for user : 'Impersonation target user' RC: return code errno: errno
Environment initialization of user impersonation for batch job execution has been unsuccessful.
Parent topic:
CASCD - CICS Console Daemon Error Messages