Since AX 2012 R2 CU7 we are able to compile AX a bit faster. Therefor you need to follow these 3 steps:
- Open a command prompt (cmd) as an administrator
- navigate to the AOS Bin Folder where AxBuild.exe is located:
cd C:\Program Files\Microsoft Dynamics AX\60\Server\NameOfTheAOS\bin
- Run AxBuild with this command:
AxBuild.exe xppcompileall /aos=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin" /log=C:\AxBuildLog
/aos Needs the number of the AOS which is part of the name of the service.
/altbin is the client folder.
/log defines the folder where the log is stored.
/workers defines the number of parallel processes.
No comments:
Post a Comment