SSIS packages created on VS15 not working on VS2019 Professional edition

Imagine 1 Reputation point
2022-05-20T02:09:09.237+00:00

I have created multiple packages using Visual Studio 2015 shell integrated and Microsoft Attunity connector 5.0
We recently moved to Visual Studio 2019 Professional and all the packages have stopped working.

I am getting multiple errors while loading the old packages:

  • The component metadata for "Oracle Source" could not be upgraded to the newer version of the component. The perform upgrade method failed.
  • The connection type "Oracle" specified for connection manager "oracle_v" is not recognized as a valid connection manager type.

Is this because of the Attunity connector? Does this require me to change each and every package I ever created ??
Is there an automatic way to do this?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,451 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 32,426 Reputation points
    2022-05-20T05:49:18.633+00:00

    Hi @Imagine ,

    Here is a same issue that the connection to Oracle could not be upgraded to the newer version of the component.

    attempting-to-use-2019-for-2014-ssis-package-and-m.html

    He finally got VS 2017 to work and open Oracle Packages.

    Please have a double check.

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Olaf Helper 40,656 Reputation points
    2022-05-20T06:30:48.59+00:00

    Microsoft Attunity connector 5.0

    That connector is part of Enterprise Edition, not included in default installation of Visual Studio & SSDT:

    Microsoft Connectors v5.0 for Oracle and Teradata

    0 comments No comments