OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Text: A [unique] function result is not valid
Explanation: Unlike <kw>([out]) parameters, there is never any preexisting storage in
the caller for pointer-valued function results. The pointer always points to new storage.
This is the capability provided only by full pointers, not by <kw>([unique]) pointers.
Action: Remove the <kw>([unique]) attribute from the type definition of the data type for
the function result.
0x13283115 NIDL_UNKFLAG
Severity: Varies Component: idl
Text: Unknown command line option: %1$s
Explanation: You entered an invalid command line option.
Action: Check the command line for typographical errors. See the documentation for
proper command line syntax.
0x13283100 NIDL_UNKNOWNATTR
Severity: Varies Component: idl
Text: Unknown attribute [%1$s]
Explanation: The attribute specified is not a valid IDL attribute.
Action: Check for spelling errors or misplaced syntax.
0x13283014 NIDL_USAGE
Severity: Varies Component: idl
Text: Usage: idl filename [options]
Explanation: Lists the format of the <kw>(idl) command that invokes the IDL compiler.
Action: Use the <kw>(-confirm) option to see a list of all to determine those you need.
0x13283101 NIDL_USETRANS
Severity: Varies Component: idl
Text: Obsolete feature encountered; Use translator
Explanation: A feature of NCS Version 1 NIDL was encountered that is not supported in
the IDL compiler. You may be compiling an NCS Version 1 NIDL source file.
Action: If the input is a NCS Version 1 NIDL source file, process it with the translator
utility (the <kw>(nidl_to_idl) command) that converts an NCS Version 1 NIDL source
file into the format expected by the IDL compiler. Then compile the translated source
file. Otherwise, remove the reference to the obsolete feature.
0x13283102 NIDL_UUIDINV
Severity: Varies Component: idl
2 468 Tandem Computers Incorporated 124330