This file contains the results of the full AOT compile if you run unattended compilations with AXBuild or MorphX client. It houses any compiler output in a format which can be reloaded in the MorphX client at a later time.
AxCompileAll.html is overwritten each time the compilation completes. Loading it back into MorphX is simple. Click Import and look in one of the paths below:
Default location for AXBuild logs:
C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\Log
Default location for MorphX Client logs:
%UserProfile%\Microsoft\Dynamics Ax\Log
Likewise, you can Export the compiler output for transferring to another workstation or reviewing later, should you need to move on with your work. Now the compile errors will be displayed in the output window, and you can jump right to them:
AOTComp Log
You can search in AOTComp.log for "* Err" and you will find any compilation issues. There should be no errors, or your Full CIL will fail, and you cannot deploy this build to a production system.
Default location for AOTComp.log:
%UserProfile%\Microsoft\Dynamics Ax\Log
Full CIL Log
Note that you should also be examining the Full CIL log regularly if you perform automated builds.Default location for XPPIL Log:
C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL\Dynamics.Ax.Application.dll.log
I have found that performing the Full CIL routinely as part of deployment is helpful. Checking the number of warnings will give you an early indication if your deployment environment has been provisioned with the correct run-time DLLs. There should never be errors.
For example, when third party models have been updated, they often require accompanying DLL files. If one of these DLL files is missing on the AOS, it will sometimes generate an XPPIL warning.
Also, specific features must be selected during the install of AX. While there may be unavoidable XPPIL warnings depending on your choice of third party vendors, the same warnings should be applicable to all environments for which the Modelstore applies, or there is certainly a noteworthy difference between the environments.