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