OSI/MHS Management Programming Manual
Errors and Error Lists
OSI/MHS Management Programming Manual—424824-001
A-10
7: ZMHS-ERR-NO-PARENT-OBJ
7: ZMHS-ERR-NO-PARENT-OBJ
An attempt was made to add a child object before the parent object was added.
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-
NO-PARENT-OBJ. 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, ZCOM-OBJ-APPL,
ZCOM-OBJ-GROUP, ZCOM-OBJ-GATEWAY, or ZCOM-OBJ-ROUTE. This
token is always present in the error list.
Cause. The parent object has not been configured. For group, this is a CLASS object;
for an APPL, CLASS, and MTA, it is the SUBSYS object; and for a route, it is the MTA
object.
Recovery. Add the parent object and retry the command, or add the desired object
below another configured parent object.
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.