Skip to main content
Skip table of contents

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:

  1. Stop the Data 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: 

    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>
  4. 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>
  5. Start the Data Virtuality Server.

Microsoft Dataverse connector available since v3.15

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.