DSM/Tape Catalog Management Programming Manual
RPC Event Messages
DSM/Tape Catalog Management Programming Manual—520481-003
B-32
18 ZRPC-EVT-FUNC-CALL-FAIL
18 ZRPC-EVT-FUNC-CALL-FAIL
An error was returned by a function call.
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
this 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 started.
ZEMS-TKN-EMPHASIS
is a header token that contains the value ZSPI-VAL-FALSE, indicating that 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>