Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
stigjones
Starting Member
1 Post |
Posted - 2009-04-16 : 18:06:33
|
Hi,Sorry for the long description - it's a messy problem.I am using SSRS with SQL Server 2005 where the report server runs on one box and report database on another. I am aware that reports (built using Report Builder) can be access via the two virtual directories provided: ReportManager and Report Server. The problem is I can view the reports fine in ReportManager but when I go to https://localhost/ReportServer and see the reports in the directory they simply don't load when I click them - the browser cannot find the page (e.g. url is: https://localhost/ReportServer?%2fReport1&rs:Command=Render).I have noticed that when I go to ReportServer the heading on the page says: "MIDashboard/ReportServer - /" when 'MIDashboard' does not represent the full domain name of the web server. I do not experience this problem on my local box, so I'm not sure if it is just getting confused between the domain name and localhost or the connection to the database server.Another note is that the data sources and models can be viewed fine via the ReportServer, it just seems to be the reports even though they work in ReportManager.Any help would really be appreciated,Thanks,John. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-04-17 : 11:11:51
|
what have you given as virtual directory name in reporting services configuration manager? |
|
|
|
|
|