Showing posts with label IDMF. Show all posts
Showing posts with label IDMF. Show all posts

18 September 2014

Intelligent Data Management Framework - you do not have administrative rights

After the installation of IDMF I was frustrated because of the following error message:


You do not have administrative rights to access the Data Management Framework. But what does it mean?
Actually this message is reuslting from a request that is send via business connector to AX to validate if the user that starts IDMF is having the required role within AX. And guess what Microsoft lives in an english world. There is a macro defined in the method DMTValidateAdminUser.validateUser() that searches for the security role "System Administrator".
 
If your environment is not English you need to replace this with the rolename in your language. In my case for a german environment it is "Systemadministrator"

Installing - Intelligent Data Management Framework - MSDTC

Before you can install the Intelligent Data Management Framework (IDMF) you need to configure the Microsoft Distributed Transaction Co-Ordinator (MSDTC) which is part of the server OS.


 
 
  1. run the component Services (run: dcomcnfg) or go to ControlPanel -> AdministrativeTools -> Component Services
  2. Navigate to the Distributed TRansaction Coordinator and right click on the Local DTC select Properties
  3. Navigate to security and check the following checkmarks:

    Network DTC Access Enabled
    Client and Administration  
    Allow Remote Clients Enabled
    Allow Remote Administration Enabled
    Transaction Manager Communication  
    Allow Inbound Enabled
    Allow Outbound Enabled
    No Authentication Required Enabled
  4. Click Okay and yes to let the MS DTC do a restart. After that try to install IDMF again