Install the RiskVision Connector Manager

Install the Connector Manager on the Application Server, or on a Windows server that is reachable by both the legacy connector, the RiskVision Tomcat Server host, and the database host.

To install the RiskVision Connector Manager:

  1. Copy the following files to the server that will host the RiskVision Connector Manager.

    File

    MySQL

    Oracle

    riskvision.license

    Checkmark

    Checkmark

    RiskVisionConnectorManagerInstallation.exe

    Checkmark

    Checkmark

    mysql-connector-java-5.1.39.zip

    Checkmark

    Close

  2. Double-click the RiskVisionConnectorManagerInstallation.exe file to launch the Resolver Connector Manager Setup wizard.

    In the Welcome wizard page, Click Next to continue.

  3. The License Agreement wizard page appears. Select I accept the terms in the License Agreement.

    Click Next to continue.

  4. The RiskVision Server Details wizard page appears.

    Enter the server hostname in the RiskVision Server Hostname text box and then select the Database.

    For MySQL, this wizard page contains the options as shown below:

  5. Click Next to continue.
  6. The RiskVision Database Details wizard appears, enter the following fields, which appear based on the database type selected.

    For the MySQL instance, this wizard page contains the options as shown below:

     Field Description
    Database UsernameThe database user.
    Database PasswordThe database password for the user.
    Database Confirm PasswordEnter the same password one more time to ensure that the password entered is correct.
    Database HostnameThe fully qualified domain hostname of RiskVision database (MySQL or Oracle). Enter localhost if the RiskVision database is on the server where you are currently running this installer.
    Database PortThe port number of MySQL or Oracle.
    Database Service Name(Required only for Oracle). The service name by which the RiskVision Connector Manager can connect to the Oracle database instance.
  7. Click Next to continue.
  8. The Perform Installation wizard page appears.

    By default, the RiskVision Connector Manager is installed in the directoryC:\ConnectorManager\ path. The installer sets the environment variable to%AGILIANCE_HOME% the product installation path specified here. Click Browse and select the path to install the RiskVision Connector Manager in a different directory.

  9. Click Next to continue.

  10. The Installation Progress wizard page appears. Click Install to begin the installation process. 

    During the Connector Manager installation process, the setup wizard opens one or more command windows; do not close the windows. Allow sufficient time for the setup to automatically close the command windows and to conclude the installation successfully.

  11. The Finish Installation wizard appears after the setup concludes successfully, click Finish to exit the wizard.

Post-Install Configurations

This section explains how to set up the Connector Manager to use with the RiskVision Server.

After installing the Connector Manager, the propertycom.agiliance.agent.isIndependentAgent=true. gets automatically added to the file%ConnectorManager_HOME%\config\agiliance.properties. To make the RiskVision Server and the RiskVision Connector Manager work, perform the following steps:

com.agiliance.agent.useIndependentAgent=true

com.agiliance.agent.isIndependentAgent=false

> grant all on *.* to 'agiliance'@'<ip_address or hostname>' identified by 'agiliance' with grant option;
> grant all on *.* to 'root'@'<ip_address or hostname>' identified by 'agiliance' with grant option;
> flush privileges;

  1. In the RiskVision Tomcat Application Server host, go to the %AGILIANCE_HOME%\config directory, open agiliance.properties file using a text editor, and add the following properties:
    com.agiliance.agent.useIndependentAgent=true

    com.agiliance.agent.isIndependentAgent=false

  2. Restart the RiskVision Tomcat service to apply the latest changes.

  3. If you using a MySQL database, run the following MySQL commands to connect the Connector Manager.
The RiskVision Connector Manager works on port 9443 make sure that all the connectors connect to the RiskVision Connector Manager using port 9443. All the stand-alone connectors, except the Email Connector and Authentication Connector, must point to the RiskVision Connector Manager.