Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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 ?

Posted
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.
Posted

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.

Posted
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

Posted
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.
Posted
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.
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...