Cannot connect Windows 7 machine to windows 2003 domain

6,689

Solution 1

I have given up and told the user to re-install windows. The issue makes no sense what so ever and I am presuming a file has been corrupted somewhere along the line.

Hopefully this will sort the issue.

EDIT: This has resolved this issue and he is now able to connect to the domain ... How odd.

Solution 2

That sounds like a network issue.

Try the following:

Open a command line as administrator and type:

ipconfig

Under "Ethernet adapter Local Area Connection" you should have an IPv4 address listed (and not an auto-discovered one like 169.254.xxx.xxx)

If that works, the start nslookup (still from the command line and type

set type=srv
abc.local

That should return the name an address of your DC machine.

Try it and report back. Also important. check your event log and report any error you see there.

Share:
6,689

Related videos on Youtube

webnoob
Author by

webnoob

I am Cabinet Maker turned programmer - Odd but true :) I have a passion for all things coding including C#, PHP, CSS, JavaScript. I'm currently building a product that will help people manage their service based business including job management, accounts tracking, scheduling and planning etc. It's an exciting project.

Updated on September 17, 2022

Comments

  • webnoob
    webnoob over 1 year

    I have an issue with one of my machines. I have a windows 2003 server machine that is the DHCP, DNS, and AD DC. We have about 20 machines connected to this domain successfully but are having issues with one machine.

    The machine was once on the domain and up until Friday it had no problems, but yesterday it lost access to all share drives. I have removed it from the domain with plans to add it back on but am unable. If I try to join the domain using "abc" I get:

    An Active Directory Domain Controller for the domain "abc" could not be contacted

    If I try and add it via "abc.local" I get a username and password prompt and then the following error when I click Ok:

    The network location cannot be reached..

    I am trying to join the domain using my admin account. I have browsed google looking for answers but haven't really found anything useful.

    EDIT: For more info, I can ping my server using it's computer name and IP address. I can ping my broken computer from the server using the IP address but not the computer name.

    Does anyone have any ideas?

  • webnoob
    webnoob over 13 years
    Ok done that, my IP was 192.168.50.58 (as it should be). After nslookup I got: Default Server: compname.abc.local Address: 192.168.50.3. These are both correct for my server. The only thing I see the in event viewer is: The client was unable to validate the following as active DNS server(s) that can service this client. The server(s) may be temporarily unavailable, or may be incorectly configured. 192.168.50.3. I can't see it being a config issue on teh server as we have other machines connected (a few of which are windows 7 as well).
  • Stephane
    Stephane over 13 years
    Try to issue an ipconfig /flushdns and redo the nsllokup diag, please
  • webnoob
    webnoob over 13 years
    Ok, I have done that and got the same results.
  • webnoob
    webnoob over 13 years
    I have just noticed the Netlogin service is not running for some reason. Would this cause issues?
  • webnoob
    webnoob over 13 years
    Ok just looked into this and it seems that only gets started when the computer is part of the domain network.
  • Stephane
    Stephane over 13 years
    Anytghing in the event log, then ? SChannel errors, for instance ?
  • webnoob
    webnoob over 13 years
    Ther are no errors at all in the event log. This really doesn't make sense. If it was a DNS issue, I wouldn't be able to ping my server (via name) either. Sigh ..
  • webnoob
    webnoob over 13 years
    The network type seemed be be correct. So it was showing like COnnected to abc(unauthenticated). I just couldn't get it authenticated because of not being able to get on the domain.