![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for SAP SuccessFactors inside of a SQL Server SSIS workflow to transfer SAP SuccessFactors data into a Microsoft SQL Server database.
To get started, add a new SAP SuccessFactors source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save SAP SuccessFactors connection properties in a connection manager.
You can authenticate to SAP Success Factors using Basic authentication or OAuth with SAML assertion.
You must provide values for the following properties to successfully authenticate to SAP Success Factors. Note that the provider will reuse the session opened by SAP Success Factors using cookies. Which means that your credentials will be used only on the first request to open the session. After that, cookies returned from SAP Success Factors will be used for authentication.
You must provide values for the following properties, which will be used to get the access token.
Follow the steps below to specify the query to be used to extract SAP SuccessFactors data.
SELECT address1, zipCode FROM ExtAddressInfo WHERE city = 'Springfield'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the SAP SuccessFactors data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with SAP SuccessFactors data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the SAP SuccessFactors SSIS Component to get started:
Download NowLearn more:
๐ SAP SuccessFactors IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with SAP SuccessFactors through SSIS Workflows.
Use the SAP SuccessFactors Data Flow Components to synchronize with SAP SuccessFactors Benefits, Compensation, Jobs, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!