web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Disable conflict detection for Master Data Services

(0) ShareShare
ReportReport
Posted on by

Is it possible to disable conflict detection which is run in Master Data Services database while synchronizing data between systems?

Dynamics AX 2012 R3 (SQL Server 2016) triggers following query to run at MDS (SQL Server 2016) db:

UPDATE [stg].[DMFProductMasterEntity_Leaf]  
SET Code = NEWID(), HASMDMCONFLICT = 2 WHERE CODE IN  (      
SELECT Code FROM [MDM].[DMFProductMasterEntity_View] T1      
INNER JOIN AxVersionTable T2      
ON T1.DEFINITIONGROUP_ = T2.DefinitionGroup AND T1.EXECUTIONID_ = T2.ExecutionId      
WHERE T2.VersionNumber > @P1    
UNION      
SELECT DISTINCT(CODE) FROM [MDM].[DMFProductMasterEntity_View] V      
JOIN [MDM].[tbl_44_TR] T ON V.code = T.MemberCode      
JOIN CHANGETABLE(CHANGES [MDM].[tbl_44_TR] , @P2) CT ON CT.ID = T.ID      
JOIN [MDM].[TBLENTITY] TE ON T.ENTITY_ID = TE.ID AND TE.NAME = 'DMFProductMasterEntity'  
)  
AND BATCHTAG = @P3 AND ImportStatus_ID = 0

This takes 95% of synchronization time between systems. Source systems is master so no conflict detection is needed at this point.

Thanks in advance!

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at

    Unfortunately, there is no easy way to disable it. This part of conflict detection comes from DTSX package which is dynamically created by a .NET assembly (Microsoft.Dynamics.AX.Framework.Tools.MDM.SSISPackageManager.dll).

    In our environments this query is also extremely slow. We reported this issue to Microsoft (created LCS ticket). Lets hope they will find a solution.

    For now (as a workaround) we have to use custom DTSX packages.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
Basit Profile Picture

Basit 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans