OSF DCE Problem Determination Guide

Error Messages and Status Codes
Action: Check the supplied arguments against documentation for the call.
0x16c9a01d rpc_s_invalid_binding
Severity: Varies Component: rpc
Text: Invalid binding
Explanation: An application passed a binding handle to the RPC runtime that is invalid
(for example, because it specifies an unsupported protocol).
Action: This error is frequently caused by an application passing a bad pointer (for
example, to random memory or to a binding that was freed) to an RPC runtime routine
that takes a binding handle input parameter. If this is the case, the application should be
fixed.
0x16c9a02e rpc_s_invalid_call_opt
Severity: Varies Component: rpc
Text: Invalid call option
Explanation: A call was attempted that is not supported by the underlying RPC protocol.
For example, calls to procedures marked [broadcast] are not supported by all RPC
protocols.
Action: Change the application to make only supported calls.
0x16c9a0e1 rpc_s_invalid_checksum
Severity: Varies Component: rpc
Text: Received packet has an invalid checksum
Explanation: The checksum on the received packet was invalid. This indicates that a
packet was modified in transit.
Action: This may indicate an attempt to violate security.
0x16c9a0fa rpc_s_invalid_crc
Severity: Varies Component: rpc
Text: Received packet has an invalid CRC
Explanation: A packet with an invalid cyclic redundancy check was received.
Action: This may be an attempt to violate system security.
0x16c9a0e2 rpc_s_invalid_credentials
Severity: Varies Component: rpc
Text: Credentials invalid
Explanation: The security credentials are not valid. Some security exchange has failed.
124330 Tandem Computers Incorporated 2521