![]() |
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 Webex inside of a SQL Server SSIS workflow to transfer Webex data into a Microsoft SQL Server database.
To get started, add a new Webex 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 Webex connection properties in a connection manager.
To authenticate to Webex, and connect to your own data or to allow other users to connect to their data, you can use the OAuth standard.
First, you will need to register an OAuth application with Webex. To do so, navigate to the Webex Developer Portal and create a new integration. Your OAuth application will be assigned a client id and a client secret.
After setting the following connection properties, you are ready to connect:
Profile=C:\profiles\Webex.apip;Authscheme=OAuth;InitiateOAuth=GETANDREFRESH;OAuthClientId=your_client_id;OAuthClientSecret=your_client_secret;CallbackUrl=your_callback_url;ProfileSettings='Scope=your_scopes';๐ Configuring a connection (Salesforce is shown).
Follow the steps below to specify the query to be used to extract Webex data.
SELECT , FROM AdminAuditEvents WHERE OrgId = 'org123'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Webex data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Webex data.
๐ The completed import. (Salesforce is shown.)Connect to live data from Webex with the API Driver
Connect to Webex