Hello,
We have an error duing upgrade process of the VaultStore DB (ID 41533), after checking the script manually, it seems we have duplicate key in the DB
The current compatibility level is 100.
Msg 1505, Level 16, State 1, Line 4
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.Saveset' and the index name 'UN_Saveset_VaultIdentity'. The duplicate key value is (6, 1).
The statement has been terminated.
Msg 1776, Level 16, State 0, Line 5
There are no primary or candidate keys in the referenced table 'dbo.Saveset' that match the referencing column list in the foreign key 'FK_SavesetContent_Saveset2'.
Msg 1750, Level 16, State 0, Line 5
Could not create constraint. See previous errors.
Is someone have an idea to track Duplicate key or experience the same issue ?