OSF DCE Problem Determination Guide

OSF DCE Problem Determination Guide
Severity: Varies Component: idl
Text: File %1$s not found
Explanation: A file, specified by the user either in the IDL source or ACF file, does not
exist.
Action: Check the filenames you specified. Determine the location of any imported or
included files that are needed to compile the IDL source file specified. If any are not in
the directories that the IDL compiler searches by default, you must use a command line
option to specify additional directories to search.
0x13283004 NIDL_FILESOURCE
Severity: Varies Component: idl
Text: File %1$s, line %2$lu: %3$s
Explanation: Identifies the filename, source line number, and source text associated with
an error.
Action: None. This is an informational message.
0x13283152 NIDL_FILESPECREQ
Severity: Varies Component: idl
Text: File specification required for %1$s
Explanation: The indicated IDL command option requires a file specification.
Action: Supply a file specification following the option.
0x1328305a NIDL_FIRSTINATTR
Severity: Varies Component: idl
Text: The [first_is] parameter must have the [in] attribute
Explanation: The <kw>([first_is]) attribute specifies a parameter that contains the lower
data limit of a varying array. Since the array has the <kw>([in]) attribute, the lower data
limit parameter must also be <kw>([in]) so the number of array elements to send from
client to server is known.
Action: Change the lower data limit parameter referenced by the <kw>([first_is]) clause
to have the <kw>([in]) attribute.
0x1328305b NIDL_FIRSTYPEINT
Severity: Varies Component: idl
Text: A [first_is] variable must be a small, short, or long integer
Explanation: The <kw>([first_is]) attribute specifies a field or parameter that contains
the lower data limit of a varying array. Array data limits must be integers which are not
<kw>(hyper).
2 410 Tandem Computers Incorporated 124330