Process runs depending on the PC

Kswd_b3

New Member
I use GoToMyPC for development, and when I run a process and do other stuff on my local, sometimes it gets errors. I am not sure it is because of that I have the control on my PC during running a process or what.
Should I not do anything when I run to test a process?

Another issue is when I run a process on PC1, it works, but not on PC2. When I run the same process
Both PCs have the same setting. Why does that happen?

Does anyone experience the same issue?
 

gil.silva

Active Member
What kind of errors are you getting? Can you share some screenshots?
Remember that if you have paths to folders and other local variables, they should be adapted to the new machine.
 

Kswd_b3

New Member
What kind of errors are you getting? Can you share some screenshots?
Remember that if you have paths to folders and other local variables, they should be adapted to the new machine.

Thank you for the reply. Yes, I set all environment variables for the new PC.
My coworker and I experienced that we ran the same robot on each PC, and it ran on my PC, but not hers.
or yesterday it ran with no issues, but today it stops with an error on my PC. I did not change anything.

The error is, for example, I have a process that has a loop. It some of steps are attach Excel workbook and activate the workbook.
The first loop has no issues but when the second loop, I get the error:

Workbook Not Found : Workbook named: workbook.XLS not found in instance: 1



View attachment 1559700317335.png
 
Top