G
Gary Burton
There must be a registry setting that controls the amount of time it takes to determine whether a folder is available or not.
Problem:
I have a backup program (DataKeeper), which I love. If a specified folder is available on a mapped network drive at the time DataKeeper is launched, it will back up over the network. If the network folder is not available at launch time, it backs up to the local disk. The folder to which I wish to back up all my computers is always found by my main computer where the backup drive is installed, but it is not found over the network by the remote machines.
If I go to a remote machine and use file sharing via Windows Explorer to show the backup folder (which takes a couple of seconds), THEN launch DataKeeper, DataKeeper finds the backup folder and backs up the way it should. If I launch DataKeeper first, it will not find the folder. DataKeeper is supposed to launch at startup, and manually fiddling with Explorer on each boot is not convenient
I tried to write a Visual Basic routine to open the folder automatically, but I ran into exactly the same problem with Visual Basic. The Open command gave me a "Path not found" error when run from a remote machine, unless I first access the folder from Windows Explorer.
The only explanation I can find for this behavior is that:
1) There is a timeout (which is now set too short) that determines whether a folder is available.
2) Windows Explorer has a much longer timeout before it calls the folder unavailable.
3) Once Windows Explorer finds a folder, it is identified as found and can be accessed by other programs regardless of the timeout..
I'm not sure my theory is sound, but it is the best I can do with my limited understanding of Windows.
Can someone help me?
Problem:
I have a backup program (DataKeeper), which I love. If a specified folder is available on a mapped network drive at the time DataKeeper is launched, it will back up over the network. If the network folder is not available at launch time, it backs up to the local disk. The folder to which I wish to back up all my computers is always found by my main computer where the backup drive is installed, but it is not found over the network by the remote machines.
If I go to a remote machine and use file sharing via Windows Explorer to show the backup folder (which takes a couple of seconds), THEN launch DataKeeper, DataKeeper finds the backup folder and backs up the way it should. If I launch DataKeeper first, it will not find the folder. DataKeeper is supposed to launch at startup, and manually fiddling with Explorer on each boot is not convenient
I tried to write a Visual Basic routine to open the folder automatically, but I ran into exactly the same problem with Visual Basic. The Open command gave me a "Path not found" error when run from a remote machine, unless I first access the folder from Windows Explorer.
The only explanation I can find for this behavior is that:
1) There is a timeout (which is now set too short) that determines whether a folder is available.
2) Windows Explorer has a much longer timeout before it calls the folder unavailable.
3) Once Windows Explorer finds a folder, it is identified as found and can be accessed by other programs regardless of the timeout..
I'm not sure my theory is sound, but it is the best I can do with my limited understanding of Windows.
Can someone help me?