Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The "Purge" command removes all indexed documents in a repository (connection) from the Locator database. The repository is retained and a re-fetch will occur on the next scheduled scan.

Caution: This will cause a complete rediscovery of all documents in the repository.

From a Windows command prompt, within the "Tools" folder, enter the following to run the Purge command:

 via.repository purge /param

Allowable parameters are:



/repoid:<ID>                      Repository ID (required unless /reponame is used)  
/reponame:<name>           Repository Name (must be a unique name)
/server:<Name>                Server Name
/aftertime:<String>            Files after given time
/beforetime:<String>         File before given time
/verbose                            Show detailed errors
/help                                  Get Help

Note: use this syntax for date/time parameters: /aftertime:"03/15/2018 20:30:00" /beforetime:07/01/2018


                                 



  • No labels