OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x13283093 NIDL_MAXIDINTF
Severity: Varies Component: idl
Text: Maximum identifier length for interface name is %1$lu characters
Explanation: The IDL compiler constructs new identifier names that are referenced by
generated stub code from the interface name. Therefore, the number of characters
allowed in an interface name is less than for other identifiers.
Action: Shorten the interface name.
0x13283096 NIDL_MAXIDTYPCH
Severity: Varies Component: idl
Text: Maximum identifier length for [context_handle] type is %1$lu characters
Explanation: The IDL compiler constructs new identifier names that are referenced by
generated stub code from the names of any <kw>([context_handle]) data types.
Therefore, the number of characters allowed in such a data type is less than for other
identifiers.
Action: Shorten the data type name.
0x13283166 NIDL_MAXIDTYPE
Severity: Varies Component: idl
Text: Maximum identifier length for [%1$s] type is %2$lu characters
Explanation: A type name with the indicated attribute is used to construct other names
with a prefix and/or suffix concatenated to it. This further restricts the length of the name
to the indicated value, to make sure that the maximum identifier length is not exceeded in
the generated names.
Action: Shorten the type name.
0x13283095 NIDL_MAXIDTYPHAN
Severity: Varies Component: idl
Text: Maximum identifier length for [handle] type is %1$lu characters
Explanation: The IDL compiler constructs new identifier names that are referenced by
generated stub code from the names of any <kw>([handle]) data types. Therefore, the
number of characters allowed in such a data type is less than for other identifiers.
Action: Shorten the data type name.
0x1328309a NIDL_MAXIDTYPOOL
Severity: Varies Component: idl
Text: Maximum identifier length for [out_of_line] type is %1$lu characters
Explanation: The IDL compiler constructs new identifier names that are referenced by
generated stub code from the names of any <kw>([out_of_line]) data types. Therefore,
124330 Tandem Computers Incorporated 2429