![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I have a task that I call if I encounter an error in any of my other tasks, but for some reason, it is no longer working properly. If I run it by itself, it completes fine, but if I use the "Run Task" command, it does not complete (the first part of it works but thats it). I have attached the .txt version of my task. This task works fine when run on a Windows XP PC, but NOT on a Windows Vista PC. Last edited by marcgallant; 02-29-2008 at 06:30 AM. |
| |||
|
Hello, We looked into text format of task that you have sent and found nothing that can't work with Vista. The reason behind your problem is, on line no. 11 you are writing on a file, which is located under C:\Program Files. Therefore, on Vista, if you login as a standard user then you will not have proper rights to write in C:\Program Files. What we suggest is, either you login with Administrator rights and run the task or change the path of log file for e.g. selects any file located under D:\. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |