OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Severity: Varies Component: idl
Text: Warning: The attributes [in_line] and [out_of_line] apply only to non-scalar types
Explanation: Scalar data types are always marshalled in-line, since there is performance
degradation if they are marshalled out-of-line.
Action: Do not use the <kw>([in_line]) and <kw>([out_of_line]) attributes on scalar
types.
0x13283091 NIDL_MAJORTOOLARGE
Severity: Varies Component: idl
Text: The major version number is too large; the maximum is %1$lu
Explanation: The major version number is too large.
Action: Replace the major version number (the portion to the left of the period) with a
value less than <v>(number).
0x13283147 NIDL_MANAGER_COMMENT
Severity: Varies Component: idl
Text: Implementation of Remote Procedures for %1$s
Explanation: None
Action: None
0x13283146 NIDL_MANAGERTEMPLATE_COMMENT
Severity: Varies Component: idl
Text: Support routines and Remote Procedure Implementations for interface %1$s
Explanation: None
Action: None
0x13283092 NIDL_MAXCFMTYPE
Severity: Varies Component: idl
Text: The attribute [max_is] cannot be applied to dimension %1$lu; upper bound is not
dynamic
Explanation: A <kw>([max_is]) variable is only valid for array dimensions that have an
upper bound that is not fixed.
Action: If the array is multidimensional, you may have specified the <kw>([max_is])
variable for the wrong dimension. See the documentation for the proper syntax. If the
array has only one dimension, the <kw>([max_is]) clause is invalid, since the array’s
upper bound is fixed. You may have meant to use a <kw>([last_is]) clause. See the
documentation for the distinctions between conformant and varying arrays and their
attributes.
2 428 Tandem Computers Incorporated 124330