Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Server cannot register with DNS (DNSAPI Event error 11166)

Windows Server Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 25-02-2008
Eric Sauve
 
Posts: n/a
Server cannot register with DNS (DNSAPI Event error 11166)

A server of ours refuses to register its DNS record. I tried deleting the DNS
A record (I had to create a static A record) and doing ipconfig /registerdns
which always returns this "DNSAPI 11166" error in the Event System log. As an
experiment, I changed the server name and strangely under the new name the
server able to successfully register itself in DNS but after changing to the
original name the problem came back. Because this DNS zone is AD integrated,
would it be possible there would be some "remnants" of this old DNS record
that would show in the DNS Management snap-in?

Thanks in advance.
Reply With Quote
  #2  
Old 26-02-2008
Chris
 
Posts: n/a
RE: Server cannot register with DNS (DNSAPI Event error 11166)

Hi Eric ,


Did you delete the PTR record also ?

Thanks
Chris


"Eric Sauve" wrote:

> A server of ours refuses to register its DNS record. I tried deleting the DNS
> A record (I had to create a static A record) and doing ipconfig /registerdns
> which always returns this "DNSAPI 11166" error in the Event System log. As an
> experiment, I changed the server name and strangely under the new name the
> server able to successfully register itself in DNS but after changing to the
> original name the problem came back. Because this DNS zone is AD integrated,
> would it be possible there would be some "remnants" of this old DNS record
> that would show in the DNS Management snap-in?
>
> Thanks in advance.

Reply With Quote
  #3  
Old 26-02-2008
Eric Sauve
 
Posts: n/a
RE: Server cannot register with DNS (DNSAPI Event error 11166)

Thanks for the reply Chris,

Yes, I forgot to mention that I did delete the corresponding PTR record in
the reverse lookup zone.

Also it seems I didn't proof read my original post very well, I meant to ask
if it is posssible that a DNS record still exists in AD but isn't listed in
the DNS Management snap-in?

"Chris" wrote:

> Hi Eric ,
>
>
> Did you delete the PTR record also ?
>
> Thanks
> Chris
>
>
> "Eric Sauve" wrote:
>
> > A server of ours refuses to register its DNS record. I tried deleting the DNS
> > A record (I had to create a static A record) and doing ipconfig /registerdns
> > which always returns this "DNSAPI 11166" error in the Event System log. As an
> > experiment, I changed the server name and strangely under the new name the
> > server able to successfully register itself in DNS but after changing to the
> > original name the problem came back. Because this DNS zone is AD integrated,
> > would it be possible there would be some "remnants" of this old DNS record
> > that would show in the DNS Management snap-in?
> >
> > Thanks in advance.

Reply With Quote
  #4  
Old 26-02-2008
Chris
 
Posts: n/a
RE: Server cannot register with DNS (DNSAPI Event error 11166)

The only other place in DNS would be the DNS cache .ipconfig /displaydns

I did google this and you can find some fixes here :

http://www.eventid.net/display.asp?e...DnsApi&phase=1



Here someone is suggesting running netdiag /fix on the server having the
problem .

http://www.eggheadcafe.com/forumarch...st23676018.asp


More info here

http://www.eggheadcafe.com/software/...ent-11166.aspx


Hope one of these works for ya :)


Thanks

Chris




"Eric Sauve" wrote:

> Thanks for the reply Chris,
>
> Yes, I forgot to mention that I did delete the corresponding PTR record in
> the reverse lookup zone.
>
> Also it seems I didn't proof read my original post very well, I meant to ask
> if it is posssible that a DNS record still exists in AD but isn't listed in
> the DNS Management snap-in?
>
> "Chris" wrote:
>
> > Hi Eric ,
> >
> >
> > Did you delete the PTR record also ?
> >
> > Thanks
> > Chris
> >
> >
> > "Eric Sauve" wrote:
> >
> > > A server of ours refuses to register its DNS record. I tried deleting the DNS
> > > A record (I had to create a static A record) and doing ipconfig /registerdns
> > > which always returns this "DNSAPI 11166" error in the Event System log. As an
> > > experiment, I changed the server name and strangely under the new name the
> > > server able to successfully register itself in DNS but after changing to the
> > > original name the problem came back. Because this DNS zone is AD integrated,
> > > would it be possible there would be some "remnants" of this old DNS record
> > > that would show in the DNS Management snap-in?
> > >
> > > Thanks in advance.

Reply With Quote
  #5  
Old 26-02-2008
Kevin D. Goodknecht Sr. [MVP]
 
Posts: n/a
Re: Server cannot register with DNS (DNSAPI Event error 11166)

Read inline please.

In news:15E28164-51AB-44C2-A5CB-648CBC2C723F@microsoft.com,
Eric Sauve <EricSauve@discussions.microsoft.com> typed:
> Thanks for the reply Chris,
>
> Yes, I forgot to mention that I did delete the corresponding PTR
> record in
> the reverse lookup zone.
>
> Also it seems I didn't proof read my original post very well, I meant
> to ask
> if it is posssible that a DNS record still exists in AD but isn't
> listed in
> the DNS Management snap-in?


Yes, it is very possible, but if you'll right click the zone, and select
"Reload", it will reload the zone from AD and update all data in the console
with current data in AD.


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps

===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


Reply With Quote
  #6  
Old 02-03-2008
Dhruv raj
 
Posts: n/a
RE: Server cannot register with DNS (DNSAPI Event error 11166)

assumin this server is windows server 2000 or later
if you have renamed the server just reset the computer account in the
adctive directory user and computers console
and then reboot
--
Dhruv Raj
mcse 2003
New Delhi
India


"Eric Sauve" wrote:

> A server of ours refuses to register its DNS record. I tried deleting the DNS
> A record (I had to create a static A record) and doing ipconfig /registerdns
> which always returns this "DNSAPI 11166" error in the Event System log. As an
> experiment, I changed the server name and strangely under the new name the
> server able to successfully register itself in DNS but after changing to the
> original name the problem came back. Because this DNS zone is AD integrated,
> would it be possible there would be some "remnants" of this old DNS record
> that would show in the DNS Management snap-in?
>
> Thanks in advance.

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Server cannot register with DNS (DNSAPI Event error 11166)"
Thread Thread Starter Forum Replies Last Post
DNSAPI event 11166 Mike Brester Windows Server Help 5 10-05-2007 10:34 PM
Event ID 11166 - Server can't register host (A) record Kris Gallaher Windows Server Help 3 18-04-2006 12:21 PM
DNSAPI Error Event ID 11166 every 6 Hours Sam NetAdmin Windows Server Help 0 02-11-2005 06:50 PM
DNSAPI error: 11166 Dan Windows Server Help 1 11-08-2005 11:18 PM
DNSApi Event Log Error ID: 11160 jjackson Windows Server Help 5 28-06-2005 11:14 PM


All times are GMT +5.5. The time now is 04:27 AM.