Loome Integrate Online supports SSIS. This task type is user friendly for existing SSIS packages.
To get started using SSIS in Loome Integrate Online, you will need to create a SQL Server connection that points at the SSISDB database. When connecting to SSIS task types, use a standard SQL Server Connection that must point at the SSISDB in its connection string.
Loome Integrate Online only supports the Project Deployment model for SSIS packages. Read more detail here.
You will also need to grant the ssis_admin role to your Windows account that you use for SQL Server.
In SQL Server Management Studio, open your SSISDB and click on Security, then expand Roles, followed with Database Roles.
Right-click on ssis_admin and select Properties.
To add a user to the role, click on the ‘Add…’ button at the bottom-right of the properties pop-up window.
Adding a SSIS package is like any other task in Loome Integrate Online, where you can use the package selector to easily find available packages to run.
You then need to provide the package path that can be selected from the dropdown menu. Once you click Select the SSIS Package’s path will display below.
You can then add any additional parameters.
Loome Integrate online supports all SSIS parameter types.
Once submitted you can run the task and view its execution logs.
Click run and it will then showcase the SSIS logs. The logs will appear in the execution logs for a job and will be easy to identify as all SSIS logs will be prefixed with [SSIS].
If an error occurs in SSIS it will also result in an error in Loome Integrate Online and show in the execution logs.