DAXSPOT

Thursday, May 30, 2019

Error Access Denied while generating Full/Incremental CIL Ax 2012

Hi,

Today i faced an issue where i needed to generate Full/Incremental CIL, but i was not able to generate.

Error:
Access to the path 'C:\Program Files\Microsoft Dynamics AX\60\Server\AOSName\Bin\XppIL\xml\AppObjects1.xml' is denied.

Solution:

1. Goto the Aos services i.e.., Win+R then type services.msc and press OK and search your AOS.

2. check the "Log on as" column of your particular aos, "Log on as" will have user name which runs AOS.

3. Then press Win+R and type compmgmt.msc and press OK.

4. Then navigate to System Tools -> Local Users and Groups -> Groups -> then right click on 
"Administrators" in right pane -> properties -> check if the user name in step 2 is there, if not then add the user.

5. Stop AOS.

6. Backup XppIL folder and delete it from Bin folder.

7. Start the AOS.

8. Perform Full CIL.

No comments:

Post a Comment

How to execute SQL directly form Dynamics AX X++

How to execute Sql directly form Dynamics AX X++ Reference by : alirazazaidi Dynamics Ax provide many other ways to communicate with databas...