Groups | Blog | Home
all groups > sql server reporting services > february 2005 >

sql server reporting services : Reporting Services - The underlying connection was closed: The remote name could not be resolved.


jason_wisdom NO[at]SPAM yahoo.com
2/11/2005 1:39:41 PM
Hi, Help, I am having trouble getting SQL Server 2000 Reporting
Services to work on my laptop computer. I have gotten it to work in
office/development environments several times, so it's not just
beginner cluelessness.

Installing onto Windows XP professional, 384 MB RAM, SQL Server 2000
Developer's Edition with SP 3a, ASP.NET 1.1, VS.NET 2003, not connected
to any network or even internet/wireless.

Installation ran fine, no error messages. Designer works fine, I can
select queries from my local NorthWind connecting as "sa". (I know
about not using sa, but this is for simplicity's sake)

Deploy seems to work fine. However, when I hit F5 (Play) or open IE
and navigate to localhost/Reports/Pages/Folder.aspx, I see this...


(X) Error
---------------------------------------
The underlying connection was closed: The remote name could not be
resolved.

Home
----


What can I do to fix this?

Thanks.
Jason

ps - localhost/reportserver?... works just fine. But the Report
Manager doesn't come up.
Lukasz Pawlowski [MSFT]
2/12/2005 11:01:32 AM
First thing I would do is check my proxy settings in your browser. Ensure
you have selected to bypass the proxy for local request.

Next I would ensure that the machine name of your comptuer is the same as it
was when you intalled report server (the setup uses that value when forming
the URL).

Next, check that in the file rswebapplication.config under the report
manager install folder, you should find the entry reportserverurl. Ensure
the URL references your actual machinename.

If that fails, try to remove the reportserverurl element and replace it with
a reportservervirtualdirectory element and set the value to the path
"/reportserver". This should mean the report manager will look for the
report server on whatever path you access it on (e..g if you type
http://localhost/reports in the address bar, report manager will look at
http://localhost/reportserver to find the URL.

-Lukasz


--
---
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button