Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Map drive disappears after a while
Message
From
01/10/2012 15:19:47
 
 
To
30/09/2012 15:23:20
General information
Forum:
Windows
Category:
Administration & Security
Environment versions
OS:
Windows 7
Miscellaneous
Thread ID:
01553995
Message ID:
01554070
Views:
33
>The best solution is to change your apps or processes so they use UNCs instead of mapped drives.
>
>Googling [mapped drive disconnects] gives some useful hits e.g. http://support.microsoft.com/kb/297684
>
>You can use a CMD file to map a drive e.g.
>
>@ECHO OFF
>
>REM Delete the existing mapping, if it exists:
>NET USE Z: /DEL
>
>REM Re-establish the mapping:
>NET USE Z: \\SomeServer\SomeShare /persistent:y
>
You can schedule a CMD file like this to run periodically, but you have to be careful to run it in the context of whatever apps or processes need the mapping, as mappings are per profile/session.

Thanks, I wonder if the issue of non using UNC could be a problem in Windows Server 2003. I assume this is probably fixed in the recent versions. But, if I run into that again, I will change it to UNC. I will then be able to see if that helps once the same pattern will occur again.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform