What does Windows error code 9004 (DNS_ERROR_RCODE_NOT_IMPLEMENTED) mean?

 
Previous Next
DNS_ERROR_RCODE_NAME_ERROR DNS_ERROR_RCODE_REFUSED

DNS_ERROR_RCODE_NOT_IMPLEMENTED

DNS_ERROR_RCODE_NOT_IMPLEMENTED represents DNS RCODE NOTIMP. The server received a request but does not implement the requested operation or query behavior. It can occur when a client uses an unsupported DNS opcode, record type, extension, or management feature against an older or restricted server.

What to check

  • Record the exact opcode, record type, and server version involved in the request.
  • Retry with a conventional A, AAAA, or SOA query to establish whether ordinary resolution still works.
  • Use a supported DNS Server management interface when the failed operation was administrative rather than a normal name lookup.
Get-DnsServerZone

Microsoft: DNS system error codes

Microsoft: DNS logging and diagnostics

Microsoft: DnsServer PowerShell module

Microsoft: dnscmd command reference


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