OSF DCE Problem Determination Guide

Error Messages and Status Codes
Text: The attribute [uuid] is invalid when the [local] attribute is specified
Explanation: The <kw>([local]) interface attribute flags that an interface is not for RPC
use, but is only a local header generation mechanism. The <kw>([uuid]) attribute is only
used for RPC interfaces.
Action: Remove one of the conflicting attributes.
0x13283103 NIDL_VARDECLNOSUP
Severity: Varies Component: idl
Text: Variable declarations are not supported; declaration of %1$s ignored
Explanation: IDL does not support the declaration of variables. The types of data that
can be declared in IDL are; constants, types, and functions. The declaration of
<v>(variable) is not a function and is incorrect.
Action: If intended as a function declaration, correct the declaration so the top-level
declaration is a function. Otherwise, remove the declaration.
0x13283015 NIDL_VERSION
Severity: Varies Component: idl
Text: DCE IDL compiler version %1$s
Explanation: Identifies the current version of the IDL compiler.
Action: Use this version number when submitting bug reports.
0x13283104 NIDL_VOIDOPPTR
Severity: Varies Component: idl
Text: void is valid only in an operation or a context handle pointer declaration
Explanation: The <kw>(void) keyword is only valid as the return value of an operation,
or as part of a <kw>(void *) declaration. Note also that in RPC interfaces, <kw>(void *)
is only valid if the <kw>([context_handle]) attribute is also specified on the data item.
Action: There may be a missing <kw>(*) in your declaration. If not, change the
<kw>(void) reference to some valid data type.
0x13283142 NIDL_XMITAS_COMMENT
Severity: Varies Component: idl
Text: Translation routines for [transmit_as] type %1$s
Explanation: None
Action: None
0x13283105 NIDL_XMITASREP
Severity: Varies Component: idl
124330 Tandem Computers Incorporated 2469