Windows 2008 Server cannot access any network share

I run a Windows 2008 server with SP2. This server acts as a desktop alone. Recently, I switched between two networks (corporate and other) using this system. Ever since, I am unable to access any network share on the original network from where I installed and configured the desktop. The message I get is "Network path was not found". Note that I am able to access the internet and my corporate mail server.

I am told this is a Vista and Windows 2008 specific problem and I have done everything I could think of: a) Deleted the second network settings from the desktop b) Installed a patch from MS that supposed took care of this problem (with MS clearly saying they had not tested this enough) c) The SP2 install was after the problem occurred and I went ahead with it in the hope that SP2 may have something that would fix this

Some additional details:

a) A system admin can log into this system from a remote terminal b) I cannot get into my own system using the hidden share C$ - for instance \mymachine\C$ gives me the same message as above - Network path not found c) I can log into my system remotely using mstsc d) I cannot create shares on this system - as an extension network printers are not detected

I have an update for you: The error message is as follows -

****Network Error****

Windows cannot access \\network_share

Check the spelling of the name. Otherwise there might a problem with your network. To try to identify and resolve network problems, click Diagnose.

Clicking Diagnose gives Error Code: 0x80070035 The network path was not found.

Any help will be appreciated

Thanks


Solution 1:

In Vista/Server 2008, each network has its own profile, and you'll need to enable File and Print Services(netbios services) for each network.

For more help, try these two links: Enable File and Printer Sharing and File and Print Sharing in Vista

hth, ~H

Solution 2:

For me :

  • Server 2008 Standard (not R2)
  • Firewall is off
  • Computer browser service is on
  • I am trying to access \\MYMACHINE\TFS-BUILDS because TFS requires a UNC share for drops
  • (I am accessing both by typing in the name and double clicking the folder)
  • Single network card
  • Filesharing wizard says share was ok
  • Share was showing under 'computer management'
  • No obvious errors in eventlog
  • Reboot didn't fix it

How did I fix it? I haven't :-(

I'll update this when I figure it out!

Edit: FIXED IT !!

Apparently 'File and printer Sharing for Microsoft Networks' is not installed for the network adapter by default. This is independent on whether or not file sharing is actually installed. I'm not sure if this is a Windows 2008 default or the network card's default.

So here's what fixed it:

  • Right click on 'Local Area Connection'
  • Verify that 'File and Printer Sharing for Microsoft Networks' is NOT there
  • Assuming you don't see it - Click 'Install'
  • Double click on 'Service'
  • Select 'File and Printer Sharing for Microsoft Networks'
  • Click OK to install it
  • Reboot machine

You should be able to see it now. Jees! (Answer from http://kadaitcha.cx/file_sharing.html)

Solution 3:

You are not crazy I have this issue too and can replicate the following oddies that only seem to happen with win2k8 sp2 and vista sp2 clients whom are not joined to the domain but try to access a domain joined server. They will get prompted for cred's but even when the creds are correct will not be allowed access. Interestingly enough however if you attempt to connect via \ip\ or \ip\share you are prompted for creds and they work and access is granted but if you use the standard \machinename or \FQDN while you get prompted, it will never let you in.

This seems to have started with SP2. I have found no solution to this other than rolling back to SP1 or using the IP. Also interesting is once you have connected via IP successfully you can then use the \machinename etc methods and they work fine. If you then say remove all connections to the box via net use /del on all connections then try the \machinename again the problem will return. - Almost hilarious

Makes no logical sense to me why this is, but it is.

Solution 4:

What worked for me was turning on "TCP/IP NetBIOS Helper" in services. Somehow that was set to run automatically but was not turned on. After i started the service I was able to connect to shares.