![]() |
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 Aha! inside of a SQL Server SSIS workflow to transfer Aha! data into a Microsoft SQL Server database.
To get started, add a new Aha! 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 Aha! connection properties in a connection manager.
Start by setting the Profile connection property to the location of the Aha! Profile on disk (e.g. C:\profiles\aha.apip). Next, set the ProfileSettings connection property to the connection string for Aha! (see below).
The Aha! API uses OAuth-based authentication.
You will first need to register an OAuth app with Aha!. This can be done from your Aha! account under 'Settings' > 'Personal' > 'Developer' > 'OAuth Applications'. Additionally, set the Domain, found in the domain name of your Aha account. For example if your Aha account is acmeinc.aha.io, then the Domain should be 'acmeinc'.
After setting the following in the connection string, you are ready to connect:
Follow the steps below to specify the query to be used to extract Aha! data.
SELECT Id, Name FROM Ideas WHERE AssignedToUserId = 'my_user_id'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Aha! data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Aha! data.
๐ The completed import. (Salesforce is shown.)Connect to live data from Aha! with the API Driver
Connect to Aha!