Posts

Showing posts from October, 2017

Dynamics AX 2012 Cache Issue

Some time AX 2012 run into an unexpected issue such as error, client crash, unable to save etc and they are very hard to diagnose the main cause. Some times clearing your App Cache solves the problems. Following are the steps to clear App Cache. Close AX client. Goto C:\users\<your_user>\App Data\Local  App Data folder are hidden by default so you have change the settings of folder view. Delete all the .KTI and .AUC files. Run AX again  and every thing is working fine. I was facing the issue ti frequently so i find a way to minimize time of clearing App Cacghe. Open a blank Notepad file. Type the following lines.             del "%USERPROFILE%\AppData\Local\ax*.kti"             del "%USERPROFILE%\AppData\Local\ax*.auc"        3. Save the file with any name.bat and change the Save as type to "All files (*.*)"        4.Now every time you run this batch job your App Data will be cleaned. Make sure to close your AX 2012 client first.