OSI/MHS Management Programming Manual

Errors and Error Lists
OSI/MHS Management Programming Manual424824-001
A-22
19: ZMHS-ERR-DUPL-GW-PNAME
19: ZMHS-ERR-DUPL-GW-PNAME
An attempt was made to add or alter a GATEWAY object with a duplicate GW-PNAME
or GW-AUX-PNAME attribute.
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-
DUPL-GW-PNAME. This token is always present in the error list.
ZCOM-TKN-OBJNAME
is the object-name token, 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-GATEWAY. This token is always present in the error list.
Cause. An attempt was made to add or alter a GATEWAY object, but the GW-PNAME
or the GW-AUX-PNAME attribute specified a process name that was not unique.
Recovery. Specify a unique process name in the ADD GATEWAY or the ALTER
GATEWAY command. Process names must be unique for each GATEWAY object and
across all GATEWAY objects.
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.