Windows Thread, Network Drive Unable to Connect in Technical; Hi,
I'm currently getting an error with staff connecting to the shared area. This happens randomly on machines that have ...
-
2nd June 2009, 11:30 AM #1
- Rep Power
- 17
Network Drive Unable to Connect
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
-
-
IDG Tech News
-
2nd June 2009, 11:34 AM #2 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.
-
-
2nd June 2009, 11:37 AM #3
- Rep Power
- 17
No profiles are used either roaming or local. Its just whats on the local machine.
-
-
2nd June 2009, 11:48 AM #4 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 ?
-
-
2nd June 2009, 11:57 AM #5
- Rep Power
- 11
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.
-
-
2nd June 2009, 12:10 PM #6
- Rep Power
- 17
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.
-
-
2nd June 2009, 02:52 PM #7
- Rep Power
- 11
Ah, won't be that, then...unless 'max users' has been set on the shares.
-
-
2nd June 2009, 06:10 PM #8 In your logon script, make sure it reads similar to this:
Code:
net use K: /delete
net use K: \\SERVERNAME\SHARE
-
-
2nd June 2009, 06:21 PM #9
- Rep Power
- 16
Agree with Michael. That's how I do it too.
-
-
2nd June 2009, 06:38 PM #10 
Originally Posted by
Michael
In your logon script, make sure it reads similar to this:
Code:
net use K: /delete
net use K: \\SERVERNAME\SHARE
Will using a persistent connection help at all ?
Code:
net use K: /delete
net use K: \\SERVERNAME\SHARE /Persistent:Yes
-
-
2nd June 2009, 06:40 PM #11 You could do that, but it shouldn't be necessary.
-
-
2nd June 2009, 07:39 PM #12 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.
-
-
3rd June 2009, 01:37 PM #13 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.
-
-
3rd June 2009, 04:17 PM #14
- Rep Power
- 14
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\Curre ntVersion\Explorer\Map Network Drive MRU
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\MountPoints2
cheers
-
SHARE: 
Similar Threads
-
By mark in forum EduGeek.net Site Problems
Replies: 3
Last Post: 8th July 2009, 08:59 AM
-
By steve_nfi in forum Hardware
Replies: 7
Last Post: 23rd April 2008, 09:06 AM
-
By deano in forum Web Development
Replies: 0
Last Post: 28th September 2007, 03:09 PM
-
By mudcow007 in forum Windows
Replies: 6
Last Post: 23rd May 2007, 02:23 PM
-
By richard in forum Wireless Networks
Replies: 8
Last Post: 8th September 2006, 08:54 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules