KB Article ID: 10197
Product: | Replicator |
Product Version: | 5.0.0.0,5.1.0.0,5.1.1.0,5.1.2.0,5.2.0.0,5.2.1.0,5.3.1.0,5.4.1.0,5.4.2.0,5.5.0.0,5.5.2.0,5.5.3.0,5.6.0.0,5.6.1.0,5.7.0.0,5.7.1.0 |
SharePoint Version: | 2010 |
Details:
Deletions are not replicating to target.
SYMPTOMS:
Items\lists deleted in the source are not replicating to the target.
CAUSE:
Determine if the deletions are being performed by a System Account. Under normal logic, DocAve does not replicate deletions from the System Account.
SOLUTION:
If the user is adament about using the System Account for deletions, modify a config file to forcibly bypass this logic. Modify the below attribute so that Lists\Libraries deleted in the source are replicated to the target. The configuration file is located in:
C:\Program Files (x86)\AvePoint\DocAve5\Agent\data\SP2010\Replicator\SP2010.Replicator.Configuration.xml.
*modify in source and target
SyncDeleteList enable = ”
*False = will not Replicate deleted lists
*True = will Replicate deleted lists
Initially, DocAve disables this option to safeguard against accidental deletion. Keep in mind, the “SyncDeleteList” applies to the List\Library level.