I want promote my new Windows Server 2012 R2 Standard to domain controller in existing domain (1x DC Windows Server 2008 Standard). When I run "Active Directory Domain ServiceConfiguration Wizard", I get error: Verification of replica failed. The domain DNS name "miniprof.invalid" has an invalid format.
My domain name is "miniprof.invalid" (Yes, this is correct).
From: c:\Windows\debug\dcpromoui.log
Enter ValidateDomainDnsNameSyntax
dcpromoui 11C0.11A0 0323 11:16:35.743 validating miniprof.invalid
dcpromoui 11C0.11A0 0324 11:16:35.743 Enter Dns::ValidateDnsNameSyntax miniprof.invalid
dcpromoui 11C0.11A0 0325 11:16:35.743 Enter DoDnsValidation s: miniprof.invalid, max len unicode: 64, max len utf8: 155
dcpromoui 11C0.11A0 0326 11:16:35.743 name is 16 utf-8 bytes
dcpromoui 11C0.11A0 0327 11:16:35.743 Enter MyDnsValidateName miniprof.invalid
dcpromoui 11C0.11A0 0328 11:16:35.743 Calling DnsValidateName
dcpromoui 11C0.11A0 0329 11:16:35.743 pszName : miniprof.invalid
dcpromoui 11C0.11A0 032A 11:16:35.743 Format : 6
dcpromoui 11C0.11A0 032B 11:16:35.743 status 0x7B
dcpromoui 11C0.11A0 032C 11:16:35.743 ERROR_INVALID_NAME
dcpromoui 11C0.11A0 032D 11:16:35.744 ValidateDomainDnsNameSyntax for domain miniprof.invalid returned 6
dcpromoui 11C0.11A0 032E 11:16:35.744 domain name miniprof.invalid has bad syntax
dcpromoui 11C0.11A0 032F 11:16:35.744 Enter GetMessageForDomainDnsNameSyntaxError miniprof.invalid
dcpromoui 11C0.11A0 0330 11:16:35.744 The domain DNS name "miniprof.invalid" has an invalid format.
DNS names can contain letters, numbers, and hyphens, but not spaces. Periods are used to separate domain labels, which can be no longer than 63 bytes. The top-level domain name must contain at least one non-numeric character.
Characters that are not allowed include: ! " # $ & ( ) * + , ' / : ; < = > ? @ [ \ ] ^ ` { | } ~
Example: domain-1.microsoft.com.
dcpromoui 11C0.11A0 0331 11:16:35.744 VerifyReplica error message: The domain DNS name "miniprof.invalid" has an invalid format.
DNS names can contain letters, numbers, and hyphens, but not spaces. Periods are used to separate domain labels, which can be no longer than 63 bytes. The top-level domain name must contain at least one non-numeric character.
Characters that are not allowed include: ! " # $ & ( ) * + , ' / : ; < = > ? @ [ \ ] ^ ` { | } ~
Example: domain-1.microsoft.com.
dcpromoui 11C0.11A0 0332 11:16:35.744 Test Failed
dcpromoui 11C0.11A0 0333 11:16:35.744 VerifyReplica returns exit code: 46
dcpromoui 11C0.11A0 0334 11:16:35.744 END TEST: VerifyReplica
dcpromoui 11C0.11A0 0335 11:16:35.744 Enter State::UnbindFromReplicationPartnetDC
dcpromoui 11C0.13E8 0336 11:17:19.626 closing log
What is wrong?