Access is denied while connecting SSIS

Bilal H. Bhatt 36 Reputation points
2024-03-21T07:29:41.4466667+00:00

Hello,

While trying to connect SSIS 2019, I am getting below error..

Connecting to the Integration Services service on the computer "localhost" failed with the following error: "Access is denied."

By default, only administrators have access to the Integration Services service. On Windows Vista and later, the process must be running with administrative privileges in order to connect to the Integration Services service. See the help topic for information on how to configure access to the service.

I have done all DCOM permissions "Launch and Activation Permissions" Access Permissions"

but still i am getting this error.

Please suggest

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

6 answers

Sort by: Most helpful
  1. Olaf Helper 41,411 Reputation points
    2024-03-21T07:37:46.3233333+00:00

    By default, only administrators have access to the Integration Services service

    If you want to use SSMS to connect to SSIS, then you have to start SSMS with "Run as administrator", otherwise you aren't an admin and have no access permissions.

    Why do you want to connect to; there is no much to "see"?

    0 comments No comments

  2. Bilal H. Bhatt 36 Reputation points
    2024-03-21T07:58:58.8433333+00:00

    @Olaf Helper I am trying through SSMS and Visual studio

    i tried with "Run as administrator" but still not able to..

    SSIS.JPG

    0 comments No comments

  3. Bilal H. Bhatt 36 Reputation points
    2024-03-21T08:29:17.8133333+00:00

    Hi..

    i am getting different errors with different version of SSMS v17, v18, v19 and Visual studio

    Connecting to the Integration Services service on the computer "localhost" failed with the following error: "The specified service does not exist as an installed service.".

    Connecting to the Integration Services service on the computer "localhost" failed with the following error: "Class not registered".

    Connecting to the Integration Services service on the computer "localhost" failed with the following error: "Access is denied."

    Thanks

    bilal

    0 comments No comments

  4. Yitzhak Khabinsky 25,201 Reputation points
    2024-03-21T12:00:56.46+00:00

    Hi @Bilal H. Bhatt,

    The Microsoft SQL Server Integration Services OS Service exists only for backward compatibility with the obsolete SSIS versions 2005 - 2008R2.

    Starting from SSIS 2012 onwards there is no need in that OS Service.

    Here is an excerpt from the official Microsoft documentation: integration-services-service-ssis-service:

    The topics in this section discuss the Integration Services service, a Windows service for managing Integration Services packages. This service is not required to create, save, and run Integration Services packages. SQL Server 2012 (11.x) supports the Integration Services service for backward compatibility with earlier releases of Integration Services.

    You need to start using SQL Server Integration Services Catalog. Please see below.

    ssis-database-and-catalog

    0 comments No comments

  5. ZoeHui-MSFT 33,551 Reputation points
    2024-03-22T01:25:10.5033333+00:00

    Hi @Bilal H. Bhatt,

    Please double check that you have installed SSIS service on the machine.

    User's image

    Install Integration Services (SSIS)

    Regards,

    Zoe Hui


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

    0 comments No comments