Remote run time environment + unattended bot

Hi ,

I have a use case where a bot must login to a vm and run a script.

When I run it from my attended bot it runs fine but when I schedule it from an unattended bot it does not work.

Does remote runtime work with unattended bots ?? And how to use it.

Thanks in advance

1 Like

Yes we can execute
Make sure the bot is installed in service mode only then it allows to run in unattended mode

  • Service Mode - recommended for unattended automation scenarios and large-scale platform deployments, and runs with the same rights as the user under which it is registered.
  • User Mode - recommended for attended automation scenarios, and runs under the user that installed it, having the exact rights as that particular user.

To install in service mode

Cheers @Sairam_RPA

Hi @Palaniyappan . I see that all my unattended bots are installed in service mode.

Still the unattended bot is unable to perform the task.

Bot is unable to recognize the elements inside the VM. I have the remote runtime installed and running in the VM.

I found the solution. We need to install this plugin on the unattended bot vm.

image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.