Generating huge report causing Timeout error.

Stimulsoft Reports.NET discussion
Post Reply
SunilKumar
Posts: 11
Joined: Fri Oct 20, 2023 10:10 am

Generating huge report causing Timeout error.

Post 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.
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Generating huge report causing Timeout error.

Post by Lech Kulikowski »

Hello,

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

Thank you.
SunilKumar
Posts: 11
Joined: Fri Oct 20, 2023 10:10 am

Re: Generating huge report causing Timeout error.

Post by SunilKumar »

Can I set CommandTimeout in .mrt file for specific datasource.
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Generating huge report causing Timeout error.

Post by Max Shamanov »

Hello,

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

Thank you.
Attachments
Designer_oYRDiEgm4I.png
Designer_oYRDiEgm4I.png (54.56 KiB) Viewed 7716 times
Post Reply