Missing "Convert to Package Connection" in SSIS's "Connection Managers"

Kinson Lam 45 Reputation points
2024-01-04T06:09:15.24+00:00

Hi all,

I am new to SSIS and following the Tutorial below to learn it. However, I can't get through it.

https://learn.microsoft.com/en-us/sql/integration-services/lesson-2-adding-looping-with-ssis?view=sql-server-ver16

In Lesson 2-3: Modify the Flat File connection manager, it asked to right-click Sample Flat File Source Data, and select Convert to Package Connection. However, in my environment, there is no "Convert to Package Connection" function under Connection Managers. Because of it, I cannot find the variables node in expression builder.

Does anyone experience it and how to fit it? Here below is my environment:

  • SQL Server 2022
  • Visual Studio 2019
  • SQL Server Integration Services Projects V4.5
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} vote

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2024-01-04T06:48:55.2666667+00:00

    Hi @Kinson Lam,

    If you could only see Convert to Package Connection when right-click the source, it means it is a package level connection manager, you may skip the step and choose Properties window for Expressions.

    User's image

    Regards,

    Zoe Hui


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

    2 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Kinson Lam 45 Reputation points
    2024-01-05T00:52:29.95+00:00

    Hi Zoe,

    I found what's wrong in my side. In fact, there is no context MENU available in Connection managers under Solution explorer of Visual Studio 2019. Instead, the context menu of "Convert to Package Connection" is under Connection Managers pallet.

    Thanks your help and I spot it from the image you posted.

    User's image

    3 people found this answer helpful.

  2. Kinson Lam 45 Reputation points
    2024-01-08T22:38:02.6033333+00:00

    There is no context MENU available in Connection managers under Solution explorer of Visual Studio 2019. Instead, the context menu of "Convert to Package Connection" is under Connection Managers pallet.

    User's image

    1 person found this answer helpful.
    0 comments No comments

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.