OSF DCE Problem Determination Guide
Error Messages and Status Codes
proper header files that were installed with DCE.
0x1328311c NIDL_EUMEMATTR
Severity: Varies Component: idl
Text: An encapsulated union member cannot have the [%1$s] attribute
Explanation: The attribute used is valid only on nonencapsulated unions, but was used
on an encapsulated union.
Action: Remove the attribute. Consult the documentation for the differences between
encapsulated and nonencapsulated unions.
0x13283150 NIDL_EXCNOTDEF
Severity: Varies Component: idl
Text: Exception name %1$s referenced in ACF is not defined
Explanation: An exception name is referenced in an Attribute Configuration File (ACF)
but is not defined in the corresponding IDL file. Exceptions are not imported, so in order
to reference an exception name in the ACF for a particular interface it must be defined in
the IDL file for that same interface.
Action: Check for typographical errors in both the IDL and ACF files. If necessary, add
the exception name to the source IDL file using the [exceptions] interface attribute, or
move the ACF reference to the ACF file corresponding to the interface in which the
exception name is defined.
0x13283018 NIDL_EXTRAPUNCT
Severity: Varies Component: idl
Text: Warning: Extraneous punctuation character "%1$s" ignored
Explanation: A punctuation character was found in a location where it is not allowed in
the IDL language syntax.
Action: If it is only an extra puncutation character, remove it. If the character appears
correct, then the error may be caused by another nearby syntax error. Correct the other
syntax errors and recompile the interface.
0x13283058 NIDL_FILENOTDIR
Severity: Varies Component: idl
Text: File is not a directory: %1$s
Explanation: A file that is not a directory is specified in a context where a directory is
required; for example, as the command line option that specifies an output directory.
Action: Specify a filename that is a directory.
0x13283059 NIDL_FILENOTFND
124330 Tandem Computers Incorporated 2−409