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 |
rajkumarrai_bis
Yak Posting Veteran
78 Posts |
Posted - 2009-05-01 : 07:01:59
|
Hi,We have a clustered Sql server 2005 and IIS server.we needed to deploy sql 2005 reporting services.i installed SSRS and completed all the steps successfully from reporting services configuration managernow when i try to open http://localhost/reports/ i get bad request errorwhen i directly open the default page specified in reports virtual directory , i get following error"The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. A name was started with an invalid character. Error processing resource "I have tried folowing steps1. checked .Net version of the virtual directories created, it is 2.0.50727, i have .net 2.0 version installed on local system, so .Net version doesn't seems to be the issues here2. Deleted and recreated virtual directories3. ran "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i"Please help |
|
ahmad.osama
Posting Yak Master
183 Posts |
Posted - 2009-05-01 : 07:41:47
|
quote: Originally posted by rajkumarrai_bis Hi,We have a clustered Sql server 2005 and IIS server.we needed to deploy sql 2005 reporting services.i installed SSRS and completed all the steps successfully from reporting services configuration managernow when i try to open http://localhost/reports/ i get bad request errorwhen i directly open the default page specified in reports virtual directory , i get following error"The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. A name was started with an invalid character. Error processing resource "I have tried folowing steps1. checked .Net version of the virtual directories created, it is 2.0.50727, i have .net 2.0 version installed on local system, so .Net version doesn't seems to be the issues here2. Deleted and recreated virtual directories3. ran "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i"Please help
did u chk event logs and sql logsRegards,Ahmad Osama |
 |
|
rajkumarrai_bis
Yak Posting Veteran
78 Posts |
Posted - 2009-05-06 : 08:23:41
|
Hi Ahmad,thanks for the help.yes i did checked the event logs and sql logs but couldn't find anything useful.but there is some good news,this problem is resolved :)the problem was that default website was set to listen on some specific IP along with host file entry for localhost 127.0.0.1now since SSRS virtual directories gets created under default website so browser was not able to host them.setting default website to all unassigned ipaddress solved the problem |
 |
|
|
|
|
|
|