Skip to main content
Navigator | Tier 3
June 10, 2022
Question

I cant run any bot because of the following message: "there is already an existing deployment in-progress for this user session automation anywhere"

  • June 10, 2022
  • 4 replies
  • 1352 views

i need command to solution the issue without any human interaction if that possible.

    4 replies

    Cadet | Tier 2
    June 11, 2022

    if ur getting the same message again an again try to disconnect ur device from control room and re install the bot agent into ur device an Run the bot hope it will be helpful.

    Cadet | Tier 2
    June 12, 2022

    Hi @Noura Almutair​ 

     

    Could you please try restarting the bot agent service from your task manager and try running the bot again.

     

    image 

    Regards

    Prudhvi Reddy

    Automation Anywhere Team
    June 13, 2022

    @Noura Almutair​ Try restarting the Botagent service

    Most Valuable Pathfinder
    June 13, 2022

    Hi @Noura Almutair​ ,

     

    Checkout below command for restarting Bot Agent without human intervention,

     

    1. Launch CMD as a Admin
    2. Paste below command and hot enter

     

    net stop "Automation Anywhere Bot Agent" && net start "Automation Anywhere Bot Agent"

    Chand