AX 2012 Clear AOS cache

  1. Stop AOS
  2. Run below bat cmd
@echo off
title "Delete aos app files"
del "C:\Program Files\Microsoft Dynamics AX\60\Server\AOS_NAME\Bin\Application\Appl\Standard\*.*" /f /s /q /a >NUL
del "C:\Program Files\Microsoft Dynamics AX\60\Server\AOS_NAME\Bin\XppIL" /f /s /q /a >NUL
pause
  1. Start AOS
  2. Rebuild full CIL
Was this article helpful? Votes: 1
Article details:
Published date: 03/04/2020 9:19AM
Last updated: 03/04/2020 9:23AM (LS Mark)
Share article: 
Author: LS Mark
Permalink: https://doc.daxonet.com/kb/396254