Tuesday 7 September 2021

Compile Ax 2012 using command prompt / AX compilation using AXBuild

Firstly, stop the AOS service before starting the compilation

Open the command prompt and type the below command to compile Ax 2012. You can found AXBuild below location. first, change the directory by copy-paste below command

cd C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin

Next, enter the command for compilation

AXBuild.exe xppcompileall /s=01 

here s = 01 is the server-id


AxBuild.exe can accomplish a full compile of all X++ code which is faster than compiling form MorphX client menu.

For more details visit https://docs.microsoft.com/





No comments:

Post a Comment

Difference Between Edit And Display Method in Ax

Display Method: The display method means that the method’s return value is being displayed on a form or a report.  This value is fixed and c...