![]() |
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 Netweaver Gateway inside of a SQL Server SSIS workflow to transfer SAP Netweaver Gateway data into a Microsoft SQL Server database.
To get started, add a new SAP Netweaver Gateway 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 Netweaver Gateway connection properties in a connection manager.
SAP Gateway allows both basic and OAuth 2.0 authentication. You can use basic authentication to connect to your own account, or you can use OAuth to enable other users to retrieve data from your service with their accounts. In addition to authenticating, set the following connection properties to access SAP Gateway tables.
In basic authentication, you use your login credentials to connect. Set the following properties:
You can connect to SAP Gateway using the embedded OAuth connectivity (without setting any additional authentication connection properties). When you connect, the OAuth endpoint opens in your browser. Log in and grant permissions to complete the OAuth process. See the OAuth section in the online Help documentation for more information on other OAuth authentication flows.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract SAP Netweaver Gateway data.
SELECT ProductID, Quantity FROM SalesOrderLineItems WHERE Quantity < 15๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the SAP Netweaver Gateway data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with SAP Netweaver Gateway data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the SAP Netweaver Gateway SSIS Component to get started:
Download NowLearn more:
๐ SAP Netweaver Gateway IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with SAP Netweaver Gateway through SSIS Workflows.
Use the SAP Netweaver Gateway Data Flow Components to synchronize with SAP Netweaver Gateway Entities, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!