Sunday 14 June 2015

Access Is denied For the user Error In Data Migration Framework - AX 2012 R3

Hello Guys..!

Error : while validating DMF sharing folder getting below error




   " Access Is denied For the user"

Solution :

-> Add the Data Import/Export Framework service account to the Microsoft Dynamics AX Data Import Export Framework Service Users local group on the computer that is running the Data Import/Export Framework service. Then restart that computer.

Note : For more information about how to add a service account to a group, see Add a member to a local group.

-> Add the AOS service account to the Microsoft Dynamics AX Data Import Export Framework Service Users local group on the computer that is running the AOS instance. Then restart that computer.










@Rahul Talasila











 

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...