Showing posts with label underlying. Show all posts
Showing posts with label underlying. Show all posts

Friday, February 24, 2012

Error: Unable to connect to the remote server.

I have been running RS for a month and it was working fine. However, now it is giving me the following error:

The underlying connection was closed: Unable to connect to the remote server.

Any ideas? Thanks

Is this both remotely and from the local server? And of course some of the basice questions:

Have you installed any new software?

Have you made any changes to your IIS?

Have there been any firewall changes?

Is this from all machines?

|||

Yes, this is both remotely and from the server. SQL is intalled on the remote server. The error is from all machines. The only new software installed on the IIS (where RS is intalled) is Cold Fusion. This might be the cause, but I don't understand how? No firewall changes have been made.

Thanks

|||

I don't know if this is an option, but have you tried to reinstall report services? or removing Cold Fusion. Also you may want to call the makers of Cold Fusion and see if they have heard anything like this.

To be honest I am taking stabs in the dark on this one, sorry.

Error: Unable to connect to the remote server

I'm getting an error message:
The underlying connection was closed: Unable to connect to the remote
server.
Any suggestions why this error is occurring?
Thanks.
danIt looks like your server connection string got corrupted.
Use the RSConfig utitlity to reset it and that should take of it.
"Dan Slaby" <dslaby@.evergreeninfo.biz> wrote in message
news:%23umiDgcSFHA.248@.TK2MSFTNGP15.phx.gbl...
> I'm getting an error message:
> The underlying connection was closed: Unable to connect to the remote
> server.
> Any suggestions why this error is occurring?
> Thanks.
> dan
>

Error: The underlying connection was closed....

I have been getting the following error since re-installing Reporting
Services (I had to set up my Virtual PC again from scratch): "The underlying
connection was closed: The remote name could not be resolved" when I try to
gain access via http://localhost/reports (and when trying to run a report
using a BI product called TARGIT). I have read one other post relating to
this error - the author re-installed Reporting Services and the problem went
away - I have tried the same thing and still get the error. I also get the
error on Reporting Services with and without SP2 installed.
Can anybody help?Run the rsconfig.exe utility specifying the new server name along with the
security information.
You need to update the server URL in the file rswebapplication.config
In your Report Manager directory, look for a RSWebApplication.config file.
Open it and look for something like:
<ReportServerUrl>http://Youroldservername/ReportServer</ReportServerUrl>
Good luck!
Rajesh
MCSD.NET
http://meenrajan.blogspot.com
"Neil Wright" wrote:
> I have been getting the following error since re-installing Reporting
> Services (I had to set up my Virtual PC again from scratch): "The underlying
> connection was closed: The remote name could not be resolved" when I try to
> gain access via http://localhost/reports (and when trying to run a report
> using a BI product called TARGIT). I have read one other post relating to
> this error - the author re-installed Reporting Services and the problem went
> away - I have tried the same thing and still get the error. I also get the
> error on Reporting Services with and without SP2 installed.
> Can anybody help?|||Hi ,
I figured out the solution to this problem. Follwoing 3 things should be
made sure of:
1. Never reinstall reporting services without first uninstalling it
completely... i.e first remove the registry entiries manually then only
reporting services uninstallation is complete.
2. In the RSWebApplication.Config file in Reports Manager , the
ReportServerURL key should have a value as https:/IP(of the report manager
virtual directory)/ReportServer . If in other Report Server and Report
manager .Config files, you find localhost... replace it with the IP of the
virtual directory where reports manager and report server are installed.
3. When you deploy the report, in the configuration properties for the
project .. in the deployment path, again specify the IP instaed of
localhost...
If all these 3 things are taken care of.. then this error will not occur...
When i fixed all these, it worked for me.
pmud
"Rajesh" wrote:
> Run the rsconfig.exe utility specifying the new server name along with the
> security information.
> You need to update the server URL in the file rswebapplication.config
> In your Report Manager directory, look for a RSWebApplication.config file.
> Open it and look for something like:
> <ReportServerUrl>http://Youroldservername/ReportServer</ReportServerUrl>
> Good luck!
> Rajesh
> MCSD.NET
> http://meenrajan.blogspot.com
>
>
> "Neil Wright" wrote:
> > I have been getting the following error since re-installing Reporting
> > Services (I had to set up my Virtual PC again from scratch): "The underlying
> > connection was closed: The remote name could not be resolved" when I try to
> > gain access via http://localhost/reports (and when trying to run a report
> > using a BI product called TARGIT). I have read one other post relating to
> > this error - the author re-installed Reporting Services and the problem went
> > away - I have tried the same thing and still get the error. I also get the
> > error on Reporting Services with and without SP2 installed.
> >
> > Can anybody help?