SSIS pkgs not showing

Bilal H. Bhatt 136 Reputation points
2025-02-04T05:51:42.21+00:00

Hello,

I migrated some SSIS packages from instance A to Instance B where SSIS catalog and SSISDB is already there.

Now When i connect to SQL Server Instance B using Visual Studio, i cannot see the packges/projects...

Or if connect to SSIS on instance B, it still dont show any SSIS pacakages.. rather it shows only some pkgs which were in msdb on Instance A

Please help

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

Accepted answer
  1. ZoeHui-MSFT 40,356 Reputation points
    2025-02-04T07:20:38.68+00:00

    Hi @Bilal H. Bhatt

    According to your picture, you are storing packages in so called SSIS Catalog store. Adding packages to existing SSIS Visual Studio solution is possible only for packages stored in MSDB.

    To import packages from SSISDB, go to solution in the Visual Studio Solution Explorer, and choose Add New Project, then choose Integration Services Import Wizard.

    You may import package which located in SSISDB like shown below.

    User's image

    You may also follow the video for details.

    Regards,

    Zoe Hui


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

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Olaf Helper 45,881 Reputation points
    2025-02-04T06:26:04.7666667+00:00

    I migrated some SSIS packages from instance A to Instance B

    And how did you the migration; you haven't mentioned any detail about?

    0 comments No comments

  2. Bilal H. Bhatt 136 Reputation points
    2025-02-04T07:00:10.6033333+00:00

    ssis_imprt.JPGI connected to Instance B --> Integration Service Catalog ---> Create Folder --> Right click --> Import Packages. Select the SQL Server and it will show all packages ..

    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.