Site icon EfmSoft

What does Windows error code 9982 (DNS_ERROR_POLICY_INVALID_NAME) mean?

 
Previous Next
DNS_ERROR_POLICY_INVALID_WEIGHT DNS_ERROR_POLICY_MISSING_CRITERIA

DNS_ERROR_POLICY_INVALID_NAME

DNS_ERROR_POLICY_INVALID_NAME indicates that the requested policy name does not meet DNS policy naming requirements.

What to verify for DNS_ERROR_POLICY_INVALID_NAME

Get-DnsServerQueryResolutionPolicy
Get-DnsServerQueryResolutionPolicy -ZoneName "example.com"
Get-DnsServerClientSubnet

Microsoft: Add-DnsServerQueryResolutionPolicy

Microsoft: Get-DnsServerQueryResolutionPolicy

Microsoft: DNS Policies overview

Where the result is returned

This result is Win32 system error 9982 (0x000026FE) from winerror.h. AllStat describes it as “The DNS policy name is invalid.”. The code is useful only together with the API that failed, because multiple Windows components can reuse system-error values while imposing different retry and cleanup rules.

Diagnostic sequence

Retry this result only after the resource or state named in “The DNS policy name is invalid.” has changed. For invalid parameters, unsupported formats, missing objects, policy restrictions, and access failures, correct the input or configuration instead of immediately repeating the same call.


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

Exit mobile version