TCP/IP TELNET Management Programming Manual

ZTNT-ERR-NO-STOP-OBJ-ACTV
Error Numbers and Error Lists
53474 Tandem Computers Incorporated A–3
ZTNT-ERR-NO-STOP-OBJ-ACTV
The STOP WINDOW command has been issued but cannot execute because the
specified window still has active opens.
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-ENUM.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token described in the Distributed Systems Management
(DSM) Programming Manual. Its value consists of the TELNET subsystem ID and
the error number ZTNT-ERR-NO-STOP-OBJ-ACTV. This token is always present
in the error list.
ZCOM-TKN-OBJNAME
is the object name on which the error occurred in the command. This token is
present in the error list if its presence is relevant to the cause of the error. That is,
if the error was detected after the subsystem made choices based on the object
name, this token is present in the error list. Otherwise, this token is omitted from
the list.
ZCOM-TKN-OBJTYPE
is the object type provided with the command on which the error occurred. Its
value defines the type of object against which the command was issued. Its only
possible value is ZCOM-OBJ-WINDOW.
Recommended Action
Either close all the open files within the specified window and reissue the STOP
command, or issue the ABORT command instead. The ABORT command stops
windows without regard to any processing currently in progress, but at the risk of
leaving files in an inconsistent state.