Posts

Showing posts from November, 2016

Dynamics AX 2012 Fast Full Compilation

Dynamics AX Full Compilation takes too much time to complete. From Dynamics AX 2012 R2 CU7 you can do full compile much faster with the help of AXBuild.exe. It runs in parallel executing on the AOS instead of AX client. You can found AXBuild.exe from this location. C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin Open AXBuild.exe in command prompt and run full compile with following command axbuild.exe xppcompileall /s=01 /altbin=”C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin” /log:”C:\Temp”