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 |
arvind
Starting Member
12 Posts |
Posted - 2008-06-23 : 06:20:44
|
hi to all,I am using Sql server reporting services.When i have create a report .rdl file and deploy it on Report server and than display that report on my application's .aspx page in pdf format using web services , every thing is perfactly working in my senario at the starting time but now i faced a problem with that. When record goes more than 2000 (in my senario a single record disply in a one report pdf page means for 2000 record in table that means its display in 2000 pdf page as with next forward option of pdf view),So in that cas it doesn't work, did now show any report and give the error asex.Message "Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.\r\nThe request failed with the error message:\r\n--\r\n<?xml version=\"1.0\" ?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" >\r\n<head>\r\n <title>Server Unavailable\r\n</title>\r\n </head>\r\n <body>\r\n <h1><span style=\"font-family:Verdana;color: #ff3300\">Server Application Unavailable\r\n</span></h1>\r\n <p>\r\n <span style=\"font-family:Verdana;\">\r\n The web application you are attempting to access on this web server is currently unavailable. Please hit the \"Refresh\" button in your web browser to retry your request.\r\n</span></p>\r\n <p>\r\n <b>Administrator Note:\r\n</b> An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.\r\n </p>\r\n </body>\r\n</html>\r\n\r\n--." stringAny body have any idea please help me as soon as possible.urgently--- any help will be appriciate.thanks in advance.arvind |
|
dexter.knudson
Constraint Violating Yak Guru
260 Posts |
Posted - 2008-07-09 : 06:27:53
|
What did the event log say? Also check the timeout settings. |
 |
|
|
|
|