OSI/MHS Management Programming Manual
Errors and Error Lists
OSI/MHS Management Programming Manual—424824-001
A-12
9: ZMHS-ERR-INV-FIELDS
9: ZMHS-ERR-INV-FIELDS
A cross check of fields in a token failed. Although the values of the individual fields are
valid, the combination of these fields within a structure is invalid.
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-
INV-FIELDS. 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-PROCESS. This token is always present in the error list.
ZCOM-TKN-PARAM-ERR
is the token that contains the fields.
Cause. On an add or alter of an MTA, the fields REM-LOGON-VALIDATION and the
password fields contain incompatible data. For example, passwords are included when
REM-LOGON-VALIDATION is set to OFF.
On an add or alter of an MS group, an inconsistency was detected between the number
of MR groups specified in the count field and the number actually entered.
Recovery. Check for the inconsistency between the MHS manager’s and requester’s
handling of the commands. 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.
ZCOM-TKN-PARAM-ERR token-type ZSPI-TYP-PARM-ERR.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.