MSIR.0482 Shutting down port (portname) because of error on required log file (ddname)

From m204wiki
(Redirected from MSIR.0482)
Jump to navigation Jump to search

There was an error opening or writing to the web log file for a port and the log file had been indicated as required ("LOG REQ" on the JANUS DEFINE command) so the port is immediately shut down (drained). This message should be preceded in the audit trail by at least one other message indicating the exact nature of the problem. Correct the root problem or define the port with an optional log file ("LOG REQ" on the JANUS DEFINE command) so that similar errors will not, in the future, cause the port to be drained.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console
SAVESaves the message in the VIEW ERRORS table

Back to list of messages