DWW842I

date time THE SYSTEM LOGGER RETURNED AN ERROR DURING OPERATION IXGCONN CONNECT FOR LOG STREAM logstream. THE LOG STREAM IS BEING DELETED BY ANOTHER PROGRAM. SYSTEM LOGGER RETURN CODE rc REASON CODE rsnc

Explanation

CICS VR detected an error while attempting to access a log stream. The log stream is being deleted by a request from another program and CICS VR cannot connect to it until this program has finished.

In the message text:
date
The current date.
time
The current time.
logstream
The name of the log stream.
rc
The system logger return code.
rsnc
The system logger reason code.

System action

The log stream is made unavailable on this system.

Operator response

The return and reason codes shown are those returned by the system logger. These return and reason codes can be interpreted by reviewing the description of errors for the appropriate system logger operation in the z/OS MVS Programming: Assembler Services Guide . You will need to understand why another program was deleting the log stream and prevent such a conflict from occurring in the future.