During an import of the modelstore on a model database that contains entries on the new table while building CU7, I receive the fiollowing error:
VERBOSE: The AXUtil command was started in the mode: IMPORTSTORE. VERBOSE: VERBOSE: Working against model store PBZAXSQL01/AX6_DEV_Build_model. VERBOSE: VERBOSE: ERROR: The DELETE statement conflicted with the REFERENCE constraint "FK_ManifestHistoryHasCategoryId". The conflict occurred in database "AX6_DEV_Build_model", table "dbo.ModelOperationHistory", column 'CategoryId'.
I've noticed that this table was introduced in CU7, and that it contains information about model operations.
Deleting the records from the table before performing the modelstore import seems to resolve the problem. However, I don't know how this table is used by the system.
Has anyone had a similar issue ?
Best Regards