Hi,
All of our processes have been developed with UiPath studio version 20.10.4 and its been running smoothly in production almost a year.
Now ,I need to add a new unattended bot with the newly created VM.
I installed UiPath robot 20.10.4 inside the new vm and connected this bot with orchestrator as well. However ,when i try to run the process in unattended mode , job gets triggered and faults in few seconds , error message is cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}shouldStop’.
I tried installing unattended robot 20.10.4 , 21.5 and even some other near higher and lower versions ,still this issue persists.
I am working with 21.5 studio version in dev machine without any issues on these processes and published many enhancements works into production which is having robot version of 20.10.4 Why is this new bot is getting faulted with this error?
The Should Stop activity is an activity from the UiPath.System.Activities package. This means, in your impacted robot, the required UiPath.System.Activities package version was not installed correctly or was not installed at all.
You can go to the %userprofile%\.nuget\packages folder → delete the UiPath.system.activities folder and retry to install the process in the impacted robot machine by running the job one more time.
Hi @sathiswaran.p1992 ,
I think , this error is caused by lack of Activities package. It fails if the robot is closed network or setting of proxy is not good etc.
If the robot can access UiPath official feed in the internet, it will be automatically downloaded.
you can try
Copy all the folder in %USERPROFILE%.nuget\packages from PC of Studio to PC of Robot.
Install “local activity feed” to robot using installer if not in previous.
Fix proxy settings if it can access to the internet.
Regards,