Skip to main content

Installation and Administration Guide

Configure the Proxy Driver Connection in Denodo

To allow Denodo to communicate with the platform’s data proxy, install the platform's driver into Denodo.

The Denodo driver and the platform JDBC driver may have clashing instances of the SL4J library. To mitigate this, follow the steps below.

  1. Unzip the dynamic driver using these commands to unzip the JDBC JAR, remove Privitar's instance of the SL4J libraries, and reconstitute the JAR file:

    1. mkdir jdbc-modifications

    2. unzip data_proxy_driver-[version].jar -d jdbc-modifications

    3. rm -r jdbc-modifications/org/slf4j

    4. cd jdbc-modifications

    5. jar cf ../data_proxy_driver-[version]-modified.jar *

  2. Copy the modified JAR file into Denodo's installation directory to register the DSP Platform as a data source:

    1. mkdir [denodo platform installation directory]/lib/extensions/jdbc-drivers-other/privitar

    2. cp data_proxy_driver-[version]-modified.jar [denodo platform installation directory]/lib/extensions/jdbc-drivers-other/privitar/

You may need to reboot the VirtualData Port server/daemon.