Tuesday, 11 August 2015

How to use AXBuild.exe tool in AX 2012 R3

How to use AXBuild.exe tool in AX 2012 R3 

Below are the steps for using AXBuild.exe tool 

Use: This tool is used to do parallel compilation of AOS objects (Full compile).

Location : c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder


Step1 : Run command prompt.
Step 2: CD c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder

Step3: AXBuild.exe xppcompileAll /aos=01 /workers=4

Note: above aos=01 is the name of aos as shown below. 

No comments:

Import and Export file from BLOB storage Account(Azure) in D365 F&O using X++

  Import and Export file from BLOB storage Account in D365 F&O using X++ Import: /// <summary> /// MKInventQualityOrderLineService...