I had this error while I am running on uipath it will do one part of run is susscessful and I am go to one app in that code, but the uipath run is stopped and getting error in file explorer.
Now what can I do now to clear this error.
I had this error while I am running on uipath it will do one part of run is susscessful and I am go to one app in that code, but the uipath run is stopped and getting error in file explorer.
Now what can I do now to clear this error.
hi @siva_sankar
This is not a error message, someone is starting shutdown command using your code may be or it might be external.
check for “shutdown -i” keyword in your code, or paste windows event view logs.
hi @siva_sankar,
Is your Automation triggering the shut down job … or you are doing something in the automation regarding shutdown / restart.
If now - then as @Lakshay_Verma suggested - someone ins trying to restart.
if you still wan to handle this - you can use an elementexist- point to this popup and click Cancel.
This part will be in parallel activity and whenever this popup appears- Bot clicks Cancel.
–
Mukesh
Yeah it’s worked now
Thank you so much​:+1:
Thank you
Thank you
It’s worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.