Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Unattended Automation BOT process failure

Moumita Bera
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

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.