Page 1 of 1
Application Down when Report Generated
Posted: Thu Dec 17, 2009 4:36 pm
by iman_22a
Hi StimulSoft
Application pool of IIS that my host run on it being down when my report starts to generate (or ion generation process).
I understand that this event thrown when report ham more than 100Records .
Please Help me
Application Down when Report Generated
Posted: Fri Dec 18, 2009 7:25 am
by Edward
Hi
Yes that could be this way, it depends on amount of consumed memory for rendering of the report. Maybe there were heavy images in the report?
Thank you.
Application Down when Report Generated
Posted: Fri Dec 18, 2009 9:23 am
by iman_22a
Edward wrote:Hi
Yes that could be this way, it depends on amount of consumed memory for rendering of the report. Maybe there were heavy images in the report?
Thank you.
Hi Dear Edward
No, I don't have any Images in my report, just texts and integers includes in my report.
Application Down when Report Generated
Posted: Fri Dec 18, 2009 4:21 pm
by Jan
Hello,
Can you create sample project which illustrate this problem?
Thank you.
Application Down when Report Generated
Posted: Sat Dec 19, 2009 5:53 am
by iman_22a
Jan wrote:Hello,
Can you create sample project which illustrate this problem?
Thank you.
I'm Sorry.My project is large enough.i cant summerize that.
Application Down when Report Generated
Posted: Thu Jan 07, 2010 12:39 pm
by Andrew
Hello,
Unfortunately, there are some limitations in memory amount that is used in ASP.NET process.
If a report require big amount of memory to be rendered and showed then you have two ways:
1. Increase the memory on the server;
2. Decrease the amount of pages in a report or type of output information. For example, you may output your report in parts or during a period of time.
Thank you.