Site icon EfmSoft

What does Windows error code 9561 (DNS_ERROR_NUMERIC_NAME) mean?

 
Previous Next
DNS_ERROR_INVALID_NAME_CHAR DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER

DNS_ERROR_NUMERIC_NAME

Numeric text can be ambiguous

DnsValidateName returns DNS_ERROR_NUMERIC_NAME when the complete name, or its first label, consists only of digits, except for specific domain-oriented validation formats. Windows treats the result as an invalid host name. The rule prevents ambiguous input such as a supposed hostname that could be mistaken for an address or an application-specific number.

This does not mean every numeric DNS label is forbidden by the DNS protocol. The selected DNS_NAME_FORMAT and the caller’s intention are decisive. An application validating a hostname should not weaken the check merely because a domain-oriented format accepts a broader grammar.

What to inspect

References


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

Exit mobile version