OSF DCE Problem Determination Guide

Error Messages and Status Codes
Action: None. This is an informational message.
0x13283022 NIDL_NAMETOOLONG
Severity: Varies Component: idl
Text: Warning: Generated name too long at line %1$lu.
Explanation: The compiler generated an identifier that is too long for some standard C
compiler implementations.
Action: Shorten the name at the specified line.
0x1328311d NIDL_NEUARRAY
Severity: Varies Component: idl
Text: Arrays of nonencapsulated unions are not allowed
Explanation: IDL does not allow arrays of nonencapsulated unions since there is no way
to apply a different discriminator to each element.
Action: Use an array of encapsulated unions.
0x1328311e NIDL_NEUREPAS
Severity: Varies Component: idl
Text: A [represent_as] type cannot be a nonencapsulated union
Explanation: A type referenced in a <kw>([represent_as]) clause cannot be a
nonencapsulated union, since there is no defined way to communicate the union
discriminator to/from <kw>([represent_as]) data translation routines.
Action: Use an encapsulated union for the local representation type.
0x1328311f NIDL_NEUREPTYPE
Severity: Varies Component: idl
Text: A nonencapsulated union cannot have a [represent_as] type
Explanation: A nonencapsulated union type cannot be defined to have a local
representation type, since there is no defined way to communicate the union discriminator
to/from <kw>([represent_as]) data translation routines.
Action: Use an encapsulated union, or reconsider the need for a different local
representation type for the union.
0x13283120 NIDL_NEUSWATTR
Severity: Varies Component: idl
Text: A nonencapsulated union declaration must have a [switch_is] attribute
Explanation: A <kw>([switch_is]) attribute is required on an instance of a
nonencapsulated union type to identify the union discriminator variable.
124330 Tandem Computers Incorporated 2437