It appears that the last item in the log is the DateStamp> command.
The destination is a file on a mapped drive. It does not happen every day, it does not always happen on the same drive letter. I cannot duplicate it on demand.
Here is a sample from the last line in the log tonight, output to Drive P:
Code: Select all
1/3/2008 21:26:51:875 - DateStamp>P:\Data\Backups\Logs\20080103Msg.log, Ending Backup of P:\*\* to U:\Compaq\
I suspect that there may be a timing issue where the DateStamp is trying to connect to the mapped drive on another system, and is timing out because of some delay in the network connection. An earlier IfFileExists> command does check for a file on the same mapped drive, so I know that the drive can be accessed.
Doing a WaitWindowOpen> for the error window does not work, the error kills the macro, not allowing that line to run.
Is there a way that I can get some type of delay or a return code that can be checked to make sure the DateStamp> process has been completed? Is there something else that could be causing this error?