Hello.
Last month I had RAID issues with an old windows 2003 server. I've managed to recover (so I thought) and boot it.
Today while joining workstations to my domain I got:
The error was: "DNS name does not exist."
(error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs."my.domain.com"
Common causes of this error include the following:
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are
registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set
intervals. This computer is configured to use DNS servers with the following IP addresses:
I've issued "dcdiag /fix" but I also got the following errors.
Domain Controller Diagnosis
Performing initial setup:
Done gathering initial info.
Doing initial required tests
Testing server: Default-First-Site-Name\myserver
Starting test: Connectivity
The host 707374ab-bb88-48d4-b7de-00a3710ec8af._msdcs.my.domain.com could not be resolved to an
IP address. Check the DNS server, DHCP, server name, etc
Although the Guid DNS name
(707374ab-bb88-48d4-b7de-00a3710ec8af._msdcs.my.domain.com) couldn't
be resolved, the server name (myserver.my.domain.com) resolved to the IP
address (193.136.66.26) and was pingable. Check that the IP address
is registered correctly with the DNS server.
......................... myserver failed test Connectivity
Doing primary tests
Testing server: Default-First-Site-Name\myserver
Skipping all tests, because server myserver is
not responding to directory service requests
Running partition tests on : ForestDnsZones
Starting test: CrossRefValidation
......................... ForestDnsZones passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... ForestDnsZones passed test CheckSDRefDom
Running partition tests on : DomainDnsZones
Starting test: CrossRefValidation
......................... DomainDnsZones passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... DomainDnsZones passed test CheckSDRefDom
Running partition tests on : Schema
Starting test: CrossRefValidation
......................... Schema passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... Schema passed test CheckSDRefDom
Running partition tests on : Configuration
Starting test: CrossRefValidation
......................... Configuration passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... Configuration passed test CheckSDRefDom
Running partition tests on : win
Starting test: CrossRefValidation
......................... win passed test CrossRefValidation
Starting test: CheckSDRefDom
......................... win passed test CheckSDRefDom
Running enterprise tests on : my.domain.com
Starting test: Intersite
......................... my.domain.com passed test Intersite
Starting test: FsmoCheck
......................... my.domain.com passed test FsmoCheck
When I went to check my DC, wich is also the DNS server, I've found that the "_ldap._tcp.dc"... records do not exist anymore.
I was suspicious that there was some data I couldn't restore, now I'm sure.
Is there any way to restore the dns data for my domain, or do I have to use DCPROMO and start from scratch?
Thanks and regards.
Dave