M204.1491

From m204wiki
Jump to navigation Jump to search

M204.1491  $usrpriv argument 2 must specify 'log' or 'nolog'

The second argument of the $UsrPriv function is incorrect. That argument specifies that a failure of the user privilege test should be logged as a security violation with an external authorizer. Log indicates that the external authorizer should log the event if possible. NoLog indicates that a failure should not be logged as a security violation if possible.

Note: The logging of external authorizer security violations is under the ultimate control of the external authorizer (for example, ACF2).

Response: Correct the argument to specify Log or NoLog, or omit the argument and use the default of NoLog.

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

Back to list of messages