Server Timeout Setting?
Server Timeout Setting?
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 (12 KiB) Viewed 2498 times
-
- Posts: 7023
- Joined: Tue Mar 20, 2018 5:34 am
Re: Server Timeout Setting?
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.
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?
Thanks Lech!
-
- Posts: 7023
- Joined: Tue Mar 20, 2018 5:34 am
Re: Server Timeout Setting?
Hello,
You are welcome.
You are welcome.