Hi all
I need to create an agent, using LS or formulas, with this agent I need to find all documents that has replica errors, and delete this replica errors. I can’t do it manually because I have more than 40,000 docs…
Any ideas ??
Thanks !!!
Hi all
I need to create an agent, using LS or formulas, with this agent I need to find all documents that has replica errors, and delete this replica errors. I can’t do it manually because I have more than 40,000 docs…
Any ideas ??
Thanks !!!
Subject: Replica errors with LS
If you’re sure you want to delete all documents that are replication/save conflicts – if you are really, really sure – then this simple formula will do it:
@If(@IsAvailable($Conflict); @DeleteDocument; “”)