TCP/IP TELNET Management Programming Manual

ZTNT-EVT-TELNET-WRITE-ERR
Event Management
53474 Tandem Computers Incorporated 7–7
ZEMS-TKN-SUBJECT-MARK
is the standard EMS token that always immediately precedes the subject token—
here, ZCOM-TKN-SUBJ-WINDOW.
ZCOM-TKN-SUBJ-WINDOW
contains the name of the TELNET window that is the subject of this event
message.
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. See Section 5, “Common Definitions,” for
descriptions of these tokens. For details on any of the EMS tokens, refer to the
Event Management Service (EMS) Manual.
ZTNT-TKN-SEV
contains the value ZTNT-VAL-SEV-WARN. This value indicates that ZTNT-EVT-
TELNET-WRITE-ERR is only a warning message. The process continues to
function, but some functionality is lost; some windows may be down, but the
TELNET server is still functioning.
ZTNT-TKN-ERR-NUM
contains the file-system error that has occurred. Refer to the System Procedure
Errors and Messages Manual for details on this token.
ZTNT-TKN-FILE-NUM
contains the file descriptor number of the TCP/IP process that was accessed by the
TELNET process when the WRITE operation failed. This file number is a
temporary identification number used by system procedures to access the open
file. For a more detailed explanation of file numbers, refer to the GUARDIAN 90
Operating System Programmer’s Guide.
ZTNT-TKN-TERM
contains the name of the TELNET window that is the subject of this event
message.
Event-Message Text
In the text message,
file-number
corresponds to the value in ZTNT-TKN-FILE-
NUM,
error
corresponds to the value in ZTNT-TKN-ERR-NUM, and
win-spec
corresponds to the value in ZTNT-TKN-TERM.