rwheeler23
asked on
Cannot see SSRS reports on W2008 server
I just brought a new SSRS 2008 server up online and moved my first 2005 reports over to it. I just noticed that when I go to any workstation and try to go to http://reportserver2008/Reports all I get is page cannot be displayed. None of the workstations can access the reports on this new server only by being on the server can I can access the reports. The IP port is the default. What am I missing here?
You have to re-deploy all your old 2005 to 2008.
ASKER
Let me rephrase my question.
I have a SSRS 2008 instance running with a report built and deployed and accessible when sitting on the server.
If I go to any workstation and try to go to the report server URL all I get is "page cannot be displayed"
I have added the Domain Users account to the security of this SSRS 2008 instance.
What must I do to allow users to access this instance of SSRS 2008.
I have a SSRS 2008 instance running with a report built and deployed and accessible when sitting on the server.
If I go to any workstation and try to go to the report server URL all I get is "page cannot be displayed"
I have added the Domain Users account to the security of this SSRS 2008 instance.
What must I do to allow users to access this instance of SSRS 2008.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
<Add Key="SecureConnectionLevel " Value="0"/>
ASKER
Here is the log file. I see something here about bad URL.
ReportServerService--10-04-2011-.log
ReportServerService--10-04-2011-.log
Please run IE as administrator. It will resolve your issue.
ASKER
Running as Administrator did NOT resolve the issue.
ASKER
I have tried using the IP address of the server and that did not work either.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
The reports run just fine in BIDS and in IE on the server. Something is blocking all the workstations from seeing the reports URL. I take the same URL that works on the server and paste it to a workstation and it does not work. I can ping the server by name and by IP address. Neither works for the reports. I am going to check to see if port 80 is blocked on the server.
ASKER
Port 80 was blocked. Now all workstaitons can see the 2008 reports.
ASKER
Got me pointed in the right direction.