HiveBrain v1.2.0
Get Started
← Back to all entries
debugMinor

SQL Server 2012 Reporting Services: "Unable to connect to the remote server"

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
reportingtheconnect2012sqlunableservicesserverremote

Problem

I am trying to install SQL Server 2012 Reporting Services on Windows Server 2008, but all the web interface says after adding the feature and confirming all the default settings in Reporting Services Configuration Manager is


Error: Unable to connect to the remote server

In the logfile there is this message:


System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:80

This worked just few months ago on the same system.

Solution

I had a similar problem when installing SSRS for a SCOM installation. It was configured with SSL but when I removed this I started getting the same error as above. Solution was to change the SecureConnectionLevel in rsreportserver.config to 0.

https://connect.microsoft.com/SQLServer/feedback/details/686214/removing-ssl-cert-in-config-manager-doesnt-properly-modify-rsreportserver-config

Context

StackExchange Database Administrators Q#48805, answer score: 4

Revisions (0)

No revisions yet.