Upgrade Path for Azure-SSIS from 2016 to 2022 - Seeking Guidance

JustinMartin-5966 20 Reputation points
2024-11-27T15:13:13.83+00:00

We migrated from on-premises SQL Server to Azure Managed Instances. We did the lift-and-shift for SSIS to Azure-SSIS with all packages with target server 2016. I need to upgrade Azure-SSIS to the 2022 version.

If I try to deploy an upgraded package to the existing Managed Instance, it errors out because the SSISDB is not the correct version for a newer target server.

What is the upgrade path for this? I have been unable to find anything beyond the initial lift-and-shift of SSIS packages.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,652 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,705 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yitzhak Khabinsky 26,586 Reputation points
    2024-11-27T15:45:51.73+00:00

    As I recall SSIS in Azure supports TargetServerVersion setting up to SQL Server 2017. 😒

    Unfortunately, no support for 2019 and 2022.

    So, please try TargetServerVersion = SQL Server 2017.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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