OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x1328300c NIDL_NEWUUID
Severity: Varies Component: idl
Text: %1$s
Explanation: None
Action: None
0x132830ac NIDL_NLSCATVER
Severity: Varies Component: idl
Text: %1$sNLS message catalog version mismatch in "%2$s", Expected: "%3$lu",
Actual: "%4$s"
Explanation: None
Action: None
0x132830ad NIDL_NLSWRONG
Severity: Varies Component: idl
Text: %1$sError messages may be incorrect
Explanation: The error messages reported by the IDL compiler are stored in an NLS
message catalog. The catalog <v>(filename) is not the same version as the IDL compiler
being invoked. The error messages reported may therefore be incorrect or cause the
compiler to terminate abnormally.
Action: Check the definition of the NLS environment variable NLSPATH and verify that
it searches the appropriate directories. The default location for the IDL compiler message
catalog is <v>(<literal>(<)dceshared>)<kw>(/nls/msg/)<v>(LANG)<kw>(/)
0x13283023 NIDL_NOCODEOPS
Severity: Varies Component: idl
Text: Warning: At least one operation must have the [code] attribute
Explanation: All of the operations in the interface are marked so no code is generated for
them in the stub modules.
Action: If you used the ACF <kw>([nocode]) attribute on the interface, be sure to specify
<kw>([code]) on at least one operation. To disable stub generation entirely use a
command line option.
0x13283024 NIDL_NOENDPOINT
Severity: Varies Component: idl
Text: Warning: No endpoint can be found in the endpoint specification "%1$s"
Explanation: The syntax specified in the <kw>(endpoint) specification string does not
contain an <kw>(endpoint) specification. The entire string is assumed to be the protocol
name and the <kw>(endpoint) remains unspecified in the generated stubs.
124330 Tandem Computers Incorporated 2439