Page 1 of 1
Server Timeout Setting?
Posted: Mon Feb 03, 2025 11:18 pm
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.
Re: Server Timeout Setting?
Posted: Tue Feb 04, 2025 8:02 am
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.
Re: Server Timeout Setting?
Posted: Wed Feb 05, 2025 4:03 pm
by tbagby
Thanks Lech!
Re: Server Timeout Setting?
Posted: Wed Feb 05, 2025 9:58 pm
by Lech Kulikowski
Hello,
You are welcome.