Hello,
Access Violation error is possible due to any of the following reasons,
1. You are not running as administrator or not given any write privileges.
2. You running the task under 'Debug' Mode.
3. When 2 applications are trying to access the same file.
4. Your task is reading from and writing to a file one after the other. In this case, you need to insert enough delay after every action so that both the commands get sufficient time to execute.
5. The run time files (Visual Basic Run-time and/or Windows Script Host) corrupted.
We looked into text format of your task. We suggest inserting Delay command after every command in your task so that each command can perform action smoothly. You can find Delay command under Pause/Delay/Wait' commands category. Just double click on it, specify the delay time and save the command. Save the task and run it.
Hope that helps. |