Changeset 740 for vendor/current/libcli/util/doserr.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/util/doserr.c
r414 r740 127 127 { "WERR_DS_PROTOCOL_ERROR", WERR_DS_PROTOCOL_ERROR }, 128 128 { "WERR_DS_TIMELIMIT_EXCEEEDED", WERR_DS_TIMELIMIT_EXCEEDED }, 129 { "WERR_DS_SIZE_LIMIT_EXCEEDED", WERR_DS_SIZE_LIMIT_EXCEEDED },130 129 { "WERR_DS_ADMIN_LIMIT_EXCEEEDED", WERR_DS_ADMIN_LIMIT_EXCEEDED }, 131 130 { "WERR_DS_COMPARE_FALSE", WERR_DS_COMPARE_FALSE }, … … 166 165 { "WERR_DS_DRA_SOURCE_DISABLED", WERR_DS_DRA_SOURCE_DISABLED }, 167 166 { "WERR_DS_DNS_LOOKUP_FAILURE", WERR_DS_DNS_LOOKUP_FAILURE }, 168 { "WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX", WERR_DS_WRONG_LINKED_ATTRIBUTE_SYNTAX },169 167 { "WERR_DS_NO_MSDS_INTID", WERR_DS_NO_MSDS_INTID }, 170 168 { "WERR_DS_DUP_MSDS_INTID", WERR_DS_DUP_MSDS_INTID }, 169 { "WERR_DNS_ERROR_RCODE_FORMAT_ERROR", WERR_DNS_ERROR_RCODE_FORMAT_ERROR }, 170 { "WERR_DNS_ERROR_RCODE_SERVER_FAILURE", WERR_DNS_ERROR_RCODE_SERVER_FAILURE }, 171 { "WERR_DNS_ERROR_RCODE_NAME_ERROR", WERR_DNS_ERROR_RCODE_NAME_ERROR }, 172 { "WERR_DNS_ERROR_RCODE_NOT_IMPLEMENTED", WERR_DNS_ERROR_RCODE_NOT_IMPLEMENTED }, 173 { "WERR_DNS_ERROR_RCODE_REFUSED", WERR_DNS_ERROR_RCODE_REFUSED }, 174 { "WERR_DNS_ERROR_RCODE_YXDOMAIN", WERR_DNS_ERROR_RCODE_YXDOMAIN }, 175 { "WERR_DNS_ERROR_RCODE_YXRRSET", WERR_DNS_ERROR_RCODE_YXRRSET }, 176 { "WERR_DNS_ERROR_RCODE_NXRRSET", WERR_DNS_ERROR_RCODE_NXRRSET }, 177 { "WERR_DNS_ERROR_RCODE_NOTAUTH", WERR_DNS_ERROR_RCODE_NOTAUTH }, 178 { "WERR_DNS_ERROR_RCODE_NOTZONE", WERR_DNS_ERROR_RCODE_NOTZONE }, 179 { "WERR_DNS_ERROR_RCODE_BADSIG", WERR_DNS_ERROR_RCODE_BADSIG }, 180 { "WERR_DNS_ERROR_RCODE_BADKEY", WERR_DNS_ERROR_RCODE_BADKEY }, 181 { "WERR_DNS_ERROR_RCODE_BADTIME", WERR_DNS_ERROR_RCODE_BADTIME }, 182 { "WERR_DNS_INFO_NO_RECORDS", WERR_DNS_INFO_NO_RECORDS }, 183 { "WERR_DNS_ERROR_BAD_PACKET", WERR_DNS_ERROR_BAD_PACKET }, 184 { "WERR_DNS_ERROR_NO_PACKET", WERR_DNS_ERROR_NO_PACKET }, 185 { "WERR_DNS_ERROR_RCODE", WERR_DNS_ERROR_RCODE }, 186 { "WERR_DNS_ERROR_UNSECURE_PACKET", WERR_DNS_ERROR_UNSECURE_PACKET }, 187 { "WERR_DNS_ERROR_INVALID_TYPE", WERR_DNS_ERROR_INVALID_TYPE }, 188 { "WERR_DNS_ERROR_INVALID_IP_ADDRESS", WERR_DNS_ERROR_INVALID_IP_ADDRESS }, 189 { "WERR_DNS_ERROR_INVALID_PROPERTY", WERR_DNS_ERROR_INVALID_PROPERTY }, 190 { "WERR_DNS_ERROR_TRY_AGAIN_LATER", WERR_DNS_ERROR_TRY_AGAIN_LATER }, 191 { "WERR_DNS_ERROR_NOT_UNIQUE", WERR_DNS_ERROR_NOT_UNIQUE }, 192 { "WERR_DNS_ERROR_NON_RFC_NAME", WERR_DNS_ERROR_NON_RFC_NAME }, 193 { "WERR_DNS_STATUS_FQDN", WERR_DNS_STATUS_FQDN }, 194 { "WERR_DNS_STATUS_DOTTED_NAME", WERR_DNS_STATUS_DOTTED_NAME }, 195 { "WERR_DNS_STATUS_SINGLE_PART_NAME", WERR_DNS_STATUS_SINGLE_PART_NAME }, 196 { "WERR_DNS_ERROR_INVALID_NAME_CHAR", WERR_DNS_ERROR_INVALID_NAME_CHAR }, 197 { "WERR_DNS_ERROR_NUMERIC_NAME", WERR_DNS_ERROR_NUMERIC_NAME }, 198 { "WERR_DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER", WERR_DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER }, 199 { "WERR_DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION", WERR_DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION }, 200 { "WERR_DNS_ERROR_CANNOT_FIND_ROOT_HINTS", WERR_DNS_ERROR_CANNOT_FIND_ROOT_HINTS }, 201 { "WERR_DNS_ERROR_INCONSISTENT_ROOT_HINTS", WERR_DNS_ERROR_INCONSISTENT_ROOT_HINTS }, 202 { "WERR_DNS_ERROR_DWORD_VALUE_TOO_SMALL", WERR_DNS_ERROR_DWORD_VALUE_TOO_SMALL }, 203 { "WERR_DNS_ERROR_DWORD_VALUE_TOO_LARGE", WERR_DNS_ERROR_DWORD_VALUE_TOO_LARGE }, 204 { "WERR_DNS_ERROR_BACKGROUND_LOADING", WERR_DNS_ERROR_BACKGROUND_LOADING }, 205 { "WERR_DNS_ERROR_NOT_ALLOWED_ON_RODC", WERR_DNS_ERROR_NOT_ALLOWED_ON_RODC }, 206 { "WERR_DNS_ERROR_ZONE_DOES_NOT_EXIST", WERR_DNS_ERROR_ZONE_DOES_NOT_EXIST }, 207 { "WERR_DNS_ERROR_NO_ZONE_INFO", WERR_DNS_ERROR_NO_ZONE_INFO }, 208 { "WERR_DNS_ERROR_INVALID_ZONE_OPERATION", WERR_DNS_ERROR_INVALID_ZONE_OPERATION }, 209 { "WERR_DNS_ERROR_ZONE_CONFIGURATION_ERROR", WERR_DNS_ERROR_ZONE_CONFIGURATION_ERROR }, 210 { "WERR_DNS_ERROR_ZONE_HAS_NO_SOA_RECORD", WERR_DNS_ERROR_ZONE_HAS_NO_SOA_RECORD }, 211 { "WERR_DNS_ERROR_ZONE_HAS_NO_NS_RECORDS", WERR_DNS_ERROR_ZONE_HAS_NO_NS_RECORDS }, 212 { "WERR_DNS_ERROR_ZONE_LOCKED", WERR_DNS_ERROR_ZONE_LOCKED }, 213 { "WERR_DNS_ERROR_ZONE_CREATION_FAILED", WERR_DNS_ERROR_ZONE_CREATION_FAILED }, 214 { "WERR_DNS_ERROR_ZONE_ALREADY_EXISTS", WERR_DNS_ERROR_ZONE_ALREADY_EXISTS }, 215 { "WERR_DNS_ERROR_AUTOZONE_ALREADY_EXISTS", WERR_DNS_ERROR_AUTOZONE_ALREADY_EXISTS }, 216 { "WERR_DNS_ERROR_INVALID_ZONE_TYPE", WERR_DNS_ERROR_INVALID_ZONE_TYPE }, 217 { "WERR_DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP", WERR_DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP }, 218 { "WERR_DNS_ERROR_ZONE_NOT_SECONDARY", WERR_DNS_ERROR_ZONE_NOT_SECONDARY }, 219 { "WERR_DNS_ERROR_NEED_SECONDARY_ADDRESSES", WERR_DNS_ERROR_NEED_SECONDARY_ADDRESSES }, 220 { "WERR_DNS_ERROR_WINS_INIT_FAILED", WERR_DNS_ERROR_WINS_INIT_FAILED }, 221 { "WERR_DNS_ERROR_NEED_WINS_SERVERS", WERR_DNS_ERROR_NEED_WINS_SERVERS }, 222 { "WERR_DNS_ERROR_NBSTAT_INIT_FAILED", WERR_DNS_ERROR_NBSTAT_INIT_FAILED }, 223 { "WERR_DNS_ERROR_SOA_DELETE_INVALID", WERR_DNS_ERROR_SOA_DELETE_INVALID }, 224 { "WERR_DNS_ERROR_FORWARDER_ALREADY_EXISTS", WERR_DNS_ERROR_FORWARDER_ALREADY_EXISTS }, 225 { "WERR_DNS_ERROR_ZONE_REQUIRES_MASTER_IP", WERR_DNS_ERROR_ZONE_REQUIRES_MASTER_IP }, 226 { "WERR_DNS_ERROR_ZONE_IS_SHUTDOWN", WERR_DNS_ERROR_ZONE_IS_SHUTDOWN }, 227 { "WERR_DNS_ERROR_PRIMARY_REQUIRES_DATAFILE", WERR_DNS_ERROR_PRIMARY_REQUIRES_DATAFILE }, 228 { "WERR_DNS_ERROR_INVALID_DATAFILE_NAME", WERR_DNS_ERROR_INVALID_DATAFILE_NAME }, 229 { "WERR_DNS_ERROR_DATAFILE_OPEN_FAILURE", WERR_DNS_ERROR_DATAFILE_OPEN_FAILURE }, 230 { "WERR_DNS_ERROR_FILE_WRITEBACK_FAILED", WERR_DNS_ERROR_FILE_WRITEBACK_FAILED }, 231 { "WERR_DNS_ERROR_DATAFILE_PARSING", WERR_DNS_ERROR_DATAFILE_PARSING }, 232 { "WERR_DNS_ERROR_RECORD_DOES_NOT_EXIST", WERR_DNS_ERROR_RECORD_DOES_NOT_EXIST }, 233 { "WERR_DNS_ERROR_RECORD_FORMAT", WERR_DNS_ERROR_RECORD_FORMAT }, 234 { "WERR_DNS_ERROR_NODE_CREATION_FAILED", WERR_DNS_ERROR_NODE_CREATION_FAILED }, 235 { "WERR_DNS_ERROR_UNKNOWN_RECORD_TYPE", WERR_DNS_ERROR_UNKNOWN_RECORD_TYPE }, 236 { "WERR_DNS_ERROR_RECORD_TIMED_OUT", WERR_DNS_ERROR_RECORD_TIMED_OUT }, 237 { "WERR_DNS_ERROR_NAME_NOT_IN_ZONE", WERR_DNS_ERROR_NAME_NOT_IN_ZONE }, 238 { "WERR_DNS_ERROR_CNAME_LOOP", WERR_DNS_ERROR_CNAME_LOOP }, 239 { "WERR_DNS_ERROR_NODE_IS_CNAME", WERR_DNS_ERROR_NODE_IS_CNAME }, 240 { "WERR_DNS_ERROR_CNAME_COLLISION", WERR_DNS_ERROR_CNAME_COLLISION }, 241 { "WERR_DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT", WERR_DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT }, 242 { "WERR_DNS_ERROR_RECORD_ALREADY_EXISTS", WERR_DNS_ERROR_RECORD_ALREADY_EXISTS }, 243 { "WERR_DNS_ERROR_SECONDARY_DATA", WERR_DNS_ERROR_SECONDARY_DATA }, 244 { "WERR_DNS_ERROR_NO_CREATE_CACHE_DATA", WERR_DNS_ERROR_NO_CREATE_CACHE_DATA }, 245 { "WERR_DNS_ERROR_NAME_DOES_NOT_EXIST", WERR_DNS_ERROR_NAME_DOES_NOT_EXIST }, 246 { "WERR_DNS_WARNING_PTR_CREATE_FAILED", WERR_DNS_WARNING_PTR_CREATE_FAILED }, 247 { "WERR_DNS_WARNING_DOMAIN_UNDELETED", WERR_DNS_WARNING_DOMAIN_UNDELETED }, 248 { "WERR_DNS_ERROR_DS_UNAVAILABLE", WERR_DNS_ERROR_DS_UNAVAILABLE }, 249 { "WERR_DNS_ERROR_DS_ZONE_ALREADY_EXISTS", WERR_DNS_ERROR_DS_ZONE_ALREADY_EXISTS }, 250 { "WERR_DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE", WERR_DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE }, 251 { "WERR_DNS_INFO_AXFR_COMPLETE", WERR_DNS_INFO_AXFR_COMPLETE }, 252 { "WERR_DNS_ERROR_AXFR", WERR_DNS_ERROR_AXFR }, 253 { "WERR_DNS_INFO_ADDED_LOCAL_WINS", WERR_DNS_INFO_ADDED_LOCAL_WINS }, 254 { "WERR_DNS_STATUS_CONTINUE_NEEDED", WERR_DNS_STATUS_CONTINUE_NEEDED }, 255 { "WERR_DNS_ERROR_NO_TCPIP", WERR_DNS_ERROR_NO_TCPIP }, 256 { "WERR_DNS_ERROR_NO_DNS_SERVERS", WERR_DNS_ERROR_NO_DNS_SERVERS }, 257 { "WERR_DNS_ERROR_DP_DOES_NOT_EXIST", WERR_DNS_ERROR_DP_DOES_NOT_EXIST }, 258 { "WERR_DNS_ERROR_DP_ALREADY_EXISTS", WERR_DNS_ERROR_DP_ALREADY_EXISTS }, 259 { "WERR_DNS_ERROR_DP_NOT_ENLISTED", WERR_DNS_ERROR_DP_NOT_ENLISTED }, 260 { "WERR_DNS_ERROR_DP_ALREADY_ENLISTED", WERR_DNS_ERROR_DP_ALREADY_ENLISTED }, 261 { "WERR_DNS_ERROR_DP_NOT_AVAILABLE", WERR_DNS_ERROR_DP_NOT_AVAILABLE }, 262 { "WERR_DNS_ERROR_DP_FSMO_ERROR", WERR_DNS_ERROR_DP_FSMO_ERROR }, 171 263 { "WERR_GENERAL_FAILURE", WERR_GENERAL_FAILURE }, 172 264 { "WERR_PRINTQ_FULL", WERR_PRINTQ_FULL }, … … 1963 2055 { "WERR_DS_NOT_INSTALLED", WERR_DS_NOT_INSTALLED }, 1964 2056 { "WERR_DS_MEMBERSHIP_EVALUATED_LOCALLY", WERR_DS_MEMBERSHIP_EVALUATED_LOCALLY }, 1965 { "WERR_DS_INVALID_ATTRIBUTE_YNTAX", WERR_DS_INVALID_ATTRIBUTE_YNTAX },1966 2057 { "WERR_DS_NO_RIDS_ALLOCATED", WERR_DS_NO_RIDS_ALLOCATED }, 1967 2058 { "WERR_DS_NO_MORE_RIDS", WERR_DS_NO_MORE_RIDS }, … … 3259 3350 { WERR_CONNECTION_INVALID, "An operation was attempted on a nonexistent network connection." }, 3260 3351 { WERR_CONNECTION_ACTIVE, "An invalid operation was attempted on an active network connection." }, 3261 { WERR_NETWORK_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },3262 { WERR_HOST_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },3263 { WERR_PROTOCOL_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },3352 { WERR_NETWORK_UNREACHABLE, "The network location cannot be reached." }, 3353 { WERR_HOST_UNREACHABLE, "The network location cannot be reached." }, 3354 { WERR_PROTOCOL_UNREACHABLE, "The network location cannot be reached." }, 3264 3355 { WERR_PORT_UNREACHABLE, "No service is operating at the destination network endpoint on the remote system." }, 3265 3356 { WERR_REQUEST_ABORTED, "The request was aborted." }, … … 3284 3375 { WERR_NOT_SUPPORTED_ON_SBS, "This operation is not supported on a computer running Windows Server 2003 for Small Business Server." }, 3285 3376 { WERR_SERVER_SHUTDOWN_IN_PROGRESS, "The server machine is shutting down." }, 3286 { WERR_HOST_DOWN, "The remote system is not available. For information about network troubleshooting, see Windows Help." },3377 { WERR_HOST_DOWN, "The remote system is not available." }, 3287 3378 { WERR_NON_ACCOUNT_SID, "The security identifier provided is not from an account domain." }, 3288 3379 { WERR_NON_DOMAIN_SID, "The security identifier provided does not have a domain component." }, … … 4474 4565 { WERR_DS_MEMBERSHIP_EVALUATED_LOCALLY, "The directory service evaluated group memberships locally." }, 4475 4566 { WERR_DS_NO_ATTRIBUTE_OR_VALUE, "The specified directory service attribute or value does not exist." }, 4476 { WERR_DS_INVALID_ATTRIBUTE_ YNTAX, "The attribute syntax specified to the directory service is invalid." },4567 { WERR_DS_INVALID_ATTRIBUTE_SYNTAX, "The attribute syntax specified to the directory service is invalid." }, 4477 4568 { WERR_DS_ATTRIBUTE_TYPE_UNDEFINED, "The attribute type specified to the directory service is not defined." }, 4478 4569 { WERR_DS_ATTRIBUTE_OR_VALUE_EXISTS, "The specified directory service attribute or value already exists." }, … … 4854 4945 { WERR_DS_INVALID_SEARCH_FLAG_SUBTREE, "The search flags for the attribute are invalid. The subtree index bit is valid only on single-valued attributes." }, 4855 4946 { WERR_DS_INVALID_SEARCH_FLAG_TUPLE, "The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings." }, 4947 { WERR_DNS_ERROR_RCODE_FORMAT_ERROR, "DNS server unable to interpret format." }, 4948 { WERR_DNS_ERROR_RCODE_SERVER_FAILURE, "DNS server failure." }, 4949 { WERR_DNS_ERROR_RCODE_NAME_ERROR, "DNS name does not exist." }, 4950 { WERR_DNS_ERROR_RCODE_NOT_IMPLEMENTED, "DNS request not supported by name server." }, 4951 { WERR_DNS_ERROR_RCODE_REFUSED, "DNS operation refused." }, 4952 { WERR_DNS_ERROR_RCODE_YXDOMAIN, "DNS name that should not exist, does exist." }, 4953 { WERR_DNS_ERROR_RCODE_YXRRSET, "DNS resource record (RR) set that should not exist, does exist." }, 4954 { WERR_DNS_ERROR_RCODE_NXRRSET, "DNS RR set that should to exist, does not exist." }, 4955 { WERR_DNS_ERROR_RCODE_NOTAUTH, "DNS server not authoritative for zone." }, 4956 { WERR_DNS_ERROR_RCODE_NOTZONE, "DNS name in update or prereq is not in zone." }, 4957 { WERR_DNS_ERROR_RCODE_BADSIG, "DNS signature failed to verify." }, 4958 { WERR_DNS_ERROR_RCODE_BADKEY, "DNS bad key." }, 4959 { WERR_DNS_ERROR_RCODE_BADTIME, "DNS signature validity expired." }, 4960 { WERR_DNS_INFO_NO_RECORDS, "No records found for given DNS query." }, 4961 { WERR_DNS_ERROR_BAD_PACKET, "Bad DNS packet." }, 4962 { WERR_DNS_ERROR_NO_PACKET, "No DNS packet." }, 4963 { WERR_DNS_ERROR_RCODE, "DNS error, check rcode." }, 4964 { WERR_DNS_ERROR_UNSECURE_PACKET, "Unsecured DNS packet." }, 4965 { WERR_DNS_ERROR_INVALID_TYPE, "Invalid DNS type." }, 4966 { WERR_DNS_ERROR_INVALID_IP_ADDRESS, "Invalid IP address." }, 4967 { WERR_DNS_ERROR_INVALID_PROPERTY, "Invalid property." }, 4968 { WERR_DNS_ERROR_TRY_AGAIN_LATER, "Try DNS operation again later." }, 4969 { WERR_DNS_ERROR_NOT_UNIQUE, "Record for given name and type is not unique." }, 4970 { WERR_DNS_ERROR_NON_RFC_NAME, "DNS name does not comply with RFC specifications." }, 4971 { WERR_DNS_STATUS_FQDN, "DNS name is a fully qualified DNS name." }, 4972 { WERR_DNS_STATUS_DOTTED_NAME, "DNS name is dotted (multilabel)." }, 4973 { WERR_DNS_STATUS_SINGLE_PART_NAME, "DNS name is a single-part name." }, 4974 { WERR_DNS_ERROR_INVALID_NAME_CHAR, "DNS name contains an invalid character." }, 4975 { WERR_DNS_ERROR_NUMERIC_NAME, "DNS name is entirely numeric." }, 4976 { WERR_DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER, "The operation requested is not permitted on a DNS root server." }, 4977 { WERR_DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION, "The record could not be created because this part of the DNS namespace has been delegated to another server." }, 4978 { WERR_DNS_ERROR_CANNOT_FIND_ROOT_HINTS, "The DNS server could not find a set of root hints." }, 4979 { WERR_DNS_ERROR_INCONSISTENT_ROOT_HINTS, "The DNS server found root hints but they were not consistent across all adapters." }, 4980 { WERR_DNS_ERROR_DWORD_VALUE_TOO_SMALL, "The specified value is too small for this parameter." }, 4981 { WERR_DNS_ERROR_DWORD_VALUE_TOO_LARGE, "The specified value is too large for this parameter." }, 4982 { WERR_DNS_ERROR_BACKGROUND_LOADING, "This operation is not allowed while the DNS server is loading zones in the background. Try again later." }, 4983 { WERR_DNS_ERROR_NOT_ALLOWED_ON_RODC, "The operation requested is not permitted on against a DNS server running on a read-only DC." }, 4984 { WERR_DNS_ERROR_ZONE_DOES_NOT_EXIST, "DNS zone does not exist." }, 4985 { WERR_DNS_ERROR_NO_ZONE_INFO, "DNS zone information not available." }, 4986 { WERR_DNS_ERROR_INVALID_ZONE_OPERATION, "Invalid operation for DNS zone." }, 4987 { WERR_DNS_ERROR_ZONE_CONFIGURATION_ERROR, "Invalid DNS zone configuration." }, 4988 { WERR_DNS_ERROR_ZONE_HAS_NO_SOA_RECORD, "DNS zone has no start of authority (SOA) record." }, 4989 { WERR_DNS_ERROR_ZONE_HAS_NO_NS_RECORDS, "DNS zone has no Name Server (NS) record." }, 4990 { WERR_DNS_ERROR_ZONE_LOCKED, "DNS zone is locked." }, 4991 { WERR_DNS_ERROR_ZONE_CREATION_FAILED, "DNS zone creation failed." }, 4992 { WERR_DNS_ERROR_ZONE_ALREADY_EXISTS, "DNS zone already exists." }, 4993 { WERR_DNS_ERROR_AUTOZONE_ALREADY_EXISTS, "DNS automatic zone already exists." }, 4994 { WERR_DNS_ERROR_INVALID_ZONE_TYPE, "Invalid DNS zone type." }, 4995 { WERR_DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP, "Secondary DNS zone requires master IP address." }, 4996 { WERR_DNS_ERROR_ZONE_NOT_SECONDARY, "DNS zone not secondary." }, 4997 { WERR_DNS_ERROR_NEED_SECONDARY_ADDRESSES, "Need secondary IP address." }, 4998 { WERR_DNS_ERROR_WINS_INIT_FAILED, "WINS initialization failed." }, 4999 { WERR_DNS_ERROR_NEED_WINS_SERVERS, "Need WINS servers." }, 5000 { WERR_DNS_ERROR_NBSTAT_INIT_FAILED, "NBTSTAT initialization call failed." }, 5001 { WERR_DNS_ERROR_SOA_DELETE_INVALID, "Invalid delete of SOA." }, 5002 { WERR_DNS_ERROR_FORWARDER_ALREADY_EXISTS, "A conditional forwarding zone already exists for that name." }, 5003 { WERR_DNS_ERROR_ZONE_REQUIRES_MASTER_IP, "This zone must be configured with one or more master DNS server IP addresses." }, 5004 { WERR_DNS_ERROR_ZONE_IS_SHUTDOWN, "The operation cannot be performed because this zone is shut down." }, 5005 { WERR_DNS_ERROR_PRIMARY_REQUIRES_DATAFILE, "The primary DNS zone requires a data file." }, 5006 { WERR_DNS_ERROR_INVALID_DATAFILE_NAME, "Invalid data file name for the DNS zone." }, 5007 { WERR_DNS_ERROR_DATAFILE_OPEN_FAILURE, "Failed to open the data file for the DNS zone." }, 5008 { WERR_DNS_ERROR_FILE_WRITEBACK_FAILED, "Failed to write the data file for the DNS zone." }, 5009 { WERR_DNS_ERROR_DATAFILE_PARSING, "Failure while reading datafile for DNS zone." }, 5010 { WERR_DNS_ERROR_RECORD_DOES_NOT_EXIST, "DNS record does not exist." }, 5011 { WERR_DNS_ERROR_RECORD_FORMAT, "DNS record format error." }, 5012 { WERR_DNS_ERROR_NODE_CREATION_FAILED, "Node creation failure in DNS." }, 5013 { WERR_DNS_ERROR_UNKNOWN_RECORD_TYPE, "Unknown DNS record type." }, 5014 { WERR_DNS_ERROR_RECORD_TIMED_OUT, "DNS record timed out." }, 5015 { WERR_DNS_ERROR_NAME_NOT_IN_ZONE, "Name not in DNS zone." }, 5016 { WERR_DNS_ERROR_CNAME_LOOP, "CNAME loop detected." }, 5017 { WERR_DNS_ERROR_NODE_IS_CNAME, "Node is a CNAME DNS record." }, 5018 { WERR_DNS_ERROR_CNAME_COLLISION, "A CNAME record already exists for the given name." }, 5019 { WERR_DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT, "Record is only at DNS zone root." }, 5020 { WERR_DNS_ERROR_RECORD_ALREADY_EXISTS, "DNS record already exists." }, 5021 { WERR_DNS_ERROR_SECONDARY_DATA, "Secondary DNS zone data error." }, 5022 { WERR_DNS_ERROR_NO_CREATE_CACHE_DATA, "Could not create DNS cache data." }, 5023 { WERR_DNS_ERROR_NAME_DOES_NOT_EXIST, "DNS name does not exist." }, 5024 { WERR_DNS_WARNING_PTR_CREATE_FAILED, "Could not create pointer (PTR) record." }, 5025 { WERR_DNS_WARNING_DOMAIN_UNDELETED, "DNS domain was undeleted." }, 5026 { WERR_DNS_ERROR_DS_UNAVAILABLE, "The directory service is unavailable." }, 5027 { WERR_DNS_ERROR_DS_ZONE_ALREADY_EXISTS, "DNS zone already exists in the directory service." }, 5028 { WERR_DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE, "DNS server not creating or reading the boot file for the directory service integrated DNS zone." }, 5029 { WERR_DNS_INFO_AXFR_COMPLETE, "DNS AXFR (zone transfer) complete." }, 5030 { WERR_DNS_ERROR_AXFR, "DNS zone transfer failed." }, 5031 { WERR_DNS_INFO_ADDED_LOCAL_WINS, "Added local WINS server." }, 5032 { WERR_DNS_STATUS_CONTINUE_NEEDED, "Secure update call needs to continue update request." }, 5033 { WERR_DNS_ERROR_NO_TCPIP, "TCP/IP network protocol not installed." }, 5034 { WERR_DNS_ERROR_NO_DNS_SERVERS, "No DNS servers configured for local system." }, 5035 { WERR_DNS_ERROR_DP_DOES_NOT_EXIST, "The specified directory partition does not exist." }, 5036 { WERR_DNS_ERROR_DP_ALREADY_EXISTS, "The specified directory partition already exists." }, 5037 { WERR_DNS_ERROR_DP_NOT_ENLISTED, "This DNS server is not enlisted in the specified directory partition." }, 5038 { WERR_DNS_ERROR_DP_ALREADY_ENLISTED, "This DNS server is already enlisted in the specified directory partition." }, 5039 { WERR_DNS_ERROR_DP_NOT_AVAILABLE, "The directory partition is not available at this time. Wait a few minutes and try again." }, 5040 { WERR_DNS_ERROR_DP_FSMO_ERROR, "The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003." }, 4856 5041 { WERR_IPSEC_QM_POLICY_EXISTS, "The specified quick mode policy already exists." }, 4857 5042 { WERR_IPSEC_QM_POLICY_NOT_FOUND, "The specified quick mode policy was not found." },
Note:
See TracChangeset
for help on using the changeset viewer.