OSF DCE Problem Determination Guide

Error Messages and Status Codes
Severity: Varies Component: idl
Text: The lower bound must not be greater than the upper bound
Explanation: The syntax of an array requires the lower bound to precede the upper
bound.
Action: Modify the array declaration so the lower bound is first.
0x13283008 NIDL_LEGALVALS
Severity: Varies Component: idl
Text: Legal values are:
Explanation: Identifies a list of legal values for a command option.
Action: Re-enter the option using one of the legal values.
0x1328308f NIDL_LENINATTR
Severity: Varies Component: idl
Text: The [length_is] parameter must have the [in] attribute
Explanation: The <kw>([length_is]) attribute specifies a parameter used to determine the
data length of a varying array. Since the array has the <kw>([in]) attribute, the
<kw>(length_is) parameter must also be <kw>([in]) so the number of array elements to
send from client to server is known.
Action: Change the parameter referenced by the <kw>([length_is]) clause to have the
<kw>([in]) attribute.
0x13283090 NIDL_LENTYPEINT
Severity: Varies Component: idl
Text: A [length_is] variable must be a small, short, or long integer
Explanation: The <kw>([length_is]) attribute specifies a field or parameter that contains
the data length of a varying array. The field or parameter must be integers which are not
<kw>(hyper).
Action: Change the field or parameter referenced by the <kw>([length_is]) clause to be
of integer data type.
0x13283009 NIDL_LINEFILE
Severity: Varies Component: idl
Text: File %1$s, line %2$lu
Explanation: Identifies the filename and source line number associated with an error.
Action: None. This is an informational message.
0x1328301e NIDL_LINENONSCAL
124330 Tandem Computers Incorporated 2427