Skip Headers

Oracle9i Database Error Messages
Release 2 (9.2)

Part Number A96525-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

35
External Naming Messages (NNF)


NNF-00000 normal, successful completion

Cause: An operation has completed normally, having met no exceptions.

Action: No action required.


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: For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Oracle Support Services.


NNF-00002 Invalid value passed to function call

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

Action: For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Oracle Support Services.


NNF-00003 Naming adapter string 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 string

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 Oracle Support Services.


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 Oracle Support Services. Otherwise, check the release notes as to the restrictions in this release.


NNF-00501 Shows or sets the current native naming adapter

Cause: Test program help text.

Action: No action required.


NNF-00502 Display the information retrieved by the last query

Cause: Test program help text.

Action: No action required.


NNF-00503 Shows or sets internal buffer sizes

Cause: Test program help text.

Action: No action required.


NNF-00504 Shows or sets the control flags for name service operations

Cause: Test program help text.

Action: No action required.


NNF-00505 Shows or sets the current data used for the next modify operation

Cause: Test program help text.

Action: No action required.


NNF-00506 Loads the addresses found in a TNSNAMES.ORA file into DCE CDS

Cause: Test program help text.

Action: No action required.


NNF-00507 Deletes a name and all its attributes

Cause: Test program help text.

Action: No action required.


NNF-00508 Shows or sets the current default domain

Cause: Test program help text.

Action: No action required.


NNF-00509 Loads addresses found in the given file into the current adapter

Cause: Test program help text.

Action: No action required.


NNF-00510 Modifies the contents of a name

Cause: Test program help text.

Action: No action required.


NNF-00511 Retrieves addresses associated with a name via the directory path

Cause: Test program help text.

Action: No action required.


NNF-00512 Qualifies an unqualified name as per the current adapter

Cause: Test program help text.

Action: No action required.


NNF-00513 Queries a name with the current adapter

Cause: Test program help text.

Action: No action required.


NNF-00514 Exits the program

Cause: Test program help text.

Action: No action required.


NNF-00515 Rename a name with the current adapter

Cause: Test program help text.

Action: No action required.


NNF-00516 Shows or sets the replace data used for the next modify operation

Cause: Test program help text.

Action: No action required.


NNF-00517 Verify that a name is valid with the current adapter

Cause: Test program help text.

Action: No action required.


NNF-00518 Shows or sets the search path used by show_entry

Cause: Test program help text.

Action: No action required.


NNF-00519 Show the contents of an entry (address, profile, etc.). For 8.1+ NNFG API.Usage: show_entry name type

Cause: Test program help text.

Action: No action required.


NNF-00520 Update entry (address, profile, etc.). For 8.1+ NNFG API.Usage: update_entry name <c,a,r,d> [type] {attr value}

Cause: Test program help text.

Action: No action required.


NNF-00521 Shows or sets the authentication info.Usage: set authinfo type {[param]}

Cause: Test program help text.

Action: No action required.


NNF-00531 Shows or sets internal address buffer size

Cause: Test program help text.

Action: No action required.


NNF-00532 Shows or sets internal name buffer size

Cause: Test program help text.

Action: No action required.


NNF-00533 Shows or sets internal cname buffer size

Cause: Test program help text.

Action: No action required.


NNF-00540 Failed to insert name: string

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.


NNF-01001 ds_initialize: workspace initialization failed

Cause: The DCE workspace as set up by DS_INITIALIZE() failed to initialize.

Action: Verify that conditions necessary for a successful DS_INITIALIZE() call are present on this platform (for example, 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 Oracle Support Services.


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 string

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 Oracle Support Services.


NNF-01005 Internal XOM class violation

Cause: A DCE XOM call returned statuses inconsistent with the class definitions in the DCE documentation.

Action: For further details, turn on tracing and re-execute the failing operation. If the error persists, contact Oracle Support Services.


NNF-01006 Attribute string not available

Cause: An 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 Oracle Support Services.


NNF-01008 XDS attribute syntax string incorrect for Oracle Names syntax string

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 Oracle Support Services.


NNF-01009 Unknown DCE class

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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 number does not match XDS class string

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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 error occurred for an unknown XDS class.

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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 error occurred for an unknown XDS class.

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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 DCE XDS error occurred for an unknown XDS class.

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01101 DS_C_LIBRARY_ERROR

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01102 DS_C_NAME_ERROR (matched string)

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01103 DS_C_SECURITY_ERROR

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01104 DS_C_SERVICE_ERROR

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01105 DS_C_SYSTEM_ERROR

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01106 DS_C_UPDATE_ERROR

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01107 DS_C_ATTRIBUTE_PROBLEM

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01108 DS_C_ABANDON_FAILED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01109 DS_C_ATTRIBUTE_ERROR (object name string)

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01110 Class unknown

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01500 Normal, successful xds call

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01501 ADMIN_LIMIT_EXCEEDED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01502 AFFECTS_MULTIPLE_DSAS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01503 ALIAS_DEREFERENCING_PROBLEM

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01504 ALIAS_PROBLEM

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01505 ATTRIBUTE_OR_VALUE_EXISTS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01506 BAD_ARGUMENT

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01507 BAD_CLASS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01508 BAD_CONTEXT

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01509 BAD_NAME

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01510 BAD_SESSION

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01511 BAD_WORKSPACE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01512 BUSY

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01513 CANNOT_ABANDON

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01514 CHAINING_REQUIRED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01515 COMMUNICATIONS_PROBLEM

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01516 CONSTRAINT_VIOLATION

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01517 DIT_ERROR

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01518 ENTRY_EXISTS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01519 INAPPROP_AUTHENTICATION

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01520 INAPPROP_MATCHING

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01521 INSUFFICIENT_ACCESS_RIGHTS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01522 INVALID_ATTRIBUTE_SYNTAX

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01523 INVALID_ATTRIBUTE_VALUE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01524 INVALID_CREDENTIALS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01525 INVALID_REF

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01526 INVALID_SIGNATURE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01527 LOOP_DETECTED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01528 MISCELLANEOUS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01529 MISSING_TYPE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01530 MIXED_SYNCHRONOUS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01531 NAMING_VIOLATION

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01532 NO_INFO

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01533 NO_SUCH_ATTRIBUTE_OR_VALUE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01534 NO_SUCH_OBJECT

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01535 NO_SUCH_OPERATION

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01536 NOT_ALLOWED_ON_NON_LEAF

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01537 NOT_ALLOWED_ON_RDN

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01538 NOT_SUPPORTED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01539 OBJECT_CLASS_MOD_PROHIB

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01540 OBJECT_CLASS_VIOLATION

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01541 OUT_OF_SCOPE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01542 PROTECTION_REQUIRED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01543 TIME_LIMIT_EXCEEDED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01544 TOO_LATE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01545 TOO_MANY_OPERATIONS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01546 TOO_MANY_SESSIONS

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01547 UNABLE_TO_PROCEED

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01548 UNAVAILABLE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01549 UNAVAILABLE_CRIT_EXT

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01550 UNDEFINED_ATTRIBUTE_TYPE

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01551 UNWILLING_TO_PERFORM

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01590 XOM error while manipulating DS error object

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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-01600 Normal, successful xom call

Cause: An operation has completed normally, having met no exceptions.

Action: No action required.


NNF-01601 ENCODING_INVALID

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

Action: For further details, turn on tracing and re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 re-execute the failing operation. The tracing should provide the details about 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 string not found. No name resolved.

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

Action: Use DCELOAD to insert the name and re-execute the operation. If the error persists, contact Oracle Support Services.


NNF-02001 NIS client error string: string

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 Oracle Support Services.


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

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 Oracle Support Services.


NNF-02003 Unknown NIS error code: string

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 Oracle Support Services of the error.


NNF-02004 NIS map string 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 string does not exist in map string

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.


NNF-03002 Unknown BIND error code: string

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 Oracle Support Services 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 Oracle Support Services of the error.


NNF-03004 DNS Class mismatch (string)

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 Oracle Support Services of the error.


NNF-04000 File succesfully 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 map files 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 Oracle Support Services.


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.


Go to previous page Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback