Skip to main content
Skip table of contents

Vertica

The CData Virtuality Server supports Vertica JDBC driver v9.3.0.

In order to use the Vertica data source, please install the Vertica JDBC driver as follows:

  1. Stop the CData Virtuality Server.
  2. Place the Vertica JDBC driver in the %dvserver%/modules/system/layers/base/com/vertica/main folder.
  3. Check the module.xml file and change the driver JAR file name if applicable.

  4. Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:

    SQL
    <driver name="vertica" module="com.vertica">
    	<driver-class>com.vertica.jdbc.Driver</driver-class>
    </driver>
  5. Start the CData Virtuality Server.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.