Pentaho Data Integrator and Real-Time JDBC Connectivity to Salesforce

Status
Not open for further replies.
I

Idaliz Baez

Guest

Idaliz Baez, Sales Engineer, Progress DataDirect


Get real-time connectivity to Salesforce data in Pentaho Data Integrator with Progress DataDirect ConnectXE for JDBC drivers.

At Progress® DataDirect®, we just want to connect you to your data. It shouldn’t matter where that data is or what you want to do with it. No matter the problem you face, we have a solution. When it comes to Salesforce, for example, we have solutions for connecting outside data to Salesforce through Lightning Connect and DataDirect Cloud and Salesforce data to BI tools like Tableau through ODBC. Now, you can add JDBC connectivity to Pentaho Data Integrator (PDI) to that list and enable real-time reporting of Salesforce data against back-office data via native JDBC.

This is actually functionality that we’ve had for awhile, but in the time since we first talked about it, PDI has changed significantly. With that in mind, today I wanted to share with you an updated guide on real-time reporting through PDI.

Enabling Real-Time Reporting of Salesforce Data in PDI

  1. Install Pentaho Data Integrator. Downloads are available on their website.
  2. Install Progress DataDirect ConnectXE for JDBC using the instructions in the Progress DataDirect Connect for JDBC Installation Guide.
  3. Configure Pentaho to use the DataDirect for JDBC Salesforce driver by copying the driver JAR file into the Pentaho tool’s library folder. For instance, the default installation location for Pentaho Data Integrator is C:pentaho so you can copy the jar file to C:pentahodesign-toolsdata-integrationlib. You can find the DataDirect for JDBC driver JAR files in the DataDirect installation directory under the “lib” folder (the default location is C:program FilesProgressDataDirectConnect_for_JDBC_51lib).

Place the Salesforce driver JAR file in the Pentaho library folder

  1. Launch the Java cloud service for connectivity to Salesforce from the command prompt inside the Connect for JDBC library folder. The command you have to run is:

Java –classpath .;sforce.jar com.ddtek.sforcecloud.sql.Server​

Launch the Java cloud service from a command prompt.

  1. Launch Pentaho Data Integrator and add a new Database connection. Select the “Generic Database,” under Access select “Native (JDBC)” and use the following settings:
    1. Custom Connection URL: jdbc:datadirect:sforce//login.salesforce.com;SQLEngineMode=server
    2. Custom Driver Class Name: com.ddtek.jdbc.sforce.SForceDriver
    3. User Name: Enter your Salesforce Username
    4. Password: Enter your Salesforce Password

Note: If you are using a Salesforce sandbox environment, you may need to use the “test.salesforce.com” instead of “login.salesforce.com.” Also, if you would like to use our Bulk Load feature add “EnableBulkLoad=true” to the connection string.


Create and configure a new database connection in PDI

  1. Click on the “Test” connection to ensure that you have established a connection.

Test your connection to Salesforce.

Your Turn


If all went according to plan, you are now ready to use Progress DataDirect for JDBC Salesforce driver with the Pentaho Data Integrator tool! Now, you have access to real-time reporting from Salesforce as if it were any other JDBC data source. You can even combine this data with other sources to get a full view of your customers.

Grab our Salesforce.com JDBC connector today, and get to work!

Author information

idaliz.jpg
Idaliz Baez

Sales Engineer, Progress DataDirect at Progress DataDirect

Idaliz is a Sales Engineer with Progress Software. After receiving her undergraduate degree from Duke University in Civil and Environmental Engineering, Idaliz Baez spent a year at NASA Goddard Space Flight Center gaining on-the-job experience before returning to Duke in pursuit of her Masters of Engineering Management degree. Outside of the office, Idaliz can be found playing with her Australian Cattle dog or nerding out over video and board games.

|

The post Pentaho Data Integrator and Real-Time JDBC Connectivity to Salesforce appeared first on Progress Newsroom.

Continue reading...
 
Status
Not open for further replies.
Top