Site icon EfmSoft

What does Windows error code 9560 (DNS_ERROR_INVALID_NAME_CHAR) mean?

 
Previous Next
DNS_STATUS_SINGLE_PART_NAME DNS_ERROR_NUMERIC_NAME

DNS_ERROR_INVALID_NAME_CHAR

A hard validation failure

DNS_ERROR_INVALID_NAME_CHAR is returned by Windows name validation for characters that are invalid under the selected DNS_NAME_FORMAT. Microsoft lists spaces and a defined punctuation set; it also rejects an asterisk unless it is used as the first label of a multi-label name validated as a wildcard. This is stricter than DNS_ERROR_NON_RFC_NAME, which can be a portability warning for underscores or extended characters.

The first reported error may not be the only one. DnsValidateName checks conditions in a progression and returns when it finds the first problem, so correcting one character can expose a later length, numeric-label, or format error.

What to inspect

References


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

Exit mobile version