FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



Reset Duplicate MatchesExpand / Collapse
Message
Posted 10/24/2007 3:28:41 PMPost #1845
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Is there a way to reset the current duplicate match results in the queue?

I would like to change the Match Codes and have all the old results go away.

Thanks

Posted 10/25/2007 12:37:50 PMPost #1846
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
When you change the match code definitions and run Match Code Generation the results in the Potential Duplicates queue (i.e. View Potential Duplicates settings area) should reflect this change.   If this does not occur then you will need to manually purge the database tables.

In order to do this you will need access to SQL.  Just open a query window and paste the following statements:

USE c360_Solutions;
TRUNCATE TABLE DupDet_Matchcode;
TRUNCATE TABLE DupDet_PDQGeneration;

This will remove the content of both tables that Duplicate Detection uses.  Next you will need to run Match Code Generation to populate these tables with data generated by the new match codes.

-Henry

« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Jeremie Desautels, john.gravely, kanika.jackson, Arvind Raman, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 10:18am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 1.563. 10 queries. Compression Enabled.