OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: The client could not establish a connection with the server because there
are too many open connections at the remote server system.
Action: Retry the operation at a different server or when the current server’s load
decreases.
0x16c9a057 rpc_s_tsyntaxes_unsupported
Severity: Varies Component: rpc
Text: Transfer syntaxes unsupported
Explanation: An internal error occurred. The proposed transfer syntax is not supported
by the server.
Action: Report the error to your vendor.
0x16c9a115 rpc_s_tx_not_in_transaction
Severity: Varies Component: rpc
Text: Transaction not started before operation
Explanation: A transactional RPC call was attempted on an operation that specified the
[transaction_mandatory] attribute and the application program was not in a transaction.
Action: Either start a transaction prior to making the call, or remove the
[transaction_mandatory] attribute associated with the operation. The
[transaction_optional] attribute can be specified for the operation.
0x16c9a116 rpc_s_tx_open_failed
Severity: Varies Component: rpc
Text: Transaction open failed at server
Explanation: A transactional RPC operation was called and the server had either not
previously called tx_open() or the call to tx_open() by the transaction manager failed.
Action: In the case where resource managers are used that require the operating system
process as the thread of control, the application program must call tx_open() at the RPC
server prior to receiving an RPC call. In the case where all resource managers used
support the DCE thread of control, the transaction manager will call tx_open(); the user
must make sure that the call to tx_open() succeeds.
0x16c9a061 rpc_s_type_already_registered
Severity: Varies Component: rpc
Text: Type already registered
Explanation: A server application tried to register an interface and type (by means of
rpc_server_register_if) that was previously registered.
Action: Remove the redundant registration or unregister before registering.
124330 Tandem Computers Incorporated 2539