![]() |
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 HCL Domino inside of a SQL Server SSIS workflow to transfer HCL Domino data into a Microsoft SQL Server database.
To get started, add a new HCL Domino 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 HCL Domino connection properties in a connection manager.
To connect to Domino data, set the following properties:
Domino supports authenticating via login credentials or an Entra ID (formerly Azure AD) OAuth application:
To authenticate with login credentials, set the following properties:
The driver uses the login credentials to automatically perform an OAuth token exchange.
This authentication method uses Entra ID (formerly Azure AD) as an IdP to obtain a JWT token. You need to create a custom OAuth application in Entra ID (formerly Azure AD) and configure it as an IdP. To do so, follow the instructions in the Help documentation. Then set the following properties:
The tenant ID is the same as the directory ID shown in the Azure Portal's Entra ID (formerly Azure AD) > Properties page.
Follow the steps below to specify the query to be used to extract HCL Domino data.
SELECT Name, Address FROM ByName WHERE City = 'Miami'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the HCL Domino data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with HCL Domino data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the HCL Domino SSIS Component to get started:
Download NowLearn more:
๐ HCL Domino IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with HCL Domino through SSIS Workflows.
Use the HCL Domino Data Flow Components to synchronize with HCL Domino FALSE, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!