Quantcast
Results 1 to 9 of 9

Unable to connect to Server 2008

  1. #1
    sliversoftime is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Unable to connect to Server 2008

    Hi everyone,

    I've been tearing my hair out trying to work out why half of our PC's/Laptops are able to connect to our server and the other half can't since we upgraded to Windows 7.

    Everyone is using identical firewall and settings (ESET).

    I've done the NTLM negotiation change but no affect.

    I can ping the server but unable to map a network drive.

    Just get a "windows cannot access" message.

    Some machines can see the server and some can't but even the ones that can see it can't connect

    Reply With Quote Reply With Quote

  2. #2
    Trouble's Avatar
    Trouble is online now Administrator
    Noob Whisperer
     
    Join Date
    Nov 2009
    Posts
    5,923
    Blog Entries
    2

    Re: Unable to connect to Server 2008

    First, may I ask, is this a Windows Workgroup or are you using the 2k8 server as a Domain Controller, for a Active Directory Domain, or is it a member server in and Active Directory Domain?
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.


    Reply With Quote Reply With Quote

  3. #3
    sliversoftime is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Re: Unable to connect to Server 2008

    Trouble,

    it is a member server and active directory domain.

    I am able to ping the servers IP but not its DNS name.

    All users have the same rights and I've also added all the computers to the directory.

    I'm afraid I am very much a novice when it comes to Windows Server so I've tried to keep the whole setup very simple.

    There was no issue when all the machines were XP it is only since the upgrade to WIN7

    Thanks in advance

    Reply With Quote Reply With Quote

  4. #4
    Trouble's Avatar
    Trouble is online now Administrator
    Noob Whisperer
     
    Join Date
    Nov 2009
    Posts
    5,923
    Blog Entries
    2

    Re: Unable to connect to Server 2008

    Quote Originally Posted by sliversoftime View Post
    Trouble,

    it is a member server and active directory domain.

    I am able to ping the servers IP but not its DNS name.

    All users have the same rights and I've also added all the computers to the directory.

    I'm afraid I am very much a novice when it comes to Windows Server so I've tried to keep the whole setup very simple.

    There was no issue when all the machines were XP it is only since the upgrade to WIN7

    Thanks in advance
    If we can assume from your answer that it is an Active Directroy Domain Controller and you just left out the word Controller, then
    Open Server Manager
    Expand Features
    Expand Forest, then Domains, then your specific Domain, then Group Policy Objects
    Right click on Default Domain controllers Police and choose edit
    In the resultant Group Policy Mangement Editor expand
    Computer Configuration, then Windows Settings, the Security Settings then Local Policies, then highlight User Rights Assignments
    In the right pain near the top "Access this computer from the network" make sure the group "Authenticated Users" is included
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.


    Reply With Quote Reply With Quote

  5. #5
    sliversoftime is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Re: Unable to connect to Server 2008

    Hi Trouble,

    Yes I've checked that "Authenticated Users" are in the list. I've also tried adding individuals but to no avail.

    Reply With Quote Reply With Quote

  6. #6
    Trouble's Avatar
    Trouble is online now Administrator
    Noob Whisperer
     
    Join Date
    Nov 2009
    Posts
    5,923
    Blog Entries
    2

    Re: Unable to connect to Server 2008

    OK, make sure that the windows 7 machines are pointing to your Windows DNS server and only to that server for DNS resolution.
    Then pick one of the problem Windows 7 machines and unjoin it from the Domain, put it back to Workgroup reboot. On the Active Directory Domain Controller, remove it from the list of Domain Computers. Then from the problem windows 7 machine attempt to rejoin the domain, supply the necessary domain administrator's credentials when prompted, reboot. Then log on to the problem machine with Domain Administrator's credentials and see if you still have problems accessing domain resources.
    Keep us posted.
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.


    Reply With Quote Reply With Quote

  7. #7
    sliversoftime is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Aug 2010
    Posts
    4

    Re: Unable to connect to Server 2008

    we don't actually connect to the domain (at the moment anyway).

    The drives are shared and accessed via "map network drive" as part of the WORKGROUP.

    I've also noticed that those who do have access are able to access from different machines e.g. 1 colleague has 2 laptops that both connect. Both are different model Dells.

    Actually come to think of it the only thing that connects the upgraded windows 7 laptops that are having problems is that they are not Dells.

    Also those who can connect keep losing the network drive and have to re-map at least one of them.

    I'm now debating whether to downgrade to Vista as there is no connection issue with Vista.

    Or I'll have to bring in a network guy to poke around and hopefully not charge me an arm and a leg.

    Reply With Quote Reply With Quote

  8. #8
    TorrentG is offline Premier Member
    Enjoys Windows 7 Forums
     
    Join Date
    May 2010
    Posts
    3,913

    Re: Unable to connect to Server 2008

    Quote Originally Posted by sliversoftime View Post
    Also those who can connect keep losing the network drive and have to re-map at least one of them.
    In all machines, using the device manager while looking at the network adapter settings, look at the Power Management tab. Uncheck the box to "Allow the computer to turn off this device to save power."

    If that doesn't help, then you can try creating a batch file to map the drives and place it in the startup folder so it runs each time Windows starts.
    This command will make it non-persistent type, which is what may be causing the issue (being persistent in the first place.)

    Here's an example of local drive I: being mapped to a remote machine:

    Code:
    net use i: \\servername\folder /persistent:no
    Make as many lines as needed, in notepad. Save then rename to whateveryouwant.bat. Move to startup folder. Reboot and test.

    Reply With Quote Reply With Quote

  9. #9
    Trouble's Avatar
    Trouble is online now Administrator
    Noob Whisperer
     
    Join Date
    Nov 2009
    Posts
    5,923
    Blog Entries
    2

    Re: Unable to connect to Server 2008

    Make sure that the workgroup name on the client machines have the same workgroup name as the domain name just leave off the suffix. (mydomain.lan would be workgroup name mydomain).
    You said you can ping the server. Make sure that you can ping the server by IP as well as HostName. If the first works and the second fails, then your netbios information is not being propagated across the network and you should tend to that. Make sure that the server has a fixed (static) ip address. From the client machines open command prompt and clear netbios name table cache
    type nbtstat -R
    then ping the server by ip and hostname
    check the cache table on the client machine, command prompt type, nbtstat -c
    if the server name and ip aren't in the client machines local cache then you have an issue.
    You need a means of name resolution, eithere NetBIOS broadcast, WINS or DNS, don't know why you are not connecting to the domain, buy if this is going to be a long term process you might want to throw WINS on the server and point all the clients there under the WINS tab, in the IPv4 properties of each clients network card.
    Also double check username and passwords, you say you have one user with two machines who seems to be able to attach to the server, is he using the same username and password on both machines?
    Yesterday was, Today is, but ahh Tomorrow...mystery, suspense and a promise of hope.


    Reply With Quote Reply With Quote

Similar Threads

  1. Server 2008
    By Artificial in forum Windows Server
    Replies: 1
    Last Post: 03-06-2012, 09:39 AM
  2. Replies: 0
    Last Post: 06-23-2011, 12:40 AM
  3. Replies: 0
    Last Post: 06-23-2011, 12:40 AM
  4. Replies: 0
    Last Post: 06-23-2011, 12:40 AM
  5. Can not connect to a server running Windows 2000 server
    By jmerritt in forum Windows 7 Networking
    Replies: 14
    Last Post: 07-21-2010, 04:27 PM

Visitors found this page by searching for:

connect windows 7 to server 2008

unable to connect to windows server 2008

connecting windows 7 to windows server 2008

how to connect windows 7 client to server 2008

windows 7 cannot connect to windows server 2008

how to connect to server 2008 from windows 7

server 2008 can not connect to shared drive

connect win7 to server 2008

windows 7 connect to server 2008

unable to map network drive server 2008

how to connect windows 7 to windows server 2008

cannot connect server 2008

unable to login to server 2008

cannot connect windows 7 to windows 2008 server

Windows 2008 server users cannot connect to share

unable to connect to shared drive server 2008

unable to connect shared drive from windows2008 server

unable to connecting to windows 7 to domain of server 2008

cannot connect to active directory server 2008

cant connect to windows server 2008

windows 7 wont connect to server 2008

cannot connect windows 7 to windows server 2008

unable to connect to machine performance monitor in windows 2008 server

windows 7 can t connect to server 2008

in server2008 unable to connect to other computer

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •