OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x1328314d NIDL_ENCDECDIR
Severity: Varies Component: idl
Text: Operation with [encode,decode] must have all [in,out] parameters
Explanation: The client stub for an operation with the <kw>([encode,decode]) attributes
can encode the operation’s parameters into a data stream and subsequently decode the
data back into parameters. This only makes sense if the decoded data, i.e. the <kw>([out]
parameters, agrees with the originally encoded <kw>([in]) parameters.
Action: The operation must contain all <kw>([in,out]) parameters except for the binding
handle parameter.
0x1328314e NIDL_ENCDECPIPE
Severity: Varies Component: idl
Text: Operation with [encode] or [decode] may not contain pipe parameters
Explanation: The IDL encoding services do not support pipes.
Action: Use arrays to represent the data, or utilize multiple procedure calls to encode or
decode the data.
0x13283148 NIDL_ENCNOPARAMS
Severity: Varies Component: idl
Text: Operation with [encode] must have at least one [in] or [in,out] parameter
Explanation: The client stub for an operation with the <kw>([encode]) ACF attribute
encodes the operation’s <kw>([in]) and <kw>([in,out]) parameters into a data stream.
The <kw>([encode]) attribute is not meaningful on an operation with only <kw>([out])
parameters (excluding the binding handle parameter).
Action: Perhaps you meant to use the <kw>([decode]) attribute on the operation. If not,
either remove the <kw>([encode]) attribute or add the <kw>([in]) attribute to one or more
parameters.
0x1328314b NIDL_ENCOUTONLY
Severity: Varies Component: idl
Text: Warning: Operation with [encode] has [out]-only parameter %1$s
Explanation: The client stub for an operation with the <kw>([encode]) attribute encodes
all of the operation parameters with the <kw>([in]) attribute. Parameters with only the
<kw>([out]) attribute are ignored.
Action: If any client will decode the encoded information by applying the
<kw>([decode]) attribute to the operation, the operation must contain all <kw>([in,out])
parameters except for the binding handle parameter.
0x13283017 NIDL_ENDPOINTSYNTAX
124330 Tandem Computers Incorporated 2407