AX Server - AOS service action Does start, stop or restart an AOS service of AX

AX Server - AOS service action
AX Server - AOS service action
Topic Work with AX server (AX 2009/2012)
Description Does start, stop or restart an AOS service of AX
Category Utility
Special features
  • Supports parallel remote execution on multiple AOS servers
  • Supports automatic retry if assemblies are not written (only AX 2012)
  • Set max wait time (optional)
Microsoft documentation https://msdn.microsoft.com/en-us/library/aa623946.aspx
Parameter: Action
Description Select the action, either start, stop or restart the aos service. Possible values are "Start", "Stop" or "Restart".
Type Picklist
Required True
Default value Start
Example value Restart
Parameter: Destination
Description Should the service action run on local or remote computer? Possible values are "Local computer" or "Remote Computer".
Type Picklist
Required True
Default value Local computer
Parameter: Server config file path (.axc)
Description The file path to of the server configuration file.
Type File path
Required True
Default value
Dependency Only visible if Destination is "Local Computer"
Example value $/Microsoft Dynamics AX (Test)/Server.axc
Parameter: Computer name(s)
Description The computer name(s) to run the service action. (comma-separated)
Type String
Required True
Default value
Dependency Only visible if Destination is "Remote Computer"
Example value VPC1001, VPC1002, VPC1003
Parameter: Service name(s)
Description The service name(s) to perform the service action. (comma-separated) The element count must match the Maschine name(s) element count. Alternatively, you could enter only one value which will used for all maschines.
Type String
Required True
Default value
Dependency Only visible if Destination is "Remote Computer"
Example value AOS60$01, AOS60$02, AOS60$01
Parameter: Retry (if assemblies not written)
Description Retries the action if the assemblies not written to IL folder. (Caution: All assemblies need to be deleted before the service action runs)
Type Boolean
Required True
Default value False
Dependency Only visible if Action is not "Stop"
Parameter: Folder share(s)
Description The folder share(s) to check IL assemblies has written. (comma-separated)
Type String
Required True
Default value
Dependency Only visible if Destination is "Remote Computer" and Retry is checked
Parameter: Max wait time (min)
Description The number of minutes to wait before failing the step.
Type Integer
Required False
Default value
Example value 120

Go back