Activity timeout exceeded - issue with unattended bot

Hi, I tried to run a bot from the orchestrator directly & from the orchestrator apps when rdp session is opened. The bot runs through without any issue. But when I’m trying to run the bot by logging off rdp file/ closing the rdp session it gives me the following error:

  • Process:
  • Environment:
  • Robot: unattended
  • Account:
  • Machine name:
  • Info: Activity timeout exceeded

RemoteException wrapping UiPath.Core.Activities.ActivityTimeoutException: Activity timeout exceeded
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

  • Start Time: 02/17/2022 11:20:20 AM
  • End Time: 02/17/2022 11:22:16 AM
  • Input Values: null

Output Values: Empty

  • Has Recording: false

Has anyone run into the same problem? Thank you in advance.

1 Like

Hey @md.musaalireza

Have you installed the robot in Service mode in your RDP machine?

Thanks
#nK

Hi @Jamesjordan761 & @Nithinkrishna, Thanks for your response. I have fixed the issue. I used the SimulateClick option in the properties panel for all click activities. There was another issue, initially, I used Anchor Base with Find image & Image exists, but it threw me an error that’s why I also removed Anchor Base and used Get full text.

Best regards,
Reza

1 Like

Great @md.musaalireza