Why do I receive Event ID 453 and Event ID 7053 messages in the System log on my Windows NT 4.0 DNS server?
John Savill
March 3, 2002
1 Min Read
A. If your NT 4.0 server can't resolve Fully Qualified Domain Names (FQDNs) and each attempt results in the following messages in the System log, your cache.dns file is probably corrupt:
Event ID: 453 DNS Server sendto () function failed. The data is in error.
Event ID: 7053 DNS_EVENT_SENDTO_CALL_FAILED DNS Server sendto() function failed. The data is the error.
To resolve these errors, replace the cache.dns file with the template version that NT copies to your computer during OS installation by performing the following steps:
Click Start, Run, and type
cmd.exe
to open a command prompt.
Type
C:> net stop DNS
to stop the DNS service.
Type
C:> copy %systemroot%system32dnssamplescache.dns %systemroot%system32dns
to replace the current cache.dns with the template version.
Type
C:> net start DNS
to start the DNS service.
Type
C:> exit
to exit the command window.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like