SNAX/APC Management Programming Manual

30: ZAPC-ERR-TOO-MANY-SUB-OBJ
Error Numbers and Error Lists
111813 Tandem Computers Incorporated A–35
30: ZAPC-ERR-TOO-MANY-SUB-OBJ
Too many subordinate objects have been specified for a single-session LU.
ZSPI–TKN–ERRLIST token–type ZSPI–TYP–LIST.
ZSPI–TKN–ERROR token–type ZSPI–TYP–ERROR.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-STRING
ZSPI–TKN–ENDLIST token–type ZSPI–TYP–SSCTL.
ZSPI–TKN–ERROR
is the standard SPI error token, as described in the SPI Programming Manual. Its
value consists of the subsystem ID and the error number found in the ZAPC–ERR–
TOO–MANY–SUB–OBJ token. ZSPI–TKN–ERROR 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, and is described in Section 4,
“Common Definitions.”
ZCOM-TKN-OBJTYPE
is the object type provided with the command on which the error occurred. This
token is always present in the error list, and is described in Section 4, “Common
Definitions.”
Cause
This error was caused by an attempt to add more subordinate objects than allowed,
using the ADD PTNR-LU or PTNR-MODE commands.
The current implementation has the following restriction: a single-session LU can only
have one partner LU, and a primary LU can only have one PTNR-MODE object. This
error is returned if the ADD command violates this rule.
Effect
The ADD PTNR-LU or PTNR-MODE command fails.
Recovery
Informative message only; no action is required.