Description
This only works for error CReplicator MapLocations.
Important Reminder Only Datapel Support should perform this task. |
Detail Steps
Open the db and run
select
query below to see the issueselect * from adr_addresslist order by adr_cardrecordid.
โselect adr_cardrecordid, count(adr_cardrecordid) from adr_addresslist group by adr_cardrecordid having count( adr_cardrecordid) > 1
Backup DB.
Run Maintenance Replication.
Delete all records from adr_addresslist table.
Perform Maintenance Replication.
Related Information
None
โ