Tuesday, 18 August 2015

"DMF1942  : Access is denied for the user dixf/DMF AX2012



Resolution for the issue

"DMF1942   at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelperService.Authorization.AuthorizationManager.CheckAccessCore(OperationContext operationContext)"


Doing the following steps:

1.    Added  AOS Service Account and DIXF Service Account (read/write access) to the folder specified in DMF parameters

2. Added  these service accounts to local group “Microsoft Dynamics AX Data Import Export Framework Service”

3.  Restarted the server

4. Restart  "Dynamics AX Data Import/Export framework service.


Gudidevuni, Mallikarjun 

Tuesday, 11 August 2015

How to use AXBuild.exe tool in AX 2012 R3

How to use AXBuild.exe tool in AX 2012 R3 

Below are the steps for using AXBuild.exe tool 

Use: This tool is used to do parallel compilation of AOS objects (Full compile).

Location : c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder


Step1 : Run command prompt.
Step 2: CD c \Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin folder

Step3: AXBuild.exe xppcompileAll /aos=01 /workers=4

Note: above aos=01 is the name of aos as shown below. 

Import and Export file from BLOB storage Account(Azure) in D365 F&O using X++

  Import and Export file from BLOB storage Account in D365 F&O using X++ Import: /// <summary> /// MKInventQualityOrderLineService...