OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x132830e5 NIDL_STRCHARBYTE
Severity: Varies Component: idl
Text: The attribute [string] is valid only for one-dimensional array of valid base type
Explanation: The <kw>([string]) attribute flags that an array is a string. Strings must be
arrays whose base type is one of the following: char, byte, unsigned short, unsigned long,
or a structure whose fields are all scalar byte fields.
Action: Remove the <kw>([string]) attribute, or change the data type so it is a valid
string.
0x132830e6 NIDL_STRUCTXMITCFMT
Severity: Varies Component: idl
Text: Structures with [transmit_as] or [represent_as] cannot be conformant
Explanation: IDL does not support a conformant structure with the <kw>([transmit_as])
or <kw>([represent_as]) attribute.
Action: Either change the declaration so the structure fields are of a fixed size and have
none of the conformant array attributes <kw>([max_is]) or <kw>([size_is]), or remove
the <kw>([transmit_as]) or <kw>([represent_as]) attribute. IDL does not support a
conformant structure with the <kw>([transmit_as]) or <kw>([represent_as]) attribute.
Either change the declaration so the structure fields are of a fixed size and have none of
the conformant array attributes <kw>([min_is]), <kw>([max_is]), or <kw>([size_is]), or
remove the <kw>([transmit_as]) or <kw>([represent_as]) attribute.
0x132830e7 NIDL_STRUNTERM
Severity: Varies Component: idl
Text: Unterminated string literal
Explanation: There is a missing closing double quote (<kw>(")) on the string literal.
Action: Make sure the the closing quote for the string literal is on the same source line as
the starting quote. Also verify that any double quote characters internal to the string are
preceded by the escape character (<literal>(\)).
0x132830e8 NIDL_STRV1ARRAY
Severity: Varies Component: idl
Text: The [v1_string] attribute can only be applied to a [v1_array]
Explanation: A <kw>([v1_string]) is compatible with the NCS Version 1 NIDL
<kw>(string0) data type. It can be applied only to an array compatible with NCS Version
1. For example, an array with the <kw>([v1_array]) attribute.
Action: If compatibility with NCS Version 1 NIDL is required, place the
<kw>([v1_array]) attribute on the array. Otherwise, change the <kw>([v1_string])
attribute to <kw>([string]), that is a generalization of <kw>([v1_string]).
124330 Tandem Computers Incorporated 2459