OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x132830a2 NIDL_MININATTR
Severity: Varies Component: idl
Text: A [min_is] parameter must have the [in] attribute
Explanation: The <kw>([min_is]) attribute specifies a parameter that contains the lower
bound of a conformant array. This parameter must have an <kw>([in]) attribute so the
server stub code will allocate adequate space for the array.
Action: Change the lower bound parameter referenced by the <kw>([min_is]) clause to
have the <kw>([in]) attribute.
0x132830a3 NIDL_MINORTOOLARGE
Severity: Varies Component: idl
Text: The minor version number is too large; the maximum is %1$lu
Explanation: The minor version number is too large.
Action: Replace the minor version number (the portion to the right of the period) with a
value less than <v>(number).
0x132830a4 NIDL_MINTYPEINT
Severity: Varies Component: idl
Text: A [min_is] variable must be a small, short, or long integer
Explanation: The <kw>([min_is]) attribute specifies a field or parameter that contains
the lower bound of a conformant array. Array bounds must be integers that are not
<kw>(hyper).
Action: Change the lower bound field or parameter referenced by the <kw>([min_is])
clause so that it is a small, short, or long integer.
0x1328304b NIDL_MISSONARR
Severity: Varies Component: idl
Text: Missing "]" on array bound
Explanation: The closing bracket on an array bound specification was not found. It may
have been omitted, or some other syntax error may cause IDL to overlook the bracket.
Action: Add the closing bracket if it is missing, otherwise make sure there are no other
syntax errors.
0x1328304a NIDL_MISSONATTR
Severity: Varies Component: idl
Text: Missing "]" on attribute list
Explanation: The closing bracket on an attribute list was not found. It may have been
omitted, or some other syntax error may cause IDL to overlook the bracket.
124330 Tandem Computers Incorporated 2433