Parallel Compile X++

Hi, I'm going to explain how to parallel compile and why.
In Dynamics AX you can compile all AOT with right click and compile, but this process took so long (Nearly 6 hours). Thats why we can use parallel compile to finish the process early. Here how it ca be done;

1) Windows => Run => cmd

2)  Change directory to "C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin"

3) write the following command: "axbuild.exe xppcompileall /s=01 /w=03" 
(s = AOS Id) (w = number of processors)

4) Check the log file for errors.

Comments

Popular posts from this blog

How to find Company Logo (X++)

How to find MainAccount with LedgerDimension (X++)

How to do barcode in SSRS (X++)