How To Configure Advanced Features In Built-In CDR Solution

Change Log Level

It is possible to change the logging level of the CDR solution. Default log level is Debug.

To do so, go to the following path on the CDR server: C:\Program Files\Votiro\SDS Web Service\Config, and modify logs.xml file.

All log settings are defined in this file (e.g., LogLevel, MaxFileSize, NumberOfBackups etc.) and can be updated.

These settings are valid for each sanitization node. Same goes for the API and SNMC logs.

After updating the settings in the logs.xml, the SNMC and API services must be restarted on the CDR server.

Download Big Files

In the Shield built-in CDR solution there is a known limitation for file size. Maximum size allowed for sanitization is 2.1 GB.

In order to allow larger files, follow these steps:

  1. Go to C:\Program Files\Votiro\SDS Web Service
  2. Edit SdsApiService.exe.config file: increase the maxReceivedMessageSize under WEBHttpBinding_ISdsWebService and WEBSecureHttpBinding_ISdsWebService to the desired size (in bytes)
  3. Go to C:\Program Files\Votiro\SDS Web Service\config
  4. Edit machine.xml file: under SystemSettings add MaxInProcessSizeInBytes=”5368709120” with the same size you entered in step 2.
  5. Restart both services – Votiro.Sanitization.API and Votiro.SNMC.

Update User Displayed Message

For archived folders, when the included files are blocked (by the CDR process), they are replaced with a pdf document to inform the user that the item has been blocked. It is possible to change the message displayed to the user by updating the dictionary template located on the CDR server.

The dictionary templates are located in C:\Program files\Votiro\SDS Web Service\Templates\Dictionaries

After updating the dictionary templates, the SNMC and API services must be restarted on the CDR server.