Page 1 of 1

Render Timeout

Posted: Mon Mar 02, 2015 7:51 pm
by Paulo Lemos
Hi!

I have a really big report, that can reach more then 10k pages. Obviously, I'm getting a timeout error when rendering it sometimes.

I already tought of making an asynchronous process to generate a PDF file of the report, to be downloaded in another page. I don't know if this would be the best method to solve the problem. Considering that the query is on it's better possible performance, do you have any sugestions?

Thank you.

Re: Render Timeout

Posted: Tue Mar 03, 2015 6:09 am
by Alex K.
Hello,

Can you please send us a full error stack for analysis.

Thank you.

Re: Render Timeout

Posted: Tue Mar 03, 2015 1:42 pm
by Paulo Lemos
I can't Aleksey, sorry.

What is happening is that I have a Daily Account Report, and when I set the period between less then 10 days, takes about 20 seconds, but the report shows me around 200 pages with success. I will need to set the period to a whole year sometimes, that would take several minutes to execute the query on database, and the report would show more then 10.000 pages. Obviously, it's geting me a timeout error when it's still waiting for the query to execute on database.

I want to know if Stimulsoft suports some way to export the report, as a PDF file as an asynchronous process, so the user can download it later, when it's ready. If not, do you have any sugestion how to solve the problem?

I'm sorry about my english, could I make myself clear?

Thank you very much for your help.

Re: Render Timeout

Posted: Wed Mar 04, 2015 6:49 am
by Alex K.
Hello,

Please try to increase value for the CommandTimeout property for the DataSource.

Thank you.