OSI/AS Management Programming Manual

3: ZOSI-ERR-OBJ-ACTV
Errors and Error Lists
A–6 056785 Tandem Computers Incorporated
3: ZOSI-ERR-OBJ-ACTV The command could not be performed because the specified object was in use.
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.
Token Descriptions
ZSPI-TKN-ERROR
is the standard SPI error token, as described in the Distributed Systems Management
(DSM) Programming Manual. Its value consists of the OSI/AS subsystem ID and
the error number ZOSI-ERR-OBJ-ACTV. This token is always present in the error
list.
ZCOM-TKN-OBJNAME
the object-name token, gives the name of the OSI/AS subsystem process that
reported the error. This token is always present in the error list.
ZCOM-TKN-OBJTYPE
is the object type of the object specified in ZCOM-TKN-OBJNAME. The value of
this token is ZCOM-OBJ-PROCESS. This token is always present in the error list.
Probable Cause
A command was specified that could not be performed while the object was in use; for
instance, a STOP SU command was issued for a subdevice that was currently opened
by one or more applications.
Recommended Action
Ensure that the object is not in use and reissue the command, or use the ABORT
command if STOP could not be performed.