DWW280I
CICS VR FAILED PROCESSING BATCH LOGGING REQUEST: (CONNECT
| WRITE | DISCONNECT | UNDETERMINED). FROM ASID asid JOB jobname STEP stepname FOR
SPHERE dsname LOG STREAM logstream.
RETURN CODE (HEX): rc REASON CODE (HEX): rsnc PROBLEM
DETERMINATION: probdet RETURN CODE (HEX): crc REASON
CODE (HEX): crsnc
CICS VR detected an error while processing a request from the VSAM Batch Logger.
- asid
- The VSAM application address space identification.
- jobname
- The name of the user's job.
- stepname
- The name of the user's job step.
- dsname
- The name of the VSAM sphere.
- logstream
- The name of the log stream.
- rc
- The CICS VR return code.
- rsnc
- The CICS VR reason code.
- probdet
- A brief explanation of the exception. Possible messages include: NO MAIN STORAGE FOR REDO BUFFER or SEVERE ERROR, CICS VR LOGGER DISABLED
- crc
- The return code of the called function.
- crsnc
- The reason code of the called function.
The execution of the request has been terminated. CICS VR returns non-zero return and reason codes to the caller (VSAM batch logger).
If the probdet field contains LOGSTREAM
NOT DEFINED, the system logger could not find the LOGSTREAMID.
Correct the invalid name and rerun the job. If the error condition persists,
contact your system programmer. If the prodbet field contains: NO
MAIN STORAGE FOR REDO BUFFER, the CICS VR Logging Service is loaded
and batch logging for the specified job is terminated. If the error condition
persists, contact your system programmer. If the prodbet field contains: SEVERE
ERROR, CICS VR LOGGER DISABLED, the CICS VR Logging Service is no longer
available for batch logging requests. In order to resume batch logging, terminate
and restart the CICS VR Server.
If the probdet field
contains DUPLICATE REQUEST, the CONNECT request
for a VSAM sphere data set name was rejected because a connection for a VSAM
sphere with the same data set name was already established by a request from
another client's address space. If there is no other job running that uses
the batch logger for a VSAM sphere with the same data set name, then rerun
the failed job. If the error condition persists, contact your system programmer.
If the probdet field contains VSAM LEVEL IS
LOWER THAN CICS VR ONE, you might not use CICS VR Logger until VSAM
level is up to date.
If the probdet field contains L/S
FOR HLQ DOES NOT MATCH, you should check whether the undo logstream
associations in the panels are set properly for HLQ. Do this by comparing
with the associations for your username or jobname.
If
the probdet field contains L/S FOR USERNAME AND JOBNAME DO NOT MATCH,
you should check whether the undo logstream association for the username matches
the jobname one.