EMS Manual
Collector Errors
EMS Manual—426909-005
22-10
ZEMS- Errors (Over Extended SPI Interface)
ZEMS- Errors (Over Extended SPI Interface)
These errors can be returned by EMS collectors through the extended SPI-compliant
interface in response to ZCOM- command.
Token and Data Type Definitions for ZEMS- Errors
Collector error lists returned in response to extended SPI-compliant ZCOM- collector
commands include tokens and values defined by SPI (prefixed by ZSPI). These tokens
and values are defined here, rather than with each error list, because most of them
occur in several error lists.
SPI Token Codes
These SPI tokens (with prefix ZSPI) occur in collector error lists:
ZSPI-TKN-ERRLIST (type list)
is the SPI token that begins an error list.
ZSPI-TKN-ERROR (type error)
is the standard SPI error token. The DDL for ZSPI-TKN-ERROR is:
DEFINITION ZSPI-DDL-ERROR.
02 Z-SSID TYPE ZSPI-DDL-SSID.
02 Z-ERROR TYPE ZSPI-DDL-ENUM.
END
ZCOM-TKN-OBJNAME (type string)
is the SPI token that returns the name of the object specified in the extended
SPI-compliant ZCOM- command and is included if it is relevant to the analysis
of the error condition.
ZCOM-TKN-OBJTYPE (type enum)
is the SPI token that returns the object type (ZCOM-OBJ-objtype) specified
in the extended SPI-compliant ZCOM- command and is included if relevant to
the analysis of the error condition.
ZSPI-TKN-PARM-ERR
is the standard SPI error token and identifies the token used to establish context.
The ZSPI-TKN-PARM-ERR token gives the token code and index (but not the
value) of a command parameter token used in error.
Note. To express SPI token types such as ZSPI-TYP-UINT, the following listings omit ZSPI-
TYP- and place the remainder in italicized, lowercase letters, as in (type uint).