Robot Failing when running in Orchestrator - RemoteException wrapping System.IO.FileNotFoundException

Hi @Mikkel_Bank_Henriksen_MIK

The error message mentions a RemoteException wrapping a System.IO.FileNotFoundException.

There could be several reasons for this error. Some possible causes are:

  1. The robot is trying to access a file that does not exist at the specified path. Make sure that the file exists and that the robot has the correct permissions to access it.
  2. The robot is trying to use an assembly or a library that is not available on the machine where it is running. Make sure that all necessary assemblies and libraries are available on the machine.
  3. There could be a problem with the UiPath runtime on the machine where the robot is running. Try repairing or reinstalling the UiPath runtime to see if that resolves the issue.
  4. The error could also be caused by a network issue or a problem with the connection between the robot and Orchestrator. Make sure that the network connection is stable and that the robot can communicate with Orchestrator.

Thanks!!!