OSF DCE Problem Determination Guide

Error Messages and Status Codes
Severity: Varies Component: idl
Text: Operation with [out] [cs_char] data requires [cs_rtag] parameter
Explanation: If any <kw>([out]) parameter, or part of an <kw>([out]) parameter, has a
<kw>([cs_char]) type, there must be a parameter in the same operation to which
<kw>([cs_rtag]) is applied.
Action: Make sure the ACF declaration for the operation has the <kw>([cs_rtag])
attribute applied to one of the parameters in the operation.
0x1328314a NIDL_OPREFDELIN
Severity: Varies Component: idl
Text: Warning: Operation with [reflect_deletions] has no [in] or [in,out] full pointers
Explanation: Reflection of node deletions from server to client is only applicable to
operations that have <kw>([in]) or <kw>([in,out]) full (<kw>([ptr])) pointers. The
<kw>([reflect_deletions]) attribute thus has no effect on the indicated operation.
Action: Remove the <kw>([reflect_deletions]) attribute from the operation to avoid this
warning message.
0x132830bc NIDL_OPRESPIPE
Severity: Varies Component: idl
Text: An operation result cannot be a pipe
Explanation: Pipes are not allowed as operation results.
Action: Change the operation so the <kw>(pipe) is an extra <kw>([out]) parameter
instead of the operation result.
0x1328300d NIDL_OPTIONSTABLE
Severity: Varies Component: idl
Text: Options table:
Explanation: Caption for options table printed in usage message
Action: None. This is an informational message.
0x13283111 NIDL_OPTNOVAL
Severity: Varies Component: idl
Text: Command option %1$s does not take a value
Explanation: You specified a value with a command line option that does not take a
value.
Action: If the value is meant to be the source file, it must be separated from the command
option with a space.
124330 Tandem Computers Incorporated 2445