When we generate large reports (150 + pages) and then try to export those reports as PDFs, we get the following errror: Report is unavailable or session has expired.
We have increased the seession timeout to 60 in the web.config
<
sessionStatetimeout="60" />
Any ideas?
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 04 Jan 2010, 12:52 PM
Hi Shawn,
Do you have this problem only with large reports or on all reports in your app? We have listed all known reasons for this error message in the following KB article: Report is unavailable or session has expired error message - please review it and let us know how it goes.
This only happens on large reports when it is running on the web server. I have a report that is 166 pages. It runs on my laptop, but it fails on the webserver. The report is generated from a SQL Server database running on the web server.
0
Steve
Telerik team
answered on 05 Jan 2010, 04:44 PM
Hello Shawn,
Thank you for the clarification. I believe it is #2 from the KB article I referenced in previous post - insufficient memory for the asp.net process, due to which the application pool is recycled. Check how much memory does this report utilize and make sure you have enough available on your web server.