Groups | Blog | Home
all groups > sql server reporting services > april 2007 >

sql server reporting services : View: The page cannot be displayed


Rob G
4/28/2007 2:06:02 PM
I can access the Reports Manager and all the tab pages in the manager from my
home PC by authenticating the username and password, BUT THE REPORTS THAT I
UPLOAD WILL NOT RENDER REMOTELY.

If I log into the actual server, I can see and view the reports just fine.
I am using SQL Server 2000 and IIS 6.0 and .NET 2.0.

Once I get this working I'll be deploying the reports to the users via
hyperlink. First things first though. Is this a Role thing?
EMartinez
4/29/2007 10:48:37 AM
[quoted text, click to view]


It sounds like your remote authentication is fine. This might sound
trivial, but do you have pop-ups blocked in your web browser at home?

Regards,

Enrique Martinez
Sr. Software Consultant
Rob G
4/29/2007 11:58:01 AM
I have pop-ups turned off and also have temporarily turned off the firewall
and antivirus.

[quoted text, click to view]
Rob G
4/29/2007 7:54:02 PM
I may have solved this: I changed the ReportServerURL value from just the
server name to a FQDN in the RSWebApplication.Config file.

From:
<ReportServerUrl>http://SERVERNAME/ReportServer</ReportServerUrl>

To:
<ReportServerUrl>http://SERVERNAME.DOMAIN.com/ReportServer</ReportServerUrl>

I guess that makes sense.

[quoted text, click to view]
AddThis Social Bookmark Button