Keeping mapped drives mapped.
I'm sure I should be aware of how to fix this problem, but I'm not.
Suppose I have a mapped drive that is used to run some application. After a while, or even on a reboot, running the application produces an error message. The fix to this problem is to open My Computer and double click the mapped drive. At this point, no authentication is necessary, it's like XP just has to be "reminded" that the connection still exists. After this, the application that relies on the mapped drive works just fine.
I have set the mapped drive to keep the connection persistent via the GUI option.
Do I have to set it via the net use /persistent command?
Suppose I have a mapped drive that is used to run some application. After a while, or even on a reboot, running the application produces an error message. The fix to this problem is to open My Computer and double click the mapped drive. At this point, no authentication is necessary, it's like XP just has to be "reminded" that the connection still exists. After this, the application that relies on the mapped drive works just fine.
I have set the mapped drive to keep the connection persistent via the GUI option.
Do I have to set it via the net use /persistent command?
Comments
What is the os of the computer that hosts the mapped drive? I'm thinking there was something like this that was fixed in Server 2003 SP2.. but it's been a while since I've seen this occur
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
XP SP3.
something like "Net use x: \\servername\sharename /yes"
The drive is staying mapped and connected. Meaning when you open My Computer, regardless of a reboot, you will still see the drive there in a connected state (no X on it). When you double click it, it comes right up with no authentication necessary.
The problem comes when the user tries to run the application without first opening the drive.
Hmmm....