/ Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved. / / ident "%Z%%M% %I% %E%" / / NAME / clsdnssdus.msg / DESCRIPTION / Message file for DNS Service Discovery / NOTES / # CHARACTER_SET_NAME=American_America.US7ASCII / / MODIFIED / atellaku 02/23/15 - Added new error codes / rwessman 06/12/08 - Incorporated review comments from bmanry. / rwessman 10/29/07 - Fixed formatting. / rwessman 09/04/06 - Created / 00000, 0, "no error." // *Cause: Operation was successful. // *Action: No action needed. 00001, 0, "unknown error has occurred." // *Cause: an unknown error has occurred. // *Action: Contact Oracle Support Services. 00002, 0, "no such name." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00003, 0, "memory allocation failed." // *Cause: The DNS service discovery component was unable to allocate enough // memory. // *Action: If memory is low on the system, terminate other processes and/or // threads and try the operation again. Otherwise, this is an internal // error and Oracle Support Services should be contacted. 00004, 0, "invalid parameter." // *Cause: An parameter which had an invalid value was passed by the caller // to the DNS service discovery library. This is an internal error. // *Action: Contact Oracle Support Services. 00005, 0, "invalid reference." // *Cause: An unknown DNS record reference was encountered. // *Action: Contact Oracle Support Services. 00006, 0, "invalid state." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00007, 0, "invalid flags." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00008, 0, "unsupported operation." // *Cause: The DNS service discovery component attempted to perform an // operation not supported by the library. // *Action: Contact Oracle Support Services. 00009, 0, "uninitialized." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00010, 0, "service already registered." // *Cause: The user attempted to register a service that was already // registered. // *Action: A service should only be registered once. 00011, 0, "service name conflict." // *Cause: The user attempted to register a service whose name already exists. // *Action: A different service name needs to be used. 00012, 0, "invalid data in record." // *Cause: The DNS service discovery component attempted to use a record with // invalid data. This is an internal error. // *Action: Contact Oracle Support Services. 00013, 0, "firewall." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00014, 0, "client software incompatible with server." // *Cause: The version of the client software used by the DNS service // discovery interface is not compatible with the version of the // server software. // *Action: Contact Oracle Support Services. 00015, 0, "bad interface index." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00016, 0, "update refused." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00017, 0, "no such record." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00018, 0, "no auth." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00019, 0, "no such key." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00020, 0, "NAT Traversal." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00021, 0, "Double NAT traversal." // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00022, 0, "invalid time stamp in record" // *Cause: A DNS record contained an invalid time stamp. This is an internal // error. // *Action: Contact Oracle Support Services. 00023, 0, "invalid service type: \"%.*s\"." // *Cause: The user specified a service type which does not conform to the // standard specifed by RFC's 1034 and RFC 1123. The service type must // be one or more characters and must start and end with a letter or // digit. The interior characters may be letters, digits, or hyphens. // *Action: Specify a service type which conforms to the RFC. 00024, 0, "internal error: bad key" // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00025, 0, "internal error: transient" // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00026, 0, "service not running" // *Cause: The background daemon was not running. // *Action: Contact Oracle Support Services. 00027, 0, "internal error: NAT port mapping unsupported" // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00028, 0, "internal error: NAT port mapping disabled" // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00029, 0, "No Router" // *Cause: Either a router was not configured or there was no // network connectivity. // *Action: Contact Oracle Support Services. 00030, 0, "internal error: polling mode" // *Cause: This is an internal error. // *Action: Contact Oracle Support Services. 00031, 0, "Query Time Out" // *Cause: The query timed out. Either the external DNS server sent a negative // response or the select call timed out. // *Action: Contact Oracle Support Services. / 03999, 0, "unknown error: %d." // *Cause: A DNS error code was returned that is not known to the system. This // is an internal error. // *Action: Contact Oracle Support Services.