Oracle Network Products Troubleshooting Guide

Contents Index Home Previous Next

DCE CDS Adapter Error Messages (NNF-01000 to 01999)

NNF-01001 ds_initialize: workspace initialization failed

Cause:The DCE workspace as setup by ds_initialize() failed to initialize.
Action:Verify that conditions necessary for a successful ds_initialize() call are present on this platform (e.g is there enough memory?). Check that there is not another workspace user in this program. For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Worldwide Customer Support.
NNF-01002 DCE could not open configuration file

Cause:A DCE call returned an error that it could not access its configuration file.
Action:Check that the DCE configuration file for this platform is present, and accessable. On UNIX this file is dce_cf.db. Check if a simple call to dce_cf_get_cell_name() succeeds.
NNF-01003 DCE could not find cell name

Cause:A DCE call returned an error that it could not find the cell name in its configuration file.
Action:Check that this machine has been configured for a DCE cell. Chcek that the DCE configuration file is not corrupted. On UNIX, this file is dce_cf.db. Check if a simple call to dce_cf_get_cell_name() succeeds.
NNF-01004 DCE returned unspecified error error

Cause:A DCE call returned an status that was not in this implementation's list of possible status values for this DCE call.
Action:Verify that this platform's DCE release is not beyond those supported by this Oracle application. If the error persists, contact Worldwide Customer Support.
NNF-01005 Internal XOM class violation

Cause:A DCE XOM call returned statuses inconsistent with the class definitions in the DCE documentation.
Action:Not normally visible to the user. For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Worldwide Customer Support.
NNF-01006 Attribute attribute not available

Cause:A insertion call attempted to use an attribute which did not have a translation to a DCE attribute.
Action:Use another attribute, or insert the translation into DCE).
NNF-01007 DCE long strings are not supported

Cause:A query returned a object which has a XOM OM_S_LONG_STRING. The current implementation does not support such objects.
Action:For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Worldwide Customer Support.
NNF-01008 XDS attribute syntax string incorrect for Oracle Names syntax

Cause:The syntax as specified in the XDS object is different than that which is expected for the given Oracle names syntax.
Action:For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Worldwide Customer Support.


Contents Index Home Previous Next