Subsystem Control Point (SCP) Management Programming Manual
Event Messages
Subsystem Control Point (SCP) Management Programming Manual—520619-001
6-28
35 ZSCP-EVT-SECURITY-VIOL
ZSCP-TKN-REPLY-ERROR
indicates the reason that SCP cannot deliver the reply. Valid values and their
meanings are:
ZSCP-VAL-REPLY-ERROR-CANCELED
The command specified in the original request was canceled between the time
the request was issued and the time the response was returned.
ZSCP-VAL-REPLY-ERROR-UNKNOWN
The requester that issued the command either no longer exists or has been
reopened under another file number.
Cause. The SCP process received a reply for a requester that no longer existed, had a
new identity, or canceled its original request. If ZSCP-TKN-REPLY-ERROR is
CANCELED, the requester canceled the request to which this is the response. If ZSCP-
TKN-REPLY-ERROR is UNKNOWN, possibly the SCP process closed and then reopened
the subsystem in its attempts to work around a shortage of space in the server control
block (SCB) table.
Effect. The response is discarded, and processing continues.
Recovery. If the command was canceled, check the status of objects that might have
been affected by the corresponding command to determine if any processing was
completed before the cancellation completed. If the cause is unknown, the SCP process
might be overloaded. Start another SCP process to share the processing load.
35 ZSCP-EVT-SECURITY-VIOL
An unauthorized requester issued a sensitive command.
ZCOM-TKN-REQID-PAID
contains the process access ID of the requester.
ZSCP-TKN-BAD-CMD
indicates which sensitive command was disallowed.
ZCOM-TKN-XMGR
identifies the subsystem process to which the request was to be sent.
Tokens in Event Message
ZCOM-TKN-REQID-PAID <1> token-type ZSPI-TYP-STRING
ZSCP-TKN-BAD-CMD <2> token-type ZSPI-TYP-INT.
ZCOM-TKN-XMGR <3> token-type ZSPI-TYP-STRING.
Message Text
Security Violation: PAID: <1>, Cmd: <2>, For: <3>