A360 - Domain drop down not populating in control rom

  • 28 December 2022
  • 0 replies
  • 33 views

Userlevel 5
Badge +10

issue : A360 - Domain drop down not populating in control rom, this may happen during windows server maintenance or during OS patching 

 

Resolution :: Restart services 

 

Stop Services :  

Open notepad copy below commands and save as StopService.bat

net stop "Automation Anywhere Control Room Caching"
net stop "Automation Anywhere Control Room Messaging"
net stop "Automation Anywhere Elastic Search Service"
net stop "Automation Anywhere Control Room Service"
net stop "Automation Anywhere Control Room Bot Compiler Service"
net stop "Automation Anywhere Control Room Robotic Interface Service"
net stop "Automation Anywhere Control Room IQBot Service"
net stop "Automation Anywhere Control Room Discovery Bot Service"
net stop "Automation Anywhere Control Room Discovery Bot ML Service"
net stop "Automation Anywhere Control Room Storage Service"
net stop "Automation Anywhere Bot Agent"
net stop "Automation Anywhere Control Room Reverse proxy"
 

Start Services:

Open notepad copy below commands and save as StartService.bat


net start "Automation Anywhere Control Room Caching"
net start "Automation Anywhere Control Room Messaging"
net start "Automation Anywhere Elastic Search Service"
net start "Automation Anywhere Control Room Service"
net start "Automation Anywhere Control Room Bot Compiler Service"
net start "Automation Anywhere Control Room Robotic Interface Service"
net start "Automation Anywhere Control Room IQBot Service"
net start "Automation Anywhere Control Room Discovery Bot Service"
net start "Automation Anywhere Control Room Discovery Bot ML Service"
net start "Automation Anywhere Control Room Storage Service"
net start "Automation Anywhere Bot Agent"
net start "Automation Anywhere Control Room Reverse proxy"
 

Once you save these .bat files, you do not need to worry about the order of services restart every time… 

 


0 replies

Be the first to reply!

Reply