Native Naming Adapter Error Messages
This chapter describes the messages generated by Oracle's native naming adapters. The messages include:
- general native naming adapter messages
- DCE CDS naming adapter messages
- NIS naming adapter messages
- BIND/DNS naming adapter messages
- native naming conversion tool messages
Native Naming Generic Errors (NNF-00001 to 00099)
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 adapter does not exist
Cause: | The requested name service adapter was not found in the current adapter table. | |
Action: | Check the spelling of the adapter reqested. 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 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-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. | |
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 Worldwide Customer Support. | |
NNF-02002 NIS value does not conform to adapter schema: schema
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: error
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 attribute 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 with the network adminstration tool, and reload the NIS (YP) maps. | |
NNF-02005 NIS key name does not exist in map map
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 with the network adminstration too, and reload the NIS (YP) maps. | |
NNF-03002 Unknown BIND error code: error
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 (class)
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 04999)
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: | Only use files generated by Network Manager. | |
NNF-04002 Output file 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 input file is too long
Cause: | The makedbm program, limits entries in mapfiles to 1017 characters. Therefor, the conversion tool will not process TNS addresses which are longer than 1017 characters. | |
Action: | Only use files generated by Network Manager | |
NNF-04004 Invalid string in input file
Cause: | The input file contains invalid lines. | |
Action: | The conversion program will only handle files generated by the network manager. Regerate the file from the network manager and restart the conversion tool. | |
NNF-04005 Cannot open input file
Cause: | The specified input file could not be found. | |
Action: | Restart the conversion tool with the correct input file. | |
NNF-04006 Could not create output file
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: | The conversion program will only handle files generated by the network manager. Regerate the file from the network manager and restart the conversion tool. | |
NNF-04008 Error writing output file
Cause: | An error occured 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 file name should either be tnsnames.ora or native.ora | |
Action: | Restart the conversion tool with the proper parameter. | |