OSI/TS Management Programming Manual
ZCOM Errors Returned by OSI/AS
Errors and Error Lists
A–2 056786 Tandem Computers Incorporated
11: ZOS4-ERR-OBJ-ACTV This error is returned to the STOP PROCESS command when the TSP process still has
one or more subdevices opened by an application.
Tokens in Error List
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-SSSCTL.
Token Descriptions
ZSPI-TKN-ERROR
is the standard SPI error-list token, as described in the Distributed Systems
Management (DSM) Programming Manual. Its value consists of the OSI/TS
subsystem ID, the version, and the error number ZOS4-ERR-OBJ-ACTV. This
token is always present in the error list.
ZCOM-TKN-OBJNAME
contains the name of the process that reported the error. This token is always
present in the error list.
ZCOM-TKN-OBJTYPE
indicates the type of the object named in ZCOM-TKN-OBJNAME. The value of
this token is ZCOM-OBJ-PROCESS. This token is always present in the error list.
Probable Cause
At least one subdevice is still opened by an application process.
Recommended Action
Check for pending opens by using the LISTOPENS SU command with the wild-card
name $
process-name
.*, and stop or shut down the opening process, if applicable.
Then reissue the STOP PROCESS command.