SNAX/APC Management Programming Manual
29: ZAPC-ERR-SUB-NOT-STOPPED
Error Numbers and Error Lists
A–34 111813 Tandem Computers Incorporated
29: ZAPC-ERR-SUB-NOT-STOPPED
Subordinate objects were not stopped.
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–
SUB–NOT–STOPPED 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 ABORT or STOP command issued for an LU object or a PTNR-LU object was
rejected because one or more of its subordinate objects was still in the STARTED state.
Effect
The ABORT or STOP command is rejected
Recovery
Stop all of the target object's subordinate objects before issuing a STOP or ABORT
command to the target object, or specify the SUB parameter with the STOP or ABORT
command.