The CData Virtuality Server supports NetSuite JDBC driver v08.10.85.

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

  1. Stop the CData Virtuality Server.
  2. Place the NetSuite JDBC driver in the %dvserver%/modules/system/layers/base/com/netsuite/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:

    <driver name="netsuite" module="com.netsuite">
    <driver-class>com.netsuite.jdbc.openaccess.OpenAccessDriver</driver-class>
    </driver>
  5. Start the CData Virtuality Server.