0 Calculate Person Duplicates Job Failing? 4 Frank Grand posted 10 Years Ago The calculate person duplicates job keeps failing....here is the exception I get. Can anyone help me shed any light on this?
Mike Peterson 10 years ago oops, sorry I didn't back to you when you responded a month ago! I'm having trouble reproducing this. Would you be able to run this in Sql Server Management Studio? "EXEC [dbo].[spCrm_PersonDuplicateFinder]". Then let me know what the exception looks like. Hopefully it'll tell you what line number.
Frank Grand 10 years ago Here is what it says:Msg 2601, Level 14, State 1, Procedure spCrm_PersonDuplicateFinder, Line 454Cannot insert duplicate key row in object 'dbo.PersonDuplicate' with unique index 'IX_PersonAliasId_DuplicatePersonAliasId'. The duplicate key value is (47973, 47972).The statement has been terminated.Msg 2601, Level 14, State 1, Procedure spCrm_PersonDuplicateFinder, Line 454Cannot insert duplicate key row in object 'dbo.PersonDuplicate' with unique index 'IX_PersonAliasId_DuplicatePersonAliasId'. The duplicate key value is (45518, 45513).The statement has been terminated.
Mike Peterson 10 years ago Is it possible that you are experiencing this issue? http://support.microsoft.com/kb/972261
Frank Grand 10 years ago I don't think so, only because we are using SQL 2014. Would that fix have been including with future versions?