When I the run process through Studio and when i publish package and run it through robot tray, the process works well and when i run through through batch file pointing to the Nuget package, it stops and in the execution log it throws error as Activity timeout exceeded.
So is there anything i should change with outlook settings? Please help me.
Actually we need the process to be run every few minutes, so we need to schedule it through task scheduler. Is there any other way to run it multiple times?
@qlka08 Hi, I got that issue bcoz microsoft outlook is getting signed out. Once the system gets restarted after any windows update, it gets signed out. so once we sign in again, we will not face any problem. We can handle this issue in global handler. I dont find any better way. If you have any solution, please post here.
In my case, I was getting timeout error. I found out that the mails were too many for Uipath to extract and when I broke the folder into chunks, it was able to run the program without throwing the error.
Not the most efficient solution but it gets the work done.