Microsoft Dataverse
You are looking at an older version of the documentation. The latest version is found here.
The Data Virtuality Server supports Microsoft Dataverse JDBC driver v23.0.8669.0.
In order to use the Microsoft Dataverse data source, please install the Microsoft Dataverse JDBC driver as follows:
- Stop the Data Virtuality Server.
- Place the Microsoft Dataverse JDBC driver and license in the %dvserver%/modules/system/layers/base/com/cds/main folder.
Create a module.xml file as follows:
CODE<?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.0" name="com.cds"> <resources> <resource-root path="cdata.jdbc.cds.jar"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> </dependencies> </module>
Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:
CODE<driver name="dataverse" module="com.cds"> <driver-class>cdata.jdbc.cds.CDSDriver</driver-class> </driver>
Start the Data Virtuality Server.
Microsoft Dataverse connector available since v3.15