OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x13283007 NIDL_INCLCREATE
Severity: Varies Component: idl
Text: Creating include file %1$s
Explanation: None
Action: None
0x1328301c NIDL_INCLTYPE
Severity: Varies Component: idl
Text: Warning: ACF include statement advised for definition of type %1$s
Explanation: An Attribute Configuration File (ACF) declares a type that is not defined in
an IDL file. The type is referenced in the generated stub code, thus its definition needs to
be included into the stub code as well.
Action: Place an <kw>(include) statement in the ACF to cause your module that defines
the type to be included into the generated header file.
0x1328301b NIDL_INCLUDEXT
Severity: Varies Component: idl
Text: Warning: include filename must not contain a file extension
Explanation: The filename specified in an <kw>(include) statement in the Attribute
Configuration File (ACF) must not contain a file extension. In a future IDL version, you
will be able to specify a programming language, and the IDL compiler will automatically
append the appropriate extension.
Action: Remove the file extension. The current IDL compiler always assumes an
<kw>(.h) extension.
0x13283079 NIDL_INCOMPATV1
Severity: Varies Component: idl
Text: V1 attributes are incompatible with this type
Explanation: The version 1 migration attributes are provided for compatibility for
applications that were originally written with NCS Version 1 NIDL. These attributes are
<kw>([v1_string]), <kw>([v1_array]), <kw>([v1_enum]), and <kw>([v1_struct]). In later
versions of IDL, strings, conformant and varying arrays, enumerations, and structures are
enhanced at the network representation level. A data type with any of the V1 migration
attributes cannot contain one of these data types that does not have the corresponding V1
attribute.
Action: Change the data type declaration so all relevant contained types have the
corresponding V1 attribute, or remove V1 attributes if compatibility with NCS Version 1
NIDL is unnecessary.
0x1328307a NIDL_INTCODEATTR
124330 Tandem Computers Incorporated 2419