OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x16c9a0de rpc_s_ss_in_null_context
Severity: Varies Component: rpc
Text: Null value of [in] context handle or all [in,out] context handles
Explanation: If an operation has [in] or [in,out] context handle parameters, the binding
for that operation is determined using those parameters. A null context handle does not
refer to valid binding information.
Action: Make sure that all [in] context handles are non-null. If the operation has [in,out]
context handle parameters but no [in] context handles, make sure that at least one of the
[in,out] context handles is non-null.
0x16c9a11a rpc_s_ss_invalid_char_input
Severity: Varies Component: rpc
Text: Invalid character input for conversion
Explanation: iconv or an XPG4 multibyte conversion routine detected invalid character
input, for example, multibyte input or lock-shift sequence that spans the input buffer
boundary, or an input character not in the set of characters being converted from.
Action: Application dependent.
0x16c9a118 rpc_s_ss_invalid_codeset_tag
Severity: Varies Component: rpc
Text: I18N tags structure is not valid
Explanation: The rpc_cs_get_tags routine found that the extended binding handle for
I18N operation was broken.
Action: If the rpc_cs_get_tags routine is called directly from a user program, the user
program probably modified the binding handle incorrectly. In this case, the user must
write his own get_tags routine. If the user program uses the default RPC runtime I18N
functionality, report the error to your vendor.
0x16c9a11e rpc_s_ss_no_compat_charsets
Severity: Varies Component: rpc
Text: Character sets are not compatible
Explanation: The code set evaluation routine examines character set compatibility
before it checks code set compatibility, because connecting different languages, English
and Chinese, for example, could result in massive data loss. The evaluation routine
detected that the server and client do not share the same language.
Action: Application dependent.
0x16c9a11d rpc_s_ss_no_compat_codeset
Severity: Varies Component: rpc
124330 Tandem Computers Incorporated 2537