OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x13283033 NIDL_ARRCFMTDIM
Severity: Varies Component: idl
Text: Arrays can be conformant in the first dimension only
Explanation: IDL only allows an array to be conformant in its first dimension.
Action: Modify the array declaration so dimensions other than the first have fixed
bounds.
0x1328302f NIDL_ARRELEMCFMT
Severity: Varies Component: idl
Text: Array elements cannot be conformant arrays or conformant structures
Explanation: Array elements must be of fixed size.
Action: If the element type is an array, make sure that the array has fixed bounds. If the
element type is a structure, make sure that any arrays in the structure have fixed bounds.
0x13283030 NIDL_ARRELEMCTX
Severity: Varies Component: idl
Text: Array elements cannot be context handles
Explanation: Arrays of context handles are not allowed.
Action: Change the definition of the array so its elements are not context handles. If you
want to declare an array of context handles, you must use alternative means.
0x13283031 NIDL_ARRELEMPIPE
Severity: Varies Component: idl
Text: Array elements cannot be pipes
Explanation: Array elements cannot be pipes.
Action: Change the definition of the array so its elements are not of a <kw>(pipe) data
type. If you want to declare an array of pipes, you must use alternative means.
0x13283137 NIDL_ARRFUNRES
Severity: Varies Component: idl
Text: Array function results are not allowed
Explanation: Because array function results are not supported in the C languages, they
are not allowed in IDL.
Action: Return the required array as an <v>([out]) parameter.
0x13283161 NIDL_ARRMULTID
Severity: Varies Component: idl
124330 Tandem Computers Incorporated 2395