Enterprise Vault™ Utilities
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
Configuring EVDuplicateCleaner
Before you can run EVDuplicateCleaner, you must edit the configuration file that accompanies it.
To configure EVDuplicateCleaner
- In Windows Explorer, browse to the Enterprise Vault program folder (typically
C:\Program Files\Enterprise Vault
). - Open the file
EVDuplicateCleaner.exe.config
in a plain-text editor such as Windows Notepad. - Set the following configuration values:
DirDBSQLServer
Mandatory. Specifies the name of the SQL Server computer that hosts the Enterprise Vault Directory database.
MaxAllowedFailures
Optional. Specifies the maximum number of errors that can occur before EVDuplicateCleaner stops processing. By default, an unlimited number of errors can occur.
SavesetChunkSize
Optional. Specifies the number of potential duplicates that EVDuplicateCleaner should fetch in each call to the Enterprise Vault Directory database. The default is 10000.
By increasing this value, you can reduce the number of calls that EVDuplicateCleaner makes to the Directory database and thereby speed up the processing time. On the other hand, the larger the chunk size, the more memory you need for the fetched items.
ErrorToLogFile
Optional. Specifies whether to record errors in a log file. By default, EVDuplicateCleaner does log errors.
MaxDuplicateSavesetsToReport
Optional. Specifies the maximum number of duplicate savesets that EVDuplicateCleaner can process when it runs in report mode. The default is 100000.
TryToOverrideDumpster
Optional. Specifies whether to delete the duplicate savesets immediately or retain them temporarily in the Enterprise Vault "dumpster", if you have enabled it. By default, EVDuplicateCleaner tries to delete the duplicate savesets immediately.
The dumpster serves as a recycle bin in which Enterprise Vault retains deleted items for a specified period before it permanently deletes them. To enable the dumpster, select Enable recovery of user deleted items on the Site Properties: Archive Settings tab in the Administration Console.
SkipLegacySavesets
Optional. Specifies whether to ignore any legacy savesets that Enterprise Vault 2007 or earlier has created. By default, EVDuplicateCleaner does not ignore these savesets.
You can speed up the processing time by choosing to ignore legacy savesets, if you are sure that you do not have any.
SQLCommandTimeout
Optional. Specifies the maximum number of seconds for which each SQL query that EVDuplicateCleaner issues can run before it times out. The default is 300. We recommend that you only increase this value if you experience "Timeout expired' errors when you run EVDuplicateCleaner.
- Save and close the file.