Server Timeout Setting?

Stimulsoft BI Server discussion
Post Reply
tbagby
Posts: 24
Joined: Mon Apr 22, 2024 1:42 pm

Server Timeout Setting?

Post by tbagby »

I'm running a report that takes some time due to the large data being processed. I set my query timeout in the report to 120 and it works fine in preview on the desktop in designer. When I try to run it on BI Server though, I get the attached error. Is there a timeout setting in the installation that we should look at? Thanks.
Attachments
Screenshot 2025-02-03 171659.jpg
Screenshot 2025-02-03 171659.jpg (12 KiB) Viewed 2498 times
Lech Kulikowski
Posts: 7023
Joined: Tue Mar 20, 2018 5:34 am

Re: Server Timeout Setting?

Post by Lech Kulikowski »

Hello,

You can increase timeout for the designer, viewer in the config file (%ProgramData%\Stimulsoft-Server\):
<System>
<RequestTimeoutViewer>30</RequestTimeoutViewer>
<RequestTimeoutDesigner>30</RequestTimeoutDesigner>
</System>

Thank you.
tbagby
Posts: 24
Joined: Mon Apr 22, 2024 1:42 pm

Re: Server Timeout Setting?

Post by tbagby »

Thanks Lech!
Lech Kulikowski
Posts: 7023
Joined: Tue Mar 20, 2018 5:34 am

Re: Server Timeout Setting?

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply