Skip to main content What is Dynamics 365? Guided tours Customer stories Try our products Build your own agents CRM ERP Sales Service Sales Customer Insights Customer Service Contact Center Field Service Supply Chain Management Commerce Finance Project Operations Human Resources Business Central Pricing Business application topics Training & certifications Documentation Migrate to the cloud Private equity Migrate to Dynamics 365 Events Dynamics 365 Blog Product updates Onboarding and implementation Community Find a partner Software Development Companies Partner resources Microsoft Marketplace Product documentation Technical support On-premises product support Contact us Try for free Sign in
1 min read

Missing administrative permissions when working with IDMF Beta based on MS Dynamics AX 2012 R1 in French?


The installation was succesful, post installation tasks went to the end, the XPO projects were imported in AX, synchronisation is done and you’re sysadmin on all SQL Server instances and local Administrator of Windows servers.

The .Net business connector can connect to the AX environment as I can view a worker process when you launch the IDMF console and there is no error in the event viewer on the server where IDMF is deployed.

The macro #define.SysAdministrator(‘System administrator’) should have been defined as a multi language capable label instead of hard coded in US English

Solution:

Go to \Classes\DMTValidateAdminUser method: vaildate user

in Standard you find there:
#define.SysAdministrator(‘System administrator’)

because this is a French Installation you have to replace this through :

#define.SysAdministrator(‘Administrateur Système’)

Get started with Dynamics 365

Drive more efficiency, reduce costs, and create a hyperconnected business that links people, data, and processes across your organization—enabling every team to quickly adapt and innovate.