When attempting to install a hotfix in R2 for some cleanup jobs I am met with the following error message:
AxUtil call returned errors:
Cannot insert duplicate key row in object 'dbo.ModelElement' with unique index 'I_ModelElement_Id1Id2'. The duplicate key value is (42, 102689, 60003).
The statement has been terminated.
Error updating model database: Microsoft.Dynamics.Setup.AxSetupException: AxUtil call returned errors:Cannot insert duplicate key row in object 'dbo.ModelElement' with unique index 'I_ModelElement_Id1Id2'. The duplicate key value is (42, 102689, 60003).
The statement has been terminated.
I have found the element in SQL that this is complaining about and it is a custom made table, but I am not sure how to correct the issue. Usually when installing models AX will automatically assign new element IDs, but clearly in this case it can't for some reason. I have not found any help articles that detail what to really do in this case.
Thanks.
*This post is locked for comments
I have the same question (0)