OSF DCE Problem Determination Guide

Error Messages and Status Codes
Severity: Varies Component: idl
Text: Warning: The attributes [max_is,length_is] or [size_is,last_is] used together
Explanation: The <kw>([max_is]) attribute specifies the array’s upper bound while the
<kw>([size_is]) attribute specifies the total number of array elements. Similarly,
<kw>([last_is]) specifies the upper data limit while <kw>([length_is]) specifies the
number of valid data elements.
Action: Mixing the attributes can be incorrect. Make sure the declaration is correct and
change if necessary.
0x13283021 NIDL_MULATTRDEF
Severity: Varies Component: idl
Text: Warning: An attribute is defined multiple times
Explanation: An attribute is repeated multiple times in an attribute list.
Action: Remove all but one occurrence of the offending attribute.
0x132830a5 NIDL_NAMEALRDEC
Severity: Varies Component: idl
Text: Name already declared: %1$s
Explanation: The name referenced is already declared.
Action: Modify the interface and select a unique name for the given item.
0x1328300a NIDL_NAMEDECLAT
Severity: Varies Component: idl
Text: Name %1$s is declared in file %2$s, line %3$lu
Explanation: Gives the source file and line number of source text to help you diagnose
the previous error.
Action: None. This is an informational message.
0x132830a6 NIDL_NAMENOTCONST
Severity: Varies Component: idl
Text: Name is not a constant: %1$s
Explanation: The name used to define a new constant is not the name of a
<kw>(constant).
Action: Modify the <kw>(constant) definition to use a predefined <kw>(constant) name.
0x132830a7 NIDL_NAMENOTFIELD
Severity: Varies Component: idl
124330 Tandem Computers Incorporated 2435