Cloned Data Factory with SSIS Integration Runtime

DataPeps2023 25 Reputation points
2023-12-12T18:31:12.1833333+00:00

My company currently has ADF set up in a region that is no longer appropriate, also, 2 teams are using the same factory and we have decided to split it to 2 ADF's.

What I want to do is use DevOps from the current ADF and clone it to a new ADF - which I did a while back, but it didn't create the SSIS Integration Runtime. When I try to create a new SSIS IR, it will not allow me to create a second SSISDB on the same database.

So my question is, how to I set up the new ADF and test it without turning off / deleting the SSIS IR on the current ADF?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
SQL Server Integration Services
{count} votes

1 answer

Sort by: Most helpful
  1. Harishga 6,005 Reputation points Microsoft External Staff
    2023-12-14T10:51:59.45+00:00

    Hi@DataPeps2023
    Thank you for the additional information. If you don't have the option to "Use existing SSISDB," it could be because the current ADF is in a different region than the new one, as you mentioned. In this case, using package stores to manage your packages into the file system is a good option.

    When you use package stores, you can import/export/delete/run packages and monitor/stop running packages via SQL Server Management Studio (SSMS) similar to the legacy SSIS package store. You can also use dtutil command-line utility to deploy multiple packages in batches.

    To learn more about managing packages with Azure-SSIS Integration Runtime package store, please refer to the following documentation
    Reference:

    https://learn.microsoft.com/en-us/azure/data-factory/azure-ssis-integration-runtime-package-store
    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.