SSIS 2022 CDC Control Task

Tom J 30 Reputation points
2023-02-14T15:09:14.8666667+00:00

We get the following error when running SSIS packages that contain attunity CDC Control Tasks in our SQLServer 2022 environment on Windows2019 :

CDC Control Task:Error: The Validate method on the task failed, and returned error code 0x80131040 (Could not load file or assembly 'Microsoft.SqlServer.DtsMsg, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)). The Validate method must succeed and indicate the result using an "out" parameter

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,704 questions
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-02-15T05:36:52.09+00:00

    Hi @Tom J,

    As said in the documentation and also @Yitzhak Khabinsky mentioned:

    The CDC components for SSIS are supported on all the supported versions of Microsoft SQL Server. Currently, the supported versions of SQL Server include SQL Server 2012 through SQL Server 2017.

    It seems that the CDC component do not support SQL Server 2022 temprarily.

    You may also raise the issue here to look for help from product team.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,586 Reputation points
    2023-02-14T16:12:11.94+00:00

    Hi @Tom J,

    I am not sure if the Attunity CDC Control Tasks are working on SQL Server 2022.

    Check it out here: https://learn.microsoft.com/en-us/sql/integration-services/data-flow/cdc-flow-components?view=sql-server-ver16

    1 person found this answer 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.