Using AutoCode Intellect and Verifier together

  1. Install and configure Intellect Enterprise.
  2. Install and configure AutoCode Intellect.
  3. Open the _config/settings.ini file in Verifier installer’s folder. Make sure that the recognizer parameter has the Fetch25 value:
    [Main]
    recognizer=Fetch25


  4. Install Verifier.

  5. Configure Verifier:

    1. substitute the local.cfg file in the C:\ProgramData\VIT\Verifier\Main\scripts\instructions\ folder with the one you obtained from VIT representative;
    2. 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"
              },


  6. 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]


  7. Press F5.

    If there are recognizer.py and/or proxy.py errors in Verifier’s log (C:\ProgramData\VIT\Verifier\log):

    1. open cmd as administrator;

    2. change directory to C:\python35\scripts\;

    3. execute pip.exe install pyodbc.