Consider the following scenario: You have either a SQL Server 2005 or a SQL Server 2008 installation with SSIS component installed. You update your SQL Server installation with one of the following:
- Service Pack
- Cumulative Update
- Hotfix
In this scenario,you will notice that the DCOM permissions for launching and accessing Integration servces are reset to default values. Additionally users who are not members of Administrators group on the SQL Server machine, will receive the following error message when using SQL Server Management Studio Object Explorer to connect to the Integration Services service:
Cannot connect to SSISServer
Additional information: Failed to retrieve data for this request (Microsoft.SqlServer.SmoEnum)
Connect to SSIS Service on machine "SSISServer" failed: Access is denied
Note In this error message, SSISServer is a placeholder for the name of the server or for the IP address of the server.
However, you can successfully connect to Integration Services on the server locally by using the same user account that you used to connect to Integration Services from the client computer.