When generating a report as a large number of page generates the error below after 5 minutes of processing.
Error generating report large (buffer overflow)
-
- Posts: 11
- Joined: Thu Dec 10, 2009 11:06 am
- Location: Brasil
Error generating report large (buffer overflow)
http://img203.imageshack.us/img203/867/errom.png
When generating a report as a large number of page generates the error below after 5 minutes of processing.
:waaaht:
When generating a report as a large number of page generates the error below after 5 minutes of processing.
_______________________________
Guilherme Ferrari Junior
Guilherme Ferrari Junior
Error generating report large (buffer overflow)
Hi,
Huge amount of pages in a web reports can lead to the lack of server memory. More than 300 pages is a very big report for Web. It could take around 300...500Mb of the ASP.NET server memory and even more if there are images in the report pages. The server itself does not provide such amount of memory for the process and rendering can be interrupted. There is only one decision. It is to split big report into some smaller ones.
You also could use dialogue forms and parameters to create reports no so big.
Thank you.
Huge amount of pages in a web reports can lead to the lack of server memory. More than 300 pages is a very big report for Web. It could take around 300...500Mb of the ASP.NET server memory and even more if there are images in the report pages. The server itself does not provide such amount of memory for the process and rendering can be interrupted. There is only one decision. It is to split big report into some smaller ones.
You also could use dialogue forms and parameters to create reports no so big.
Thank you.
-
- Posts: 11
- Joined: Thu Dec 10, 2009 11:06 am
- Location: Brasil
Error generating report large (buffer overflow)
More because when I generate the report in pdf, no error occurs. The following code below.
------
StiReport report = ReportSource;
report.RegData(ReportData);
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(this, report, false);
--------
------
StiReport report = ReportSource;
report.RegData(ReportData);
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(this, report, false);
--------
_______________________________
Guilherme Ferrari Junior
Guilherme Ferrari Junior
Error generating report large (buffer overflow)
Hi Guilherme Ferrari Junior,
In that case report will not be saved in the page cache for later rendering.
Thank you.
In that case report will not be saved in the page cache for later rendering.
Thank you.
-
- Posts: 11
- Joined: Thu Dec 10, 2009 11:06 am
- Location: Brasil
Error generating report large (buffer overflow)
What is the difference to generate the report in page or in pdf ?????
You can display Memory overflow occurs, generating the report in pdf ??????
You can display Memory overflow occurs, generating the report in pdf ??????
_______________________________
Guilherme Ferrari Junior
Guilherme Ferrari Junior
Error generating report large (buffer overflow)
Hi Guilherme Ferrari Junior,
We used that fact to allow pdf generated for huge reports. Unfortunately the same technique will not work for web page.
Please reduce your report, sorry there is no other way.
Thank you.
We used that fact to allow pdf generated for huge reports. Unfortunately the same technique will not work for web page.
Please reduce your report, sorry there is no other way.
Thank you.