DSM/Tape Catalog Messages Manual
Remote Procedure Call Messages
DSM/Tape Catalog Messages Manual — 422947-007
10 - 12
4: ZRPC-EVT-SLR-ERR
ZCOM-TKN-SUBJ-FILE
is the only possible value that can be returned as the subject token. ZCOM-TKN-
SUBJ-FILE indicates the socket file name where the error occurred.
ZEMS-TKN-EMPHASIS
is a header token that contains the value ZSPI-VAL-TRUE, indicating that this is a
critical event.
ZRPC-TKN-SOCK-TYPE
indicates the type of socket where the error occurred. Possible values are:
1 indicates the socket was a TCP stream socket.
2 indicates the socket was a UDP datagram socket.
3 indicates the socket was a raw socket.
ZRPC-TKN-WAIT-TYPE
indicates if the failed operation was waited or nowaited. Possible values are:
ZRPC-VAL-WAITED
indicates the failed operation was waited.
ZRPC-VAL-NOWAITED
indicates the failed operation was nowaited.
ZRPC-TKN-IP-ADDR
indicates the remote internet address in binary format.
For descriptions of NonStop TCP/IP error lists, see the TCP/IP Management
Programming Manual.
Event-Message Text
In the text message, sockfile corresponds to the value in ZCOM-TKN-SUBJ-FILE.
error corresponds to the Z-ERROR filed in ZSPI-TKN-ERROR within the error list.
errortext is the error text that corresponds to the value of the Z-ERROR field in
ZSPI-TKN-ERROR within the error list. wait-type corresponds to the value in ZRPC-
TKN-WAIT-TYPE. slr is the Socket Library Routine and corresponds to the value in
ZSPI-TKN-PROC-ERR within the error list. socktype corresponds to the value in
ZRPC-TKN-SOCK-TYPE. ipaddr corresponds to the value in ZRPC-TKN-IP-ADDR.