TCP/IP Management Programming Manual

Event Management
HP NonStop TCP/IP Management Programming Manual529636-001
7-43
22: ZTCI-EVT-ADDR-ERR
ZEMS-TKN-EMPHASIS
is a header token that contains the value ZSPI-VAL-TRUE, indicating that this is a
critical event.
(ZEMS-TKN-) CONSOLE-PRINT, CPU, CRTPID, GENTIME, LOGTIME, PIN,
SYSTEM, and USERID
are automatically placed in the header when the EMSINIT procedure is called and
the event message buffer is initialized. for a description of these tokens, see
Section 5, Common Definitions. For details on any of the EMS tokens, see the
EMS Manual.
ZTCI-TKN-SEV
contains the value ZTCI-VAL-SEV-WARN. This value indicates that
ZTCI-EVT-ADDR-ERR is only a warning message. The process continues to
function, but some functionality has been lost; for example, the network may be
going down, or a device accessed by the TCP/IP subsystem may be experiencing
errors.
ZTCI-TKN-FNAME
contains the name of the file where the parameter error occurred.
ZTCI-TKN-LINE-NUM
contains the number of the line where the parameter error occurred.
Event-Message Text
In the text message, fname corresponds to the value in ZTCI-TKN-FNAME and
line-num corresponds to the value in ZTCI-TKN-LINE-NUM.
Cause. A configuration file contains a parameter error. This message is generated by
SMTP or the Domain Name Server.
Recovery. The line containing the parameter error should be corrected and the
process that detected the error restarted.