Using AutoCode Intellect and Verifier together
- Inna Kabanova (Unlicensed)
Owned by Inna Kabanova (Unlicensed)
- Install and configure Intellect Enterprise.
- Install and configure AutoCode Intellect.
- Open the _config/settings.ini file in Verifier installer’s folder. Make sure that the recognizer parameter has the Fetch25 value:
[Main] recognizer=Fetch25
Configure Verifier:
- substitute the local.cfg file in the C:\ProgramData\VIT\Verifier\Main\scripts\instructions\ folder with the one you obtained from VIT representative;
- open the C:\ProgramData\VIT\Verifier\Main\scripts\main.conf file. Find the ITV node within the text. Substitute it with the following:
"vms_hook": { "VMS": "ITV", "ITV": { "uid": "sa", "driver": "{SQL Server}", "database": "vitlpr", "server": "127.0.0.1\\SQLEXPRESS2014", "pwd": "Intellect_default_DB_4" },
Make sure you obtained a database patch from VIT representative. Open the file in Microsoft SQL Server Management Studio. Substitute the
UPDATE dbo.Presets SET [value] =
string with the following:
UPDATE dbo.Presets SET [value] = ' <options> <verify enable="1" /> <directory> <todo value="C:\\ProgramData\\VIT\\Verifier\\Main\\transport\\todo\\local" /> </directory> <skiptemplates> </skiptemplates> <validity minimum="40" overtemplate="1" /> <verifylpr all="1" > </verifylpr> </options>' WHERE 'verifier options'=[name]
Press F5.
If there are recognizer.py and/or proxy.py errors in Verifier’s log (C:\ProgramData\VIT\Verifier\log):
open cmd as administrator;
change directory to C:\python35\scripts\;
- execute pip.exe install pyodbc.