OSF DCE Problem Determination Guide

Error Messages and Status Codes
Action: Remove the <kw>([v1_array]) attribute from the array declaration.
0x132830e0 NIDL_SMALLMINFIRST
Severity: Varies Component: idl
Text: The attribute [v1_array] cannot occur with the [min_is] or [first_is] attributes
Explanation: The only valid array attributes for the <kw>([v1_array]) attribute are
<kw>([max_is]), <kw>([last_is]), and <kw>([length_is]).
Action: If you require compatibility with NCS Version 1 NIDL, the lower bound of the
array must be fixed; therefore, remove the <kw>([first_is]) attribute and change the array
declaration. Otherwise, remove the <kw>([v1_array]) attribute. The only valid array
attributes for the <kw>([v1_array]) attribute are <kw>([max_is]), <kw>([size_is]),
<kw>([last_is]), and <kw>([length_is]). If you require compatibility with NCS Version 1
NIDL, the lower bound of the array must be fixed; therefore, remove the <kw>([min_is])
or <kw>([first_is]) attribute and change the array declaration. Otherwise, remove the
<kw>([v1_array]) attribute.
0x132830e1 NIDL_SMALLMULTID
Severity: Varies Component: idl
Text: A [v1_array] can be conformant or varying in first dimension only
Explanation: An array with the <kw>([v1_array]) attribute is limited to a conformant or
varying upper data limit in the first dimension only.
Action: Remove the <kw>([v1_array]) attribute from the array declaration.
0x132830e2 NIDL_SMALLOPENLB
Severity: Varies Component: idl
Text: A [v1_array] cannot have a conformant lower bound
Explanation: A <kw>([v1_array]) specifies that the array be handled in a manner
compatible with NCS Version 1 NIDL, which did not support non-fixed lower bounds for
arrays.
Action: If compatibility with NCS Version 1 is required, the array must not have a
conformant lower bound. Otherwise, remove the <kw>([v1_array]) attribute.
0x13283113 NIDL_SRCFILELEN
Severity: Varies Component: idl
Text: Length of source filename and stub suffix exceed 8 chars
Explanation: None
Action: None
0x13283114 NIDL_SRCFILEREQ
124330 Tandem Computers Incorporated 2457