karldenton Posted June 2, 2009 Posted June 2, 2009 Hi, I'm currently getting an error with staff connecting to the shared area. This happens randomly on machines that have connected earlier in the day. Its the message: unable to connect to \\server\share. the local device name is already in use . this connection has not been restored. Any ideas? Thanks
elsiegee40 Posted June 2, 2009 Posted June 2, 2009 Is this a roaming profile problem? Using delprof to clear out locally stored profiles so that a fresh copy is used from the server on logon may resolve this issue.
karldenton Posted June 2, 2009 Author Posted June 2, 2009 No profiles are used either roaming or local. Its just whats on the local machine.
mac_shinobi Posted June 2, 2009 Posted June 2, 2009 assuming you are using group policy to assign the script to map the drive / network share ? If so can you post the script ? Also how are you assigning the script ? Startup or logon ?
7andY Posted June 2, 2009 Posted June 2, 2009 Is this to a server? I ask because this is the kind of message you get with a Desktop machine that has hit its 10 concurrent connections limit.
karldenton Posted June 2, 2009 Author Posted June 2, 2009 Yeah its to a server. And after a few minutes the user in question could get on without doing anything different. Guess it could be the concurrent connections limit. Is there a way to increase? Although it is to a 2003 server so shouldn't have the error.
7andY Posted June 2, 2009 Posted June 2, 2009 Ah, won't be that, then...unless 'max users' has been set on the shares.
Michael Posted June 2, 2009 Posted June 2, 2009 In your logon script, make sure it reads similar to this: net use K: /delete net use K: \\SERVERNAME\SHARE
mac_shinobi Posted June 2, 2009 Posted June 2, 2009 In your logon script, make sure it reads similar to this: net use K: /delete net use K: \\SERVERNAME\SHARE Will using a persistent connection help at all ? net use K: /delete net use K: \\SERVERNAME\SHARE /Persistent:Yes
chrbb Posted June 2, 2009 Posted June 2, 2009 This happens sometimes with our wireless, the laptop logs on uses a cached profile because the wireless wasn't available at logon, then cannot connect to the share on the server.
CAM Posted June 3, 2009 Posted June 3, 2009 This happens to me too but with a machine that is logged on locally. Restarting the PC appears to fix it but I haven't been able to reproduce the issue.
dtakias Posted June 3, 2009 Posted June 3, 2009 There is probably a previously cached network connection on the system. There are 2 registry entries about network drives. Check them and see if there is any previously cached entries and delete them. Restart the machine and see if that got rid of the problem. The entries are under Current User: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now