The CData 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:

  1. Stop the CData Virtuality Server.
  2. Place the Microsoft Dataverse JDBC driver and license in the %dvserver%/modules/system/layers/base/com/cds/main folder.
  3. Create a module.xml file as follows: 

    <?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>
  4. Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:

    <driver name="dataverse" module="com.cds">
        <driver-class>cdata.jdbc.cds.CDSDriver</driver-class>
    </driver>
  5. Start the CData Virtuality Server.

Microsoft Dataverse connector available since v4.2