Question
If a Public Folder is initially migrated using a one direction synchronization, and a customer then decides that they want to setup a scheduled bi-directional synchronization job, the original records of the one direction synchronization should be deleted. This will ensure that conflict resolution works properly in the bi-directional synchronization.
Answer
This is done by clearing the bt_tracdoc table in the Exchange Pro SQL database and can be done with the following query:
delete FROM [ ].[dbo].[BT_TracDoc]
*Note: The above is not necessary if the original synchronization job was setup as a bi-directional synchronization.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center