Hi All,
I have written an ECMA MA Connected to a SQL data source. It works quite well but the MA encounters discovery errors-duplicate objects during Import Run Cycle. The Source of this issue is due to duplicate records in the connected database table.
I just need some ideas on how to by pass importing duplicate records into MIM. I have tried using SQL SELECT DISTINCT query to fetch unique data from the data source, within my ECMA C# Cod,e but duplicate Records are still imported into the MIM CS during import.
Any clue on what I can do better ?
Akinzo