web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :

Restart Ax 2012 Services via the command line

Ali Zaidi Profile Picture Ali Zaidi 4,657

AOS services can be start or stop through command line. Similar other services, One way to make .bat files and run them.

net stop
net start

So restarting the AOS service named AOS60$01 would be:

net stop AOS60$01
net start AOS60$01

You can determine the service name by going to Control Panel -> Administrative Tools -> Services and double clicking on the Service and looking in the field ‘Service name’.

Similarly you can restart the report server using:

net stop ReportServer
net start ReportServer

Comments

*This post is locked for comments