What does Windows error code 9003 (DNS_ERROR_RCODE_NAME_ERROR) mean?

 
Previous Next
DNS_ERROR_RCODE_SERVER_FAILURE DNS_ERROR_RCODE_NOT_IMPLEMENTED

DNS_ERROR_RCODE_NAME_ERROR

DNS_ERROR_RCODE_NAME_ERROR represents DNS RCODE NXDOMAIN. It is a valid DNS answer when the queried name does not exist. Treat it as an error only after verifying the intended fully qualified name, DNS suffix search behavior, record type, and authoritative zone.

What to check

  • Query the intended fully qualified name directly to avoid confusing a missing search suffix with a missing record.
  • Identify the authoritative server for the zone and verify the record on that server rather than in a resolver cache.
  • For dynamically registered host records, check registration and scavenging settings before recreating the record manually.
Resolve-DnsName -Name "host.contoso.com" -Server "dns-server" -DnsOnly

Microsoft: DNS system error codes

Microsoft: DNS logging and diagnostics

Microsoft: DnsServer PowerShell module

Microsoft: Dynamic DNS Update in Windows and Windows Server


Looking for a different code? Search another status or error code.