Avatar of donkey001
donkey001
 asked on

DNS not responding to requests and logging 4004 and 4015 EventIDs continuously!

Recently our dns server decided to malfunction!
luckily  we have a child domain off site that  is able to serves dns requests
through Routing and Remote Access but this is not a permanent solution because Active
Directory sites and services fails generate anything when asked to check Replication Topology .

These two errors appear continuously

Source: DNS  
EventID: 4004
Type: Error

Description:
The DNS server was unable to complete directory service enumeration of zone .. This DNS server is configured to use information obtained from Active Directory for this zone and is unable to load the zone without it. Check that the Active Directory is functioning properly and repeat enumeration of the zone. The event data contains the error.

Source: DNS
EventID: 4015
Type: Error

Description:
The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The event data contains the error.

and when i run NSLOOKUP I receive the following:

C:\>nslookup
DNS request timed out.
         timeout was 2 seconds.
*** Can't find server name for address 192.168.0.4: Timed out
Default Server: richardsbaai.rbay.armature.co.za
Address: 192.168.1.4

help would help allot I'm losing sleep over this
Thanks!
Microsoft Server OSActive Directory

Avatar of undefined
Last Comment
donkey001

8/22/2022 - Mon
cdbeste

donkey001

ASKER
When we try to restart the dns server we get a popup stating

dns.exe - Application Error

The instruction at "0x10017680" referenced momory at "0xddb70elc".
The memory could not be "written".

Click on OK to terminate the program.

Sorry this should have been posted in the original Question.
Wicus001

Ensure that your reverse lookup files is correct
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Wicus001

Even better - try the following:-

1.) Stop netlogon services
2.) Delete Active Directory Ingegrated Zones
3.) Restart DNS service
4.) Stop DNS service
5.) Uninstall DNS
6.) REBOOT machine
7.) Stop netlogon service
7.) Reinstall DNS
8.) Recreate DNS zones (Remember the Reverse Look-up Zone)
9.) issue at command prompt: ipconfig /flushdns && ipconfig /registerdns
10.) Start netlogon service


This has worked for me in the past.

If M$ can explain this, I would appreciate the comment.

Even better - CHANGE TO LINUX - You will not have these ridiculous type of issues....
ASKER CERTIFIED SOLUTION
Wicus001

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
donkey001

ASKER
The accepted solution has worked but it has eaten up most of our bandwith!