Connecting to the Integration Services service on the computer "WIN-5U5BLQJ45G3" failed with the following error: "Class not registered".

Nur Izzati Binti Rosli 1 Reputation point
2024-11-01T07:59:30.0333333+00:00

I follow the tutorial for SQL Server 2019 Standard Edition at

https://learn.microsoft.com/en-us/sql/integration-services/lesson-3-3-testing-the-deployed-packages?view=sql-server-ver15

User's image

However, I received the error below while connecting to the Integration Service using SQL Server Management Studio v19.2.

User's image

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

3 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,496 Reputation points
    2024-11-01T08:56:47.0233333+00:00

    Hi @Nur Izzati Binti Rosli

    Please first make sure that you have installed SSIS service successfully.

    User's image

    Secondly please run SSMS as administrator and then connect to SSIS for a try.

    In addition, you may use SSISDB catalog which is the central point for working with Integration Services (SSIS) projects that you've deployed to the Integration Services server.

    See Understanding the SQL Server Integration Services Catalog and creating the SSISDB Catalog

    Regards,

    Zoe Hui


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


  2. Olaf Helper 47,516 Reputation points
    2024-11-01T09:36:12.5166667+00:00

    Have you installed SSIS at all on the server/machine? It's an optional feature and by default during installation not selected.

    And if you have installed the free SQL Server Express Edition, that don't support SSIS.


  3. ZoeHui-MSFT 41,496 Reputation points
    2024-11-04T05:50:07.1233333+00:00

    Hi @Nur Izzati Binti Rosli

    It is highly suggested to use the SSMS version match with SQL Server version.

    Please try to install SSMS v18.x.

    https://sqlserverbuilds.blogspot.com/2018/01/sql-server-management-studio-ssms.html


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.