Page 1 of 1

Generating huge report causing Timeout error.

Posted: Fri Oct 27, 2023 8:03 am
by SunilKumar
When I try to generate a huge report.
I am getting the time out error.
I use 120 as the timeout.
When the Timeout occur the server the STIMULSOFT is hosted stop responding for few minute and return "ERR_EMPTY_RESPONSE"
I tried to access the report in different browser and result was same as above.
But after few minute the server start responding on all the browser.
I'm using below code to render the report

Code: Select all

StiNetCoreViewer.ViewerEventResult(this, report)

Queries
1. How can i render huge report without timeout error and
2. If some how the timeout occurs the server should not stop responding.

Re: Generating huge report causing Timeout error.

Posted: Sat Oct 28, 2023 5:10 pm
by Lech Kulikowski
Hello,

Please check the following article:
https://www.stimulsoft.com/en/documenta ... imeout.htm

Thank you.

Re: Generating huge report causing Timeout error.

Posted: Mon Oct 30, 2023 8:31 am
by SunilKumar
Can I set CommandTimeout in .mrt file for specific datasource.

Re: Generating huge report causing Timeout error.

Posted: Tue Oct 31, 2023 7:29 am
by Max Shamanov
Hello,

You can set CommandTimeout for table.
Please check the attached image.

Thank you.