top of page

Connecting to Integration Services Access is Denied in SQL Server

  • Marek Vavrovic
  • Apr 9, 2022
  • 1 min read

Connection to the Integration Services service on the computer " XXX " failed with the following error: "Access is denied"


By default only administrators have access to the Integration Services service. The process must be running with administrative privileges in order to connect to the Integration Services service.


For users who have worked with older versions of SQL Server, this can be surprising as connecting to SSIS with SSMS usually does not have problems. The reason for this is that in the older versions, all users of the "Users" group had access to SSIS by default. In the newer versions of SQL Server, however, access is secure by default and it must be granted to a specific user who needs to connect to that service.


ree

Open a "Command prompt" and type Dcomcnfg.exe


ree

This opens the "Component Services"

Find your version of "Microsoft SQL Server Integration Services" . Right-click on it and choose "Properties".

ree

select "Security" tab

ree

"Launch and Activation Permissions" and "Access Permissions" for our user.

Click "Edit" on "Launch and Activation Permissions".

Then click "Add" we find the user and grant the corresponding permissions.


ree

Restart the Integration Services service


ree

try to connect to Integration Services again


ree

Comentários


Subscribe Form

©2020 by MaVa Analytics. Proudly created with Wix.com

bottom of page