Summary
This document describes the process to enable the data Over-Collection Prevention feature of UniTrac.
Prerequisites
The following are needed before starting the procedure.
- UniTrac 2.26.33 or later.
- Local or domain administrator privileges on the Windows server where UniTrac will be configured.
- Sysadmin privileges on the Microsoft SQL Server database instance where the UniTrac database resides.
Configuration
UniTrac Over-Collection Prevention is disabled by default. It is necessary to make the following configurations:
- Modify the registry to change the value of the following key from “0” to “1”:
HKEY_LOCAL_MACHINE\SOFTWARE\UniTrac\UniTrac Services\NoOverCollection
- Update the database configuration by using SQL Server Mgmt Studio to execute the following command against the UniTrac database:
EXEC UniTrac.dbo.UNI_ConfigPutValue 'Global', 'NoOverCollection', '1'
- Update the UtAdminUI web.config file to change the value of the following parameter from “false” to “true”.
<add
ParameterName="NoOverCollection"
ParameterValue="true" />
- Restart the CtiUniSvc service.
To disable Over-Collection Prevention, use the above instructions and set the values instead back to 0, 0, and false.
Comments
0 comments
Please sign in to leave a comment.