How can I restart the Automation Analytics & Intelligence Service remotely on a Windows server?
search cancel

How can I restart the Automation Analytics & Intelligence Service remotely on a Windows server?

book

Article ID: 221647

calendar_today

Updated On:

Products

Automation Analytics & Intelligence

Issue/Introduction

How can I restart the Automation Analytics & Intelligence Service remotely on a Windows server?

Environment

AAI 

Resolution

If AAI is installed on Windows, it installs a Windows service, "Automation Analytics & Intelligence, so you could use Services.msc on your local computer, and try right clicking on "Services" on top and select "Connect to another computer", then restart the "Automation Analytics & Intelligence" service.

Or you can use the command line using the command:
      sc \\machine stop <service>
 
Like 
      sc\\aai_server_name stop "Automation Analytics & Intelligence"
      sc\\aai_server_name start "Automation Analytics & Intelligence"
 
 
You will need to be logged into a Windows computer with a domain account that has admin rights on the AAI server.