NetSuite JDBC Driver Installation
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:
- Stop the CData Virtuality Server.
- Place the NetSuite JDBC driver in the %dvserver%/modules/system/layers/base/com/netsuite/main folder.
Check the module.xml file and change the driver JAR file name if applicable.
Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:
CODE<driver name="netsuite" module="com.netsuite"> <driver-class>com.netsuite.jdbc.openaccess.OpenAccessDriver</driver-class> </driver>
Start the CData Virtuality Server.