OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: The <kw>([max_is]) attribute specifies a parameter that contains the upper
bound of a conformant array. This must be an <kw>([in]) attribute so the server stub code
knows how much space to allocate for the array.
Action: Change the upper bound parameter referenced by the <kw>([max_is]) clause to
have the <kw>([in]) attribute.
0x1328309c NIDL_MAXSIZEATTR
Severity: Varies Component: idl
Text: The attribute [max_is] or [size_is] is required
Explanation: An array with an upper bound that is not fixed is used as a field of a
structure or as a parameter of an operation. You must specify a field or parameter that
determines the allocation of the array at runtime.
Action: Use a <kw>([max_is]) or <kw>([size_is]) attribute to specify the field or
parameter that contains the size information.
0x1328309d NIDL_MAXSIZECONF
Severity: Varies Component: idl
Text: The attributes [max_is] and [size_is] cannot occur together
Explanation: The <kw>([max_is]) and <kw>([size_is]) attributes both specify a field or
parameter used to determine the upper bound of a conformant array. You cannot use
both.
Action: The <kw>([max_is]) attribute specifies the index of the last possible array
element. The <kw>([size_is]) attribute specifies the total number of possible elements in
the array. Remove one of the attributes.
0x1328309e NIDL_MAXTYPEINT
Severity: Varies Component: idl
Text: A [max_is] variable must be a small, short, or long integer
Explanation: The <kw>([max_is]) attribute specifies a field or parameter that contains
the upper bound of a conformant array. Array bounds must be integers which are not
<kw>(hyper).
Action: Change the upper bound field or parameter referenced by the <kw>([max_is])
clause to be of integer data type.
0x13283110 NIDL_MAXWARN
Severity: Varies Component: idl
Text: Reached maximum of %1$lu warnings; exiting
Explanation: The IDL compiler has a predefined maximum number of warnings it
produces before aborting the compilation. This feature suppresses what may be the same
warning over and over.
124330 Tandem Computers Incorporated 2431