SNAX/APC Management Programming Manual
35: ZAPC-ERR-UPPER-OBJ-NOT-FOUND
Error Numbers and Error Lists
A–40 111813 Tandem Computers Incorporated
35: ZAPC-ERR-UPPER-OBJ-NOT-FOUND
The parent object was not found.
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–
UPPER–OBJ–NOT–FOUND 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
An ADD command is rejected because the target object is unknown. For example, an
ADD PTNR-LU specified an unknown target LU, or an ADD PTNR-MODE specified
an unknown remote partner LU.
Effect
The ADD command fails.
Recovery
Verify the existence of the parent object, or add the parent object, if necessary, before
attempting to add its subordinates.