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-24 : 01:53:35
|
hiI am using SSRS for Reports. Every thing working fine, but i have one problem when my rport get the 2000 record (each record showing on single page in my senario) then ReportExecutionService.Render method did not return array of byte[].Can u help me as soon as possible.thanks in advancearvind |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-06-24 : 01:56:21
|
Is that your last record? also didnt understand why you're showing 1 record/page. is it the requirement? |
 |
|
arvind
Starting Member
12 Posts |
Posted - 2008-06-24 : 02:38:02
|
quote: Originally posted by visakh16 Is that your last record? also didnt understand why you're showing 1 record/page. is it the requirement?
hi visakh,first of all thanks for reply. Yes there are client need that show one record(means one item) showing in one page another in other page. but this is not a matter if i trying other report which is showing 20 record in a page and if recored size is 40000 then it create 2000 report pdf page and it gives error ReportExecutionService.Render method like "ex.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--." string"any body have any idea please give reponse asap. |
 |
|
|
|
|