Common paths for AX

Sometime you can spend a coupe of minutes to remember where a specific file created by some action in AX is written to.


Here is a summary list of what goes where (at least some of the files I recall right now, will update this as I remember):

Full compile using AxBuild.exe - c:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\Log\
    Files: AOTComp.log, AOTprco.log, AxCompileAll.html

CIL output log - c:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\XppIL\
    Files: Dynamics.Ax.Application.dll.log

VS projects outputs for a client - c:\Users\Your_User\AppData\Local\Microsoft\Dynamics Ax\VSAssemblies

AUC / KTI file (axapta user cache) - c:\Users\Your_User\AppData\Local

Setup (installation) logs -  c:\Program Files\Microsoft Dynamics AX\60\Setup Logs\ 

Import file when doing VC Synchronize - c:\Users\Your_User\AppData\Local\Temp\2\
    (I always noticed that in my cases the file went to the 2 folder)

Log file after a XPO import - c:\Users\icordobin\Microsoft\Dynamics Ax\Log\
   (however the file is empty unlike when you import using the ax32 aotImport and you get the import log)

Targets files for building in VS - c:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\

No comments:

Post a Comment