OSF DCE Problem Determination Guide

Error Messages and Status Codes
Action: The IDL conformant array will be declared as a one-element array in the
generated language header file. Your application code might be able to use the address of
this array to access other array elements, depending on the target language. Alternatives
are to write application code that uses the construct in another programming language, or
to change the IDL source to use a construct that is supported by the target language.
0x13283131 NIDL_LANGMAPCHAR
Severity: Varies Component: idl
Text: Warning: Character doesn’t map to target language
Explanation: A character in an IDL character or string constant does not have a source
representation in the target language selected.
Action: The character will be translated to a ’?’ in the generated language header file.
Edit the file manually as necessary.
0x13283134 NIDL_LANGMAXDIM
Severity: Varies Component: idl
Text: Target language supports maximum of %1$lu array dimensions
Explanation: The target language selected does not support arrays with more than the
indicated number of dimensions.
Action: Such arrays will have no corresponding declaration in the generated language
header file. Application code using such arrays should be written in another
programming language.
0x13283135 NIDL_LANGMIXCASE
Severity: Varies Component: idl
Text: Warning: Name %1$s differs from a previous name only in case
Explanation: The target language selected is not case-sensitive with respect to
identifiers; that is, any two identifiers that differ only in case are considered to be
identical. The IDL source contains two distinct identifiers that differ only in case, but
they conflict with eachother in the generated language header file.
Action: Edit the IDL source code to remove the conflict.
0x13283132 NIDL_LANGPIPESNS
Severity: Varies Component: idl
Text: Warning: Pipes not supported for target language
Explanation: The data structures necessary to manage IDL pipes do not have a source
representation in the target language selected.
Action: Pipe objects will have no corresponding definition in the generated language
header file. Application code for operations with pipes should be written in another
programming language.
124330 Tandem Computers Incorporated 2425