OSI/MHS Management Programming Manual
Errors and Error Lists
OSI/MHS Management Programming Manual—424824-001
A-11
8: ZMHS-ERR-CHILD-OBJ-EXISTS
8: ZMHS-ERR-CHILD-OBJ-EXISTS
An attempt was made to delete an object for which children exist. For a SUBSYS, a
child is a CLASS, APPL, or MTA object. For a CLASS, a child is a GROUP object.
For an MTA, a child is a ROUTE object.
ZSPI-TKN-ERROR
is the standard SPI error token, as described in the SPI Programming Manual. Its
value consists of the OSI/MHS subsystem ID and the error number ZMHS-ERR-
CHILD-OBJ-EXISTS. This token is always present in the error list.
ZCOM-TKN-OBJNAME
is the object-name token, and giving the name of the OSI/MHS 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-CLASS, ZCOM-OBJ-MTA, or ZCOM-OBJ-SUBSYS.
This token is always present in the error list.
Cause. Child objects are still configured when a delete object is attempted.
Recovery. Delete any child objects. The names can be obtained through a
LISTOBJECTS command addressed to the parent object with the SUB ONLY modifier.
Retry the command.
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.