We have two Windows Server 2012 R2 (QA and PROD) running SQL Server 2012 Enterprise. SSIS is installed on these servers. I can connect to Intergration Services on the QA server from my local machine using SSMS. However I cannot connect to the PROD server from my local machine. I keep getting this error:
Connecting to the Integration Services service on the computer "PROD" failed with thefollowing error: "The RPC server is unavailable".
I have tried the following on the PROD server without any luck:
1. Opened port 135.
2. Allowed connections to “MsDtsSrvr.exe”.
3. Disable firewalls (domain, private and public)
The ONLY WAY I can connect to SSIS running on PROD is to perform the following:
1. Log on to PROD with domain admin rights.
Note: Logging onto PROD with a domain user account which is a member of the PROD local administrator group IS NOT enough.
2. Run SSMS “as administrator”
3. Connect to SSIS
Does anyone know what I need to do to fix this security issue?
Thank you