Parameter | Description |
DATABASE_CAPTURE_ENABLED | Enables the automatic collection of a corrupted database as detected by the server when the database is opened.
Set to 1 to enable.
Note: Upon startup, the Domino server will enable the function and reset the value of the variable in the NOTES.INI file so that the corrupt database collection is not started on subsequent server restarts without user intervention. |
DATABASE_CAPTURE_LIMIT | The maximum number of corrupt databases that will be collected by the server.
If not set, the default value is 10.
If set to 0, there will be no limit on the number of corrupt databases collected. |
DATABASE_CAPTURE_SIZE_LIMIT | The limit, in megabytes (MB), of the total size of all collected databases.
If not set, the default value is 100.
If set to 0, there will be no limit on the total size of corrupt databases collected. |
DATABASE_CAPTURE_DIRECTORY | The directory, relative to the data directory, that will contain the collected databases. The default is IBM_TECHNICAL_SUPPORT\ACDC, placing the corrupted database files into the data\IBM_TECHNICAL_SUPPORT\ACDC directory. |