OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA00302-E (L+E)

cannot initiate normal operation of UAP (server=aa...aa, service group=bb...bb). RPC interface definition does not include entry point cc...cc specified in service operand of user service definition.

The RPC interface definition must include the same entry point name as in the user service definition.
aa...aa: Server name with an error (up to 8 alphanumerics)
bb...bb: Service group name in the user service definition (up to 31 alphanumerics)
cc...cc: Entry point name in the user service definition (up to 31 alphanumerics)
S: Abnormally terminates dc_rpc_mainloop or dc_mcf_mainloop issued by the displayed UAP.
O: Contact the OpenTP1 administrator.
Countermeasure:
If the entry point name in the user service definition is incorrect:
Correct the user service definition and then start the UAP process with the dcsvstart command.
If the RPC interface definition is incorrect:
Correct the RPC interface definition and then re-create a server stub with the stbmake command. Relink it to UAP with the cc command. Finally start the UAP process with the dcsvstart command.