Oracle8 Error Messages
Release 8.0

A54625_01

Library

Product

Contents

Prev Next

10
Native Naming Messages

Native Naming Generic Error Messages: NNF-00001 to NNF-00999

NNF-00001: Not a TNS address

Cause: While asking to read an address the name service returned a record which was not an address.

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-00002: Invalid value passed to function call

Cause: An invalid value was passed to an interface function.

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-00003: Naming adapter str does not exist

Cause: The requested name service adapter was not found in the current adapter table.

Action: Check the spelling of the adapter requested. Verify that the adapter runs on this platform, and the adapter is compiled into the adapter table linked into the executable.

NNF-00004: Operation not supported in str

Cause: The operation requested is not supported under this adapter.

Action: Verify that the operation being performed is not under restriction, such as writing to read-only name service. For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Worldwide Customer Support.

NNF-00005: Functionality not implemented

Cause: The operation requested is not supported in this implementation.

Action: If this is retrieved from a production release, contact Worldwide Customer Support. Otherwise, check the release notes as to the restrictions in this release.

NNF-00540: Failed to insert name: str

Cause: Failed to insert name into the native service.

Action: Verify that the name is not already in the native namespace and the appropriate access permissions are set for the namespace.

DCE CDS Adapter Error Messages: NNF-01000 to NNF-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 accessible. 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. Check 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 str

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 str 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 str incorrect for Oracle Names syntax str

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.

NNF-01009: Unknown DCE class

Cause: A DCE XDS error occurred for an unknown XDS class.

Action: For further details, turn on tracing and reexecute the failing operation. The tracing should provide the details of which XDS/XOM routine is failing, and what the error code is. You can then use this information to look up the error in your DCE documentation.

NNF-01010: DCE problem code num does not match XDS class str

Cause: A DCE XDS error occurred for an unknown XDS class.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing,
and what the error code is. You can then use this information to look up the error in your DCE documentation.

NNF-01011: DCE reported OS error

Cause: A DCE XDS routine encounterd an operating system error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing,
and what the error code is. You can then use this information to look up the error in your DCE documentation.

NNF-01012: DCE generic security failure

Cause: A DCE XDS routine encountered a security failure.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing,
and what the error code is. You can then use this information to look up the error in your DCE documentation.

NNF-01100: DS_C_COMMUNICATIONS_ERROR

Cause: A CDE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01101: DS_C_LIBRARY_ERROR

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01102: DS_C_NAME_ERROR (matched str)

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code.You can then use this information to look up the error in your DCE documentation.

NNF-01103: DS_C_SECURITY_ERROR

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01104: DS_C_SERVICE_ERROR

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01105: DS_C_SYSTEM_ERROR

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01106: DS_C_UPDATE_ERROR

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01107: DS_C_ATTRIBUTE_PROBLEM

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01108: DS_C_ABANDON_FAILED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01109: DS_C_ATTRIBUTE_ERROR (object name str)

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01110: Class unknown

Cause: A DCE XDS error occurred for an unknown XDS class.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01501: ADMIN_LIMIT_EXCEEDED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01502: AFFECTS_MULTIPLE_DSAS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01503: ALIAS_DEREFERENCING_PROBLEM

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01504: ALIAS_PROBLEM

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01505: ATTRIBUTE_OR_VALUE_EXISTS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01506: BAD_ARGUMENT

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01507: BAD_CLASS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01508: BAD_CONTEXT

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01509: BAD_NAME

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01510: BAD_SESSION

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01511: BAD_WORKSPACE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01512: BUSY

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01513: CANNOT_ABANDON

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01514: CHAINING_REQUIRED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01515: COMMUNICATIONS_PROBLEM

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01516: CONSTRAINT_VIOLATION

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01517: DIT_ERROR

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01518: ENTRY_EXISTS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01519: INAPPROP_AUTHENTICATION

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01520: INAPPROP_MATCHING

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01521: INSUFFICIENT_ACCESS_RIGHTS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01522: INVALID_ATTRIBUTE_SYNTAX

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01523: INVALID_ATTRIBUTE_VALUE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01524: INVALID_CREDENTIALS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01525: INVALID_REF

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01526: INVALID_SIGNATURE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01527: LOOP_DETECTED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01528: MISCELLANEOUS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01529: MISSING_TYPE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01530: MIXED_SYNCHRONOUS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01531: NAMING_VIOLATION

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01532: NO_INFO

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01533: NO_SUCH_ATTRIBUTE_OR_VALUE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01534: NO_SUCH_OBJECT

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01535: NO_SUCH_OPERATION

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01536: NOT_ALLOWED_ON_NON_LEAF

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01537: NOT_ALLOWED_ON_RDN

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01538: NOT_SUPPORTED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01539: OBJECT_CLASS_MOD_PROHIB

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01540: OBJECT_CLASS_VIOLATION

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01541: OUT_OF_SCOPE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01542: PROTECTION_REQUIRED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01543: TIME_LIMIT_EXCEEDED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01544: TOO_LATE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01545: TOO_MANY_OPERATIONS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01546: TOO_MANY_SESSIONS

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01547: UNABLE_TO_PROCEED

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01548: UNAVAILABLE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01549: UNAVAILABLE_CRIT_EXT

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01550: UNDEFINED_ATTRIBUTE_TYPE

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01551: UNWILLING_TO_PERFORM

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01590: XOM error while manipulating DS error object

Cause: A DCE XDS routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01600: Normal, successful xom call

NNF-01601: ENCODING_INVALID

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01602: FUNCTION_DECLINED

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation

NNF-01603: FUNCTION_INTERRUPTED

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01604: MEMORY_INSUFFICIENT

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01605: NETWORK_ERROR

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01606: NO_SUCH_CLASS

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01607: NO_SUCH_EXCLUSION

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01608: NO_SUCH_MODIFICATION

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01609: NO_SUCH_OBJECT

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01610: NO_SUCH_RULES

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01611: NO_SUCH_SYNTAX

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01612: NO_SUCH_TYPE

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01613: NO_SUCH_WORKSPACE

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01614: NOT_AN_ENCODING

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01615: NOT_CONCRETE

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01616: NOT_PRESENT

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01617: NOT_PRIVATE

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01618: NOT_THE_SERVICES

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01619: PERMANENT_ERROR

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01620: POINTER_INVALID

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01621: SYSTEM_ERROR

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01622: TEMPORARY_ERROR

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01623: TOO_MANY_VALUES

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01624: VALUES_NOT_ADJACENT

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01625: WRONG_VALUE_LENGTH

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01626: WRONG_VALUE_MAKEUP

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01627: WRONG_VALUE_NUMBER

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01628: WRONG_VALUE_POSITION

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01629: WRONG_VALUE_SYNTAX

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01630: WRONG_VALUE_TYPE

Cause: A DCE XDS/XOM routine encountered an error.

Action: For further details, turn on tracing and reexecute the failing operation.
The tracing should provide the details of which XDS/XOM routine is failing with the above error code. You can then use this information to look up the error in your DCE documentation.

NNF-01901: Name parameter str not found. No name resolved.

Cause: The TNS alias specified was not found in CDS.

Action: Please use " dceload" to insert the name and re-execute the operation. If the error persists, contact Worldwide Customer Support.

NIS Adapter Error Messages: NNF-02000 to NNF-02999

NNF-02001: NIS client error string: str

Cause: A call to an NIS (YP) function failed. This message contains the text of the NIS error code returned.

Action: Should only be visible when returned as part of another error. If the error persists, contact Worldwide Customer Support.

NNF-02002: NIS value does not conform to adapter schema: str

Cause: The values in the maps used by the NIS adapter must conform to a specific set of internal formatting rules. This value returned did not conform to those rules.

Action: Should not be visible, unless you are attempting to create your own maps. If the error persists, contact Worldwide Customer Support.

NNF-02003: Unknown NIS error code: str

Cause: An error code returned by a NIS (YP) function was not in the list expected by this program.

Action: Verify that the error is generated by the YP functions on this platform. Notify Worldwide Customer Support of the error.

NNF-02004: NIS map str does not exist

Cause: The requested attribute does not exist.

Action: For an unused attribute, no action is required, as this is the expected error. Otherwise, add the attribute and reload the NIS (YP) maps.

NNF-02005: NIS key str does not exist in map str

Cause: The requested name was not found.

Action: For an unused name, no action is required, as this is the expected error. Otherwise, add the name to the map and reload the NIS (YP) maps.

BIND/DNS Error Messages: NNF-03000 to NNF-03999

NNF-03002: Unknown BIND error code: str

Cause: The return code in the BIND (DNS) query response did not conform to those values listed in RFC 1035.

Action: Verify that the error is generated by the BIND functions on this platform. Notify Worldwide Customer Support of the error.

NNF-03003: Format error parsing server response

Cause: The query response packet returned from the BIND (DNS) API did not conform to the format listed in RFC 1035.

Action: Verify that the error is generated by the BIND functions on this platform. Notify Worldwide Customer Support of the error.

NNF-03004: DNS Class mismatch (str)

Cause: The query response packet returned a class different from the ones expected by the interface.

Action: Verify that the error is generated by the BIND functions on this platform. Notify Worldwide Customer Support of the error.

Native Names Conversion Tool Messages: NNF-04000 to NNF-04999

NNF-04000: File successfully converted

Cause: The requested conversion is performed.

Action: Normal condition, no action necessary.

NNF-04001: Error converting input file

Cause: The input file contains lines that cannot be converted by the conversion program.

Action: Check that the syntax of the input file is correct.

NNF-04002: Outputfile already exists

Cause: An old output file already exists in the current directory

Action: Remove the existing file, and restart the conversion tool

NNF-04003: Entry in inputfile is too long

Cause: The makedbm program, limits entries in mapfiles to 1017 characters. Therefore, the conversion tool will not process TNS addresses which are longer than 1017 characters.

Action: Shorten the offending entry.

NNF-04004: Invalid string in inputfile

Cause: the input file contains invalid lines.

Action: Check that the syntax of the input file is correct.

NNF-04005: Cannot open inputfile

Cause: The specified input file could not be found.

Action: restart the conversion tool with the correct input file.

NNF-04006: Could not create outputfile

Cause: An output file could not be created in the current working directory

Action: Change the permissions of the current directory and restart the conversion tool.

NNF-04007: Error reading input file

Cause: A problem while reading the input file. This could be caused by an unexpected end of file in the input file.

Action: Check that the file is intact and that the syntax of the input file is correct.

NNF-04008: Error writing outputfile

Cause: An error occurred while writing to the output file.

Action: Check available disk space. If the error persists, contact Worldwide Customer Support.

NNF-04009: Usage: tns2nis filename

Cause: The conversion tool was not invoked properly. The filename should either be TNSNAMES.ORA or NATIVE.ORA

Action: Restart the conversion tool with the proper parameter.




Prev

Next
Oracle
Copyright © 1997 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents