Ready to get started?

Download a free trial of the Certinia SSIS Component to get started:

 Download Now

Learn more:

Certinia Icon Certinia SSIS Components

Powerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Certinia through SSIS Workflows.

Use the Certinia Data Flow Components to synchronize with Certinia Invoices, Expenses, Accounts, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!

How to Import Certinia Data into SQL Server using SSIS



Easily back up Certinia data to SQL Server using the SSIS components for Certinia.

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 Certinia inside of a SQL Server SSIS workflow to transfer Certinia data into a Microsoft SQL Server database.

Add the Components

To get started, add a new Certinia source and SQL Server ADO.NET destination to a new data flow task.

Create a New Connection Manager

Follow the steps below to save Certinia connection properties in a connection manager.

  1. In the Connection Manager window, right-click and then click New Connection. The Add SSIS Connection Manager dialog is displayed.
  2. In the Connection Manager type menu, select Certinia. The CData Certinia Connection Manager is displayed.
  3. Configure connection properties.

    There are several authentication methods available for connecting to Certinia: login credentials, SSO, and OAuth.

    Authenticating with a Login and Token

    Set the User and Password to your login credentials. Additionally, set the SecurityToken. By default, the SecurityToken is required, but you can make it optional by allowing a range of trusted IP addresses.

    To disable the security token:

    1. Log in to Certinia and enter "Network Access" in the Quick Find box in the setup section.
    2. Add your IP address to the list of trusted IP addresses.

    To obtain the security token:

    1. Open the personal information page on certinia.com.
    2. Click the link to reset your security token. The token will be emailed to you.
    3. Specify the security token in the SecurityToken connection property or append it to the Password.

    Authenticating with OAuth

    If you do not have access to the user name and password or do not want to require them, use the OAuth user consent flow. See the OAuth section in the Help for an authentication guide.

    Connecting to Certinia Sandbox Accounts

    Set UseSandbox to true (false by default) to use a Certinia sandbox account. Ensure that you specify a sandbox user name in User.

Configure the Certinia Source

Follow the steps below to specify the query to be used to extract Certinia data.

  1. Double-click the Certinia source to open the source component editor.
  2. In the Connection Manager menu, select the connection manager previously created.
  3. Specify the query to use for the data extraction. For example: SELECT BillingState, Name FROM Account WHERE Industry = 'Floppy Disks'
  4. Close the Certinia Source control and connect it to the ADO.NET Destination.

Configure the SQL Server Destination

Follow the steps below to specify the SQL server table to load the Certinia data into.

  1. Open the ADO.NET Destination and add a New Connection. Enter your server and database information here.
  2. In the Data access mode menu, select "table or view".
  3. In the Table Or View menu, select the table or view to populate.
  4. Configure any properties you wish to on the Mappings screen.

Run the Project

You can now run the project. After the SSIS Task has finished executing, your database will be populated with Certinia data.