OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: The interface name in an interface’s Attribute Configuration File must be
identical to the interface name in the IDL source.
Action: Change the ACF to use the correct interface name.
0x1328307e NIDL_INTOVERFLOW
Severity: Varies Component: idl
Text: Integer value overflows %1$s
Explanation: The integer value specified is too large to be contained in the destination of
size <v>(size).
Action: Either reduce the size of the integer value, or increase the size of the destination
declaration.
0x1328301d NIDL_INTSIZEREQ
Severity: Varies Component: idl
Text: Warning: A size specifier is required; long assumed
Explanation: A size specifier is required when specifying the <kw>(int) data type.
Action: Place a size specifier -- <kw>(short, small, long,) or <kw>(hyper) -- before the
<kw>(int) keyword.
0x13283080 NIDL_INTUUIDREQ
Severity: Varies Component: idl
Text: Interface UUID must be specified
Explanation: The interface does not have the <kw>([uuid]) attribute required for the
complete definition of the interface.
Action: Either add the <kw>([local]) attribute to the interface, or generate a UUID with
the <kw>(uuidgen) utility supplied with IDL and specify the UUID value in the interface
<kw>([uuid]) attribute.
0x13283081 NIDL_INVARRIND
Severity: Varies Component: idl
Text: Invalid array bound type
Explanation: Array indices must be integers.
Action: Change the array declaration so the fixed bounds are integer constants.
0x1328310e NIDL_INVBUG
Severity: Varies Component: idl
Text: Command option -bug %1$lu is not known
124330 Tandem Computers Incorporated 2421