SAP HANA
You are looking at an older version of the documentation. The latest version is found here.
The Data Virtuality Server supports SAP HANA JDBC driver v1.120.5. Instructions for obtaining a SAP HANA JDBC driver can be found here.
In order to use the SAP HANA data source, please install the SAP HANA JDBC driver as follows:
- Stop the Data Virtuality Server.
- Place the SAP HANA JDBC driver in the %dvserver%/modules/system/layers/base/com/sap/hana/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="hana" module="com.sap.hana"> <driver-class>com.sap.db.jdbc.Driver</driver-class> </driver>
Start the Data Virtuality Server.