DSM/Tape Catalog Messages Manual
Remote Procedure Call Messages
DSM/Tape Catalog Messages Manual — 422947-007
10 - 39
18: ZRPC-EVT-FUNC-CALL-FAIL
18: ZRPC-EVT-FUNC-CALL-FAIL
A function call returned an error.
ZCOM-TKN-OBJTYPE
indicates which type of process reported the event. The only possible value for the
RPC subsystem is ZCOM-OBJ-PROC, the portmapper process.
ZEMS-TKN-EVENTNUMBER
is a header token that contains the event number. Its value is ZRPC-EVT-FUNC-
CALL-FAIL (18).
ZEMS-TKN-SUBJECT-MARK
is the standard EMS token that always immediately precedes the subject token; in
th
is case, ZCOM-TKN-SUBJ-PROC.
ZCOM-TKN-SUBJ-PROC
is the only possible value that can be returned as the subject token. ZCOM-TKN-
SUBJ-PROC indicates the name of the portmapper process that has been st
arted.
ZEMS-TKN-EMPHASIS
is a header token that contains the value ZSPI-V
AL-FALSE, indicating this event is
not critical.
ZRPC-TKN-FUNC-NAME
is the name of the function call or Guardian procedure call that failed.
ZRPC-TKN-RET-STATUS
is the error number returned by the failed function call.
Tokens in Event Message
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM.
ZEMS-TKN-EVENTNUMBER token-type ZSPI-TYP-ENUM.
ZEMS-TKN-SUBJECT-MARK token-type ZSPI-TYP-MARK.
ZCOM-TKN-SUBJ-PROC token-type ZSPI-TYP-STRING.
ZEMS-TKN-EMPHASIS token-type ZSPI-TYP-BOOLEAN.
ZRPC-TKN-FUNC-NAME <1> token-type ZSPI-TYP-STRING.
ZRPC-TKN-RET-STATUS <2> token-type ZSPI-TYP-INT2.
ZRPC-TKN-RESP-TEXT <3> token-type ZSPI-TYP-STRING.
Message Text
Function <1> failed with error: <2>, Detail: <3>