OSI/MHS Management Programming Manual
Errors and Error Lists
OSI/MHS Management Programming Manual—424824-001
A-8
5: ZMHS-ERR-PROC-NAME
5: ZMHS-ERR-PROC-NAME
An attempt was made to add a group with a process name that is not unique in the
subsystem.
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-
PROC-NAME. 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-GROUP. This token is always present in the error list.
ZMHS-TKN-XFNAME
is the process that is not unique. This token is always present in the error list.
Cause. The process name is being used by another group.
Recovery. Use another process name, or alter or delete the group that is using the
process name.
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.
ZMHS-TKN-XFNAME token-type ZSPI-TYP-STRING.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.