Safeguard Management Programming Manual (G06.29+, H06.08+, J06.03+)
Error Numbers and Error Lists
Safeguard Management Programming Manual—422086-028
A-58
ZSFG-ERR-MAX-OWN-EXCEEDED
ZSFG-ERR-MAX-OWN-EXCEEDED
An attempt to add or alter a user or alias record failed because the number of owners
in the resulting OWNER-LIST would have exceeded the maximum allowed by
Safeguard.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, as described in the SPI Programming Manual. Its
value consists of the Safeguard subsystem ID and the error number ZSFG-ERR-
MAX-OWN-EXCEEDED. This token is always present in the error list.
ZCOM-TKN-OBJNAME
is the first object name provided with the command on which the error occurred.
This token is always present in the error list.
ZSFG-TKN-MAX-OWNENTRIES
is the maximum number of owner entries allowed in an OWNER-LIST.
Probable Cause
Execution of an ADD USER, ALTER USER, ADD ALIAS, ALTER ALIAS, ADD GROUP,
or ALTER GROUP command would have resulted in an OWNER-LIST with more
entries than Safeguard supports.
Recommended Action
Use the ZSFG-TKN-MAX-OWNENTRIES token value to determine the maximum
number of owner entries supported by Safeguard. Then decrease the number of
ZSFG-MAP-OWNER-LIST tokens for the ADD USER, ALTER USER, ADD ALIAS,
ALTER ALIAS, ADD GROUP, or ALTER GROUP command to a value less than or
equal to the maximum allowed number of owner entries.
ZSPI-TKN-ERRLIST token type ZSPI-TYP-LIST
ZSPI-TKN-ERROR token type ZSPI-TYP-ERROR
ZCOM-TKN-OBJNAME token type ZSPI-TYPE-STRING
ZCOM-TKN-MAX-OWNENTRIES token type ZSPI-TYPE-INT
ZSPI-TKN-ENDLIST token type ZSPI-TYP-SSCTL
Note. This error token is supported only on systems running G06.27 and later G-series RVUs
and H06.07 and later H-series RVUs.