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
Backtrace registry values
Enterprise Vault automatically creates the Backtrace registry values on each Enterprise Vault server. By default, Backtrace is disabled. If you want to enable Backtrace, you must edit the registry on the server on which you require tracing.
The Backtrace registry values are in the following location on each Enterprise Vault server:
HKEY_LOCAL_MACHINE \SOFTWARE \Wow6432Node \KVS \Enterprise Vault \Backtrace
Table: Backtrace registry values describes the Backtrace registry values.
Table: Backtrace registry values
Registry value | Description |
---|---|
Enabled | Controls whether Backtrace is enabled (1) or disabled (0, the default setting). Note that enabling Backtrace can affect performance, so you should only do so if you experience issues with Enterprise Vault. With Backtrace enabled, each Enterprise Vault process on the server maintains Backtrace information in memory. When a trigger event occurs, Backtrace writes trace information to a log file. |
Exclude | Provides a semicolon-separated list of the events that must not trigger Backtrace. For example, 3310;3230;2776. Set RuleType to Exclude to activate this list. |
Include | Provides a semicolon-separated list of events that must trigger Backtrace. For example, 3310;3230;2776. Set RuleType to Include to activate this list. |
LogFileKeepDays | Specifies the number of days to keep Backtrace log files. Enterprise Vault automatically deletes old Backtrace log files. Backtrace checks for log files to delete when the Admin service starts and then every hour on the hour. |
LogFolderPath | Specifies the location for Backtrace log files. If no value is specified for LogFolderPath, Backtrace stores its log files in the |
MaxEventsOfEachTypePerDay | Specifies the maximum number of log files to create each day for each event. The default is 5. |
MaxEventsOfEachTypePerDayAcrossAllProcesses | Specifies the maximum number of log files to create each day for each event for all processes. The default is 40. |
MaxSizeOfAllLogsPerDayMB | Specifies the maximum total size of all Backtrace log files that can be generated in a single day. The default is 200 (megabytes). |
RuleType | Controls the manner in which Backtrace is triggered. When RuleType is set to Exclude (the default setting), all error events and warning events trigger Backtrace, except for those that are listed in the Exclude registry value. When RuleType is set to Include, all the events that are specified in the Include registry value trigger Backtrace. Other events do not trigger Backtrace. |
See the "Backtrace" chapter in the Registry Values guide for details of the Backtrace registry values.