Eu tenho uma instalação do SSIS na qual não posso me conectar através do nosso estúdio de gerenciamento de Sql Server hospedado pela Citrix.
Eu posso me conectar a ele ao executar o SSMS localmente.
Mas se eu tentar conectar-me remotamente, com o SSMS hospedado pela Citrix, recebo o seguinte erro:
Cannot connect to dummyname.
------------------------------ ADDITIONAL INFORMATION:
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
Connecting to the Integration Services service on the computer "dummyname" 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.
For help, click: http://go.microsoft.com/fwlink/?LinkId=220763
Connecting to the Integration Services service on the computer "dummyname" 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.
Eu defini as seguintes configurações:
Run application on this computer
Trust this user for delegation to any service (Kerberos Only)
O que eu perdi, o que mais poderia estar causando esse erro.
Talvez algo único para Citrix?