PatMcLaughlin
Programmer
I need to find a way to catch the error #1705 in a process that is used extensively by my company. If it is caught, I want it to try the process again, 1 more time. The process is after a file has completed its processing, it is moved to a 'done' folder or if there was an error, moved to an 'error folder' Due to problems we are currently experiencing with a slow network, this will occasionally fail with the Access Denied error. On inspection, we find that the file did everything except report the move to the log. If we rerun the file, without change, it will run without error. Any ideas?