The following messages are issued by SDS Security Services (SCISECUR). SCISECUR is the interface between SDS software and the systems security server, typically RACF.
SCISECUR provides authentication and authorization services of users. Users are represented by SSM objects within the user repository.
In the following messages, MODE=user or MODE=user(type)
where user is
R The user is real, such as an operator at a browser.
V The user is virtual, such as an automated operator.
S The user is internal to SDS software.
and (type) is
(R) Real
(L) Lingering
(X) eXpired
SDS0800I SCISECUR: Initialization complete.
SDS0801E SCISECUR: Initialization failed. See SCISNAP of USER object.
Initialization of SCISECUR failed. Accompanying this message will be a SNAP of the user object which experienced the failure. An analysis of this snap by SDS will help diagnose the error.
SDS0804I SCISECUR: Termination complete.
SDS0805W SCISECUR: Shutdown due to selftest exection mode.
SCISECUR was brought up in selftest mode. Upon completion of the selftest, SCISECUR triggered an EndOfJob.
SDS0806W SCISECUR: Selftest completed normally. No errors detected.
SDS0807E SCISECUR: Selftest completed in error. See SCISNAP of USER object.
The selftest completed in error. Accompanying this message is a snp of the user object which experienced the error. An analysis of this snap by SDS will help diagnose the error.
SDS0810W SCISECUR: Called from $P1 with a bogus USER object.
The program named by the $P1 substitution parameter has a logic error in that it passed an invalid object to SCISECUR.
SDS0811W SCISECUR: Called from $P1 prior to REQ=INIT.
SCI has a logic error in that SCISECUR services were not available for use by the program named by the $P1 substitution parameter.
SDS0812W SCISECUR: Called from $P1 for restricted request.
The program named by the $P1 substitution parameter has a logic error in that it requested a restricted service from SCISECUR.
SDS0814I SCISECUR: ID=userid transitioned from MODE=user(type) to MODE=user(type).
Sometimes an operator can transition between modes. A real operator can start a process that continues after the operator logs off. At the time of the logoff, the operator will transition from MODE=R(R) to MODE=R(L). If the process ends before the operator logs on again, the operator will transition from MODE=R(L) to MODE=R(X). If the process has not ended when the operator logs on again, the operator will transition from MODE=R(L) to MODE=R(R).
SDS0815I SCISECUR: ID=userid MODE=user added to repository of USER objects.
Users are added to the repository when they are made known to SCISECUR by SDS software and they are not already represented by a user object. For real users, this typically happens at the time of a logon request. Logon requests may be classified as assumed/explicit/implicit. So this message does not necessarily mean that the user has attempted an explicit logon.
SDS0816I SCISECUR: ID=userid MODE=user removed from repository of USER objects.
User objects are added to the repository when their objects are no longer required. For real users, this typically happens at the time of a logoff request.
SDS0817I SCISECUR: ID=userid MODE=user rejected by security exit VIPM0700.
This unused message is a vestige of the SCISECUR code that was ported from a VitalSigns product to SDSCI.
SDS0819W SCISECUR: REQ=SWITCH for ID=userid MODE=user failed due to contention.
SCISECUR failed in its attempt to switch the security context because of contention. This error adversely affects the user, but does not adversely affect SDS software.
SDS0820E SCISECUR: ID=userid MODE=user(type) REQ=PASSWORD failed.
SDS0821E + Security Server forbids EXTRACTion of encrypted password.
SDS0822E + Probable cause is a Security Server installation option.
An SCISECUR REQ=PASSWORD function failed for the specified ID/MODE. The failure occurred on execution of the following call to the security server (e.g. RACF, TopSecret, ACF2):
RACROUTE REQUEST=EXTRACT,TYPE=EXTRACT
The cause is probably a security-server installation option that disallows the extraction of encrypted passwords. This error will adversely affect the user interface, at least partially. The only solution is to configure the security server to allow extraction of encrypted passwords. Refer to the documentation for your security server.
