it only showes me the Zone i created, not the default MS settings like all my other servers.
Main Topics
Browse All TopicsThe DNS server encountered error 32 attempting to load zone zone5 from Active Directory. The DNS server will attempt to load this zone again on the next timeout cycle. This can be caused by high Active Directory load and may be a transient condition.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
"Default MS Settings", what are those?
Do you mean it's not showing you a replicated version of the zone? And that you added a zone? If so, what type of zone did you add?
Generally, if you have an additional DC you don't need to add zones at all. Any zone set to AD Integrated will appear on the DC a short time after it successfully replicates.
Chris
The zone ZONE1 is configured to accept updates but the A record for the primary server in the zone's SOA record is not available on this DNS server. This may indicate a configuration problem. If the address of the primary server for the zone cannot be resolved DNS clients will be unable to locate a server to accept updates for this zone. This will cause DNS clients to be unable to perform DNS updates.
This is what i am getting now. nslookup does not work on the server, This is the new PDC in the active directory.
There's not really enough detail here for me to even begin telling you what's wrong at the moment. I need to know a few things about your environment to build up a picture of where you stand.
Do you have any other Domain Controllers in this domain? Or is this a new Domain Controller for a new Domain and Forest?
> nslookup does not work on the server
What do you mean by this? I'm afraid it's a pretty useless statement at the moment. NSLookup always works, it is entirely possible the DNS Server you're trying to query doesn't.
Basically, please be specific if you want us to help you. Perhaps paste the error message if you're not sure what you're looking at.
Chris
I havd another 2k3 standard server that was running DHCP, DNS, File sharing, and Exchange. This server has a bad perc controler. So we have replaced this with another server. due to hardware, HD's and speed. The new server is setup as 2003 server standard, and is the PDC. I have DHCP, DNS, Files shring, and Exchange setup on here. After i setup DNS it gave me theh error 32. It has never looked right to me from the start. The two domain's have not been on the network the same time. So what i would like to do is set this server up just like the other server i had setup 5 years ago. It is the only DNS server in the network. The only problems i am having is a very slow network due to DNS not running properly on the server.
As for the NSLOOKUP, when i run ths command in dos it says "DNS request timed out. ***can's find server name ofr address 172.16.1.100: timed out. Default server: unknown address 172.16.1.100"
below is the DNS event log error
The zone ZONE1 is configured to accept updates but the A record for the primary server in the zone's SOA record is not available on this DNS server. This may indicate a configuration problem. If the address of the primary server for the zone cannot be resolved DNS clients will be unable to locate a server to accept updates for this zone. This will cause DNS clients to be unable to perform DNS updates.
Thanks for the help.
This one first because it has an easy explanation.
> DNS request timed out. ***can's find server name ofr address172.16.1.100: timed out.
> Default server: unknown address172.16.1.100
You get this error if there's no PTR Record in a Reverse Lookup Zone for the server you're using NSLookup again.
Add the Reverse Lookup Zone for your IP Range, run "ipconfig /registerdns" and that problem should disappear.
The important thing to note about that is while it complains it's harmless. It won't cause you name resolution problems.
Can you at the moment lookup www.google.com (nslookup www.google.com)? If not, do you have any Forwarders configured on your DNS Server? That's Properties for the server in the DNS Console, then the Forwarders tab.
What value is currently in the SOA Record? And the NS Records?
If it's a new server you might have more luck simply deleting the existing zone and adding a new one as Primary, AD Integrated (with all DNS Servers in the Domain as the replication scope).
The Service Records, those under _msdcs, are supposed to be dynamically registered by the NetLogon Service. As such you can force it to try and register them by restarting that service. They don't necessarily appear in their own zone, they can happily exist under the zone for your domain name so don' tbe too put off that you don't see that exact zone name.
Chris
In the Forward Lookup Zone, is there a Host (A) Record for your server name? I take it mydomain.com is the name of the Forward Lookup Zone, and the name of your AD Domain?
I take it there's currently no _msdcs sub-folder in there?
Are you seeing DNS Registration failures in the Event Log?
Can you let me know the current Replication Scope for the zone?
And if you could note any DNS Servers listed in your servers TCP/IP configuration? It looks like you're fine, but I wanted to verify you have nothing but 172.16.1.100 in there, and that the IP belongs to your server?
Chris
In the Forward Lookup Zone, is there a Host (A) Record for your server name? I take it mydomain.com is the name of the Forward Lookup Zone, and the name of your AD Domain? = NO A RECORD.
I take it there's currently no _msdcs sub-folder in there?
= NO that is what i was talking about earler.
Are you seeing DNS Registration failures in the Event Log?
Yes. The DNS server encountered error 32 attempting to load zone 1.16.172.in-addr.arpa from Active Directory. The DNS server will attempt to load this zone again on the next timeout cycle. This can be caused by high Active Directory load and may be a transient condition.
Can you let me know the current Replication Scope for the zone?
Sorry i dont know where to find that.
And if you could note any DNS Servers listed in your servers TCP/IP configuration? It looks like you're fine, but I wanted to verify you have nothing but 172.16.1.100 in there, and that the IP belongs to your server?
Yes my servers ip is the only listed.
Thanks again for all the help.
> The DNS server encountered error 32 attempting to load zone 1.16.172.in-addr.arpa from Active Directory
That is absolutely not a registration failure. It's a Zone Load error. It's also for the Reverse Lookup Zone which is irrelevant to _msdcs and the Forward Lookup Zone.
And as it suggests, it may be transient. Did the Reverse Lookup Zone load successfully in the DNS Console?
And are there any error messages explicitly relating to record registration? If there are going to be any you should be able to force them with the following:
net stop netlogon
net start netlogon
ipconfig /registerdns
Which forces the server to attempt to register every one of it's records, the Host (A) and the Service Records under _msdcs.
> Re: Scope. Sorry i dont know where to find that.
In the DNS Console, open the Properties for the zone.
> Yes my servers ip is the only listed.
Great :) I saw no indication of it being otherwise, but it's always good to check these things :)
It could be that what you're seeing here is simply a symptom of something deeper. Are you getting any other errors in any of the event logs? Have you tried running DCDiag / NetDiag?
Chris
Business Accounts
Answer for Membership
by: Chris-DentPosted on 2008-07-10 at 01:26:56ID: 21971390
As it said, it may be just a transient condition. It normally occurs when booting up a Domain Controller (if at all). Is that when you see the message? If you open up the DNS console can you see all your zones?
Chris