Access denied SSIS

Bilal H. Bhatt 116 Reputation points
2025-01-01T04:42:03.21+00:00

Hi,

While i am trying to access SSIS through Visual Studio, i am getting below error

*connecting to the integration services service on computer "abcdef" failed with following error :"Access denied".

I gave the permission in the DCOM but still getting the same error..

ssis_error

Please help

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

2 answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,296 Reputation points
    2025-01-01T19:25:28.35+00:00

    Hi @Bilal H. Bhatt,

    There is no need to connect to that Integration Services OS service. Because that service is obsolete.

    I already answered that question on this very Q&A forum few times in the past.

    For example: https://learn.microsoft.com/en-us/answers/questions/707658/connection-from-ssms-to-ssis-fails-with-the-specif

    UPDATE

    The screen shot in your question shows that you are trying to connect to Integration Services service...

    In any case, SSIS has two principal environments:

    • Development environment, on a developer workstation. Visual Studio, local SSIS project with SSIS packages files on the local file system.
    • Run-time environment, on a server with SQL Server instance and SSIS components. SSIS project is housed in Integration Services Catalog inside SSISDB database.
    • There is a deployment process that deploys SSIS project from a developer machine to a run-time SSIS server. The best way to do it is to add user AD account to ssis-admin role on SSIS run-time server.

    The bottom line, it is impossible to access SSIS packages on a server from Visual Studio on a developer machine.


  2. Olaf Helper 45,391 Reputation points
    2025-01-02T10:26:29.87+00:00

    Have you read this part "... must be runing with administrative privilegs ..." of the error message

    You have to start SSMS/VS with "Run as admin".


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.