0

How to add a CData custom connector as a data source

A step-by-step guide on how to add a CData custom connector as a data source.
 

  1. Download the Java JDBC driver for the data source you want to connect to.
    (Click here for a complete list of the different data sources that CData supports) Run the installer to extract the JAR file.
  2. To see the list of connection properties you can use, open the CData jar using JAVA.
    To do this:
    Open a command prompt on the Pyramid server and point to the location of the extracted JAR file.
    C:\Program Files\CData\CData JDBC Driver for Microsoft Dynamics CRM 2022\lib
    And where JAVA is installed
    "C:\Program Files\Pyramid\java\bin\java.exe" -jar cdata.jdbc.dynamicscrm.jar
  3. Fill in the connection properties that you want to use.
    E.g.

    Once all details have been filled in, click on the "Test connection" button to make sure it works.
    Then click on "Copy to Clipboard" to copy the connection string.
     
  4. Go to custom connectors in Pyramid (admin>data>custom connectors)
    and add a new one and upload the downloaded driver.
     
  5. Paste in the connection string from the CData you just copied

    CData RTK is a license key.
    You'll need to contact CData and ask them for a trial license.
     
  6. Change all parameters to a relevant name wrapped in curly brackets {} as shown below:


    The best practice is to use these name conventions as your parameters:
    database, user, password, port, ip
    This is not mandatory but preferred.
     
  7. Click on apply and add the custom connector.
     
  8. In Add Data Source, add the new data source like any other by filling out all the relevant connection details.
    (admin>data source)

For more information about setting up the connectors, please see our Help.

For more information about the CData drivers and their documentation you can refer to this link, choose the driver you need, and then click docs as shown below:

Reply

null