(Ok, actually the *first* thing to check is that the XP machine has the correct IP settings, and it can ping the domain controller....)
Main Topics
Browse All TopicsI've got 6 Windows 2000 Pro workstations joined to an Active Directory domain running on a Windows 2000 Server. Everything runs fine except we can't join any Win XP Pro machines to our domain. I always get an error message saying:
"A domain controller for the domain could not be contacted
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.DOMAI
Common causes of this error include the following:
- The DNS SRV record is not registered in DNS."
Any ideas would be appreciated. As well as any reason why this only happens with Windows XP Pro.
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.
I checked the netsetup log and found this.
I think it means that the DNS does have an SRV record of the domain, but I'm not sure. You'll have to forgive my ignorance of Windows networking.
02/19 12:05:29 --------------------------
02/19 12:05:29 NetpValidateName: checking to see if 'DOMAIN NAME' is valid as type 3 name
02/19 12:05:32 NetpCheckDomainNameIsValid
02/19 12:05:32 NetpCheckDomainNameIsValid
I do know that DNS servers are correctly listed in the TCP/IP settings.
Again, every computer on our network, including the XP Pro clients are configured the exact same way, and they all work great except the ones running XP Pro.
at the server type the following in a command window
ipconfig /registerdns
You can also try this....
1. In the domain, start the DNS snap-in.
2. Open the Forward Lookup zone, right-click your domain name, and then click Properties.
3. On the General tab, make sure that Allow dynamic updates is set to Yes. By default, this is set to Only Secure Updates.
4. Stop and then restart the DNS service. At a command prompt, type the following lines, pressing ENTER after each line:
- net stop dns
- net start dns
>>The query was for the SRV record for _ldap._tcp.dc._msdcs.DOMAI
How do you come to know about this query?
Can you enable DNS server logs and post the queries, which fails when you try to join. By this we will know exactly which queries are failing. And then we can verify the corresponding records on the DNS server
This happened to me as well. Brand new Sony Vaio with WinXP Pro. On the initial setup I had it connected to the network just fine. Then I had to rename the machine and that's when I got this message. I can't get it to logon to the domain, but I can ping my DNS server just fine both by IP and name. After setting a static IP, I can ping the problem system from anywhere on my network. I orginally had the system set up as DHCP, but I've changed to a static IP address and set the primary DNS settings to point to my server. Still nothing. Where exactly should the _ldap SRV records be listed. I have them a couple layers deep from the root of my _msdcs zone and my _sites zone. I have the _ldap record in the root of my _tcp zone, but not all under _udp. Is that the issue?
This query is displayed in an error message that appears after entering the 'Computer Name Changes' screen and attempting to connect to our domain. Here's the initial message. I'm hoping that it makes it clear to you as to what the problem is, but I'm having trouble deciphering it:
Note: This information is intended for a network administrator. If you are not your network's administrator, notify the administrator that you received this information, which has been recorded in the file C:\WINDOWS\debug\dcdiag.tx
The domain name themadisongroup might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.
If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain themadisongroup:
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.thema
Common causes of this error include the following:
- The DNS SRV record is not registered in DNS.
- One or more of the following zones do not include delegation to its child zone:
themadisongroup
. (the root zone)
For information about correcting this problem, click Help.
Thanks for all your help!
Todd.
I was having the exact same problem and I just fixed it. It was something really retarded too. Our company was using Norton Personal Firewall and it was blocking access to our server, which gave me the same errors that you talked about above. If you have any firewall programs going disable them and then try. It worked in a second for me once I did. Hope that helps.
-BorkYWarP
I was also having the same problem and was getting to my wits end. Tried everything mentioned above but still couldn't get them to logon.
Solution:
On my Win2k server, I edited the TCP/IP properties Advanced - WINS tab to enable Netbios over TCP/IP. Tried again and was able to join the XP machines to the domain. Once joined, I can disable Netbios over TCP/IP and there's no problem logging in.
I don't doubt this has something to do with an incorrectly set up AD, but I don't know what it is. For instance, even though I''ve setup DNS to update dynamically, I never see any of the workstations listed in the forward lookup zones. Should they be there?
Hope this helps some of you get out of the woods.
Ingo
I'm having the same error message, but mine is joining the domain over a VPN.
I enabled NetBIOS over TCP/IP and it didn't do the trick.
The only think that works is if I assign the primary dns to the DNS server across the VPN. I would like to just have a dynamic IP through their local ISP instead of all DNS traffic going across the VPN but it works.
Any thoughts on what I can do?
I work for a large company and IT recently renamed my xp pro laptop. The IT guy joined the new computer name to the domain while I was watching and was still getting the error message mentioned in this thread. (My machine is a Centrino with built-in wireless, which I configured to use the IT access points in our building when not docked.)
Anyway, ever since this time, I cannot logon to the domain over my fast ethernet link. However, if I unplug and logon using the wireless connection, everything works fine. In fact, I can then reconnect the fast ethernet cable, while logged onto the domain, and everything works fine until I log off or restart...then, I get to go through this song and dance all over again.
IT's solution is to re-image my machine, however, I don't want to do this as I have lots of developer tools loaded on my laptop that I don't want to have to go through the process of reloading...not to mention, the chance that I might miss something when backing up my data.
Anyone have any ideas on a permanent solution?
Thanks,
All,
Please see my earlier comments in this thread. It all still applies. I have some more to add.
1. I can logon to the domain using my wireless connection without my fastE connected, then disable my radio, logoff, connect my fastE, log back on and everything works fine. But, if I try to do this by disabling the radio and doing a shut-down (vs. logoff) and then follow the same steps, I can't get on the domain.
2. I can turn off the radio, disconnect the fastE, shutdown, logon with my domain profile (no network connection), let it start logging on with my local profile, connect my fastE and then everything works again.
Basically, it appears as though whatever is happening in the "preparing network connections" post just doesn't seem to like my fastE connection. I can somewhat validate this because if I don't put in a username or password when my fastE is connected when booting, I get a message something like "the domain controller is unavailable".
I'd still like to get this figured out...mainly because I'm very curious at this point and my new logon method, if I want to take advantage of my fastE connection, is rather tedious.
Thanks,
Thanks to Borkyarp for posting the "retarded" solution:
I too resolved this problem by removing the XP Internet Connection Firewall which was enbled on ethernet connection of the laptop!!! YEAHHHH!
=========
So just to summarize the original error when connecting to Domain from XP Pro for future readers:
it had already recognized the user name (Username JENNY found on domain DOMAINNAME. would you like to use it?"
then:
"The domain name DOMAINNAME might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS"
Ok, so what to do if these solutions do not work? I have a large, single server network that I am trying to join 4 XP SP2 PCs to a 2000 Server domain. The Netbios name and the TCP/IP name are the same, which another co-worker thinks is the problem. These PCs have full internet connectivity, can fully resolve the DC using its name and IP address, but when I try and connect them to the domain, the OS says that the domain controller for the domain cannot be contacted. I ran into this same problem with a laptop, and I resorted to taking the laptop from the site it is to be used at, to the server site (65 miles of difference, Baltimore to Northern VA). Once connected to the hub that the server is jacked into, the laptop was able to join the domain fine. Please tell me that I will not need to take all 4 desktops there and back.
Brian
Brian, this question is closed, you will have to ask your own question :-)
http://www.experts-exchang
Error message on adding a winxp laptop/PC with srvpck2 to the domain
Error message
The domain name <ur domain name> might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain <ur domain name>:
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.<ur domain name>
Common causes of this error include the following:
- The DNS SRV record is not registered in DNS.
- One or more of the following zones do not include delegation to its child zone:
<ur domain name>.(the root zone)
Solution:
Stop the service Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS) and change the startup type to manual
will solve the problem
Business Accounts
Answer for Membership
by: JammyPakPosted on 2004-02-19 at 07:44:42ID: 10403447
The first thing is to check that the XP machines have their primary DNS server set as the DNS server that's hosting the zone for the Active Directory domain. (sorry if this is obvious....just checking)