Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Unattended Automation BOT process failure

Moumita Bera
ServiceNow Employee
ServiceNow Employee

How to solve unattended automation BOT process failure with error message "Another user <userid> was already logged on to this computer. Job was cancelled" ?

1 REPLY 1

varadhi
ServiceNow Employee
ServiceNow Employee

Configure BOT Process to Run in Isolation:
Configure your automation BOT process to run in an isolated session. This can often be done by configuring the BOT to run as a specific user with its own dedicated session.

 

Use Virtual Machines or Dedicated Servers:
If possible, consider running your unattended BOT processes on virtual machines or dedicated servers. This can help avoid conflicts with user sessions on the host machine.