OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x132830c2 NIDL_PIPEXMITAS
Severity: Varies Component: idl
Text: A pipe cannot have a [transmit_as] type
Explanation: A pipe is a specialized object handled by RPC that, by itself, is not a
transmittable object. Thus, a <kw>([transmit_as]) clause is invalid on a <kw>(pipe)
definition.
Action: Remove the <kw>([transmit_as]) attribute.
0x132830c3 NIDL_PRMBYREF
Severity: Varies Component: idl
Text: A parameter with [%1$s] cannot be passed by value
Explanation: The <v>([attribute-name]) attribute can only be applied to a parameter if
that parameter has an explicit <kw>(*).
Action: Modify the parameter signature to have a top-level <kw>(*).
0x13283169 NIDL_PRMDEPATTR
Severity: Varies Component: idl
Text: A [%1$s] parameter must have the [%2$s] attribute
Explanation: A parameter with the first attribute must also have the second attribute.
Action: Add the second attribute to the parameter declaration.
0x132830c4 NIDL_PRMINOROUT
Severity: Varies Component: idl
Text: A parameter must have either or both the [in] and [out] attributes
Explanation: The direction of a parameter must be declared. The <kw>([in]) attribute
tells IDL that the parameter is passed from client to server. The <kw>([out]) attribute
tells IDL that the parameter is passed from server to client.
Action: Add the <kw>([in]), <kw>([out]), or <kw>([in,out]) attribute to the parameter.
0x132830c5 NIDL_PRMLINEATTR
Severity: Varies Component: idl
Text: Parameter attributes [in_line] and [out_of_line] cannot occur together
Explanation: None
Action: None
0x132830c6 NIDL_PRMNOTDEF
Severity: Varies Component: idl
124330 Tandem Computers Incorporated 2449