Hi, we're currently migrating a customer's AX from Dynamics AX 2012 R3 to Dynamics 365 Finance and Operations and we are encountering the following error upon execution of DataUpgrade package within LCS environment to D365 latest release (V10).
"Managed Sync Table Worker encountered an exception, but is continuing because ContinueOnError is true. Table Sync Failed for Table: SATAuthorizationNumber_MX. Exception: System.InvalidOperationException: Database execution failed: The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.SATAUTHORIZATIONNUMBER_MX' and the index name 'I_11204AUTHORIZATIONCODE'. The duplicate key value is (5637144576, il, 180516). The statement has been terminated."
It states that a duplicate key is found on that table, so we changed the specified value, but it keeps logging the same error every time we resume the upgrade execution. Does anyone know where is the script getting these values from? Is it safe to clear the contents of this table so that upon execution it can create the new records? We are stuck at this point and any help would be much appreciated.