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
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
For me :
\\MYMACHINE\TFS-BUILDS
because TFS requires a UNC share for dropsHow 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:
You should be able to see it now. Jees! (Answer from http://kadaitcha.cx/file_sharing.html)
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.
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.
Did you check if the Windows firewall is blocking the ports needed by File Sharing? To enable the File and Printer Sharing option in Windows Firewall Configuration Settings:
Check also in the Network and Sharing Center (from Control Panel), if "File Sharing" is "on".
From the servicess check the Computer Browser service... I had the same problem and apparently this was the couse. I think by default this servise is disabled
Fixing the winsock and TCP/IP worked for me. On the run command (as admin) I used the following commands:
for winsock run: netsh winsock reset
to reset tcp/ip run: netsh int ip reset c:\temp\resetlog.txt
Cheers, Thomas
This Solution Fixed my problem:
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. link|flag
Did the winsock and tcpip resets (via Thomas). This was scary, because it deleted all my NIC settings. But, lo and behold, restoring them yielded the long sought "Welcome to the ... domain!"
[I attempted several times to format most of the points above as bullets, but it all ran together. Other than that, ServerFault Rules!]
In order to get rid of the error code 0x80070035, I have a few methods that I would like to share. You can try them out and let us know as well.
I want you to know that for me solving this problem wat to tick Client for Microsoft Networks on the right NIC on my DC. Looks like when messing arround with Hyper-V this was disabled for some reason.
I didn't try to this (Did the winsock and tcpip resets (via Thomas). This was scary, because it deleted all my NIC settings. But, lo and behold, restoring them yielded the long sought "Welcome to the ... domain!") because of the warning in there. I would have done this as a last resort. If you have a another server, compare the settings between the two.
User contributions licensed under CC BY-SA 3.0