![]() |
VOOZH | about |
The CData JDBC Driver for SAP SuccessFactors LMS enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP SuccessFactors LMS as sources. In this article, you will use the JDBC Driver for SAP SuccessFactors LMS to set up a simple transfer into a flat file. The CData JDBC Driver for SAP SuccessFactors LMS enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP SuccessFactors LMS as sources. In this article, you will use the JDBC Driver for SAP SuccessFactors LMS to set up a simple transfer into a flat file.
SAP SuccessFactors LMS uses OAuth authentication. Before connecting, you must configure an OAuth application tied to your SAP SuccessFactors LMS account.
To establish a connection, set the following properties:
See the Getting Started chapter of the help documentation for a guide to creating a custom OAuth app and using OAuth.
For assistance in constructing the JDBC URL, use the connection string designer built into the SAP SuccessFactors LMS JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.sapsuccessfactorslms.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is below:
jdbc:sapsuccessfactorslms:User=username;CompanyId=CompanyId;Url=https://api4.successfactors.com;InitiateOAuth=GETANDREFRESH;
SELECT ItemID, ItemTitle FROM [Admin].[Search_Service].[Items] WHERE Active = true
Download a free trial of the SAP SuccessFactors LMS Driver to get started:
Download NowLearn more:
👁 SAP SuccessFactors LMS IconRapidly create and deploy powerful Java applications that integrate with SAP SuccessFactors LMS.