Forum Discussion
How can I know the timeout settings or retry settings allowed for semantic model on my server?
- 11 months ago
Hi mlane ,
Yes, that document link is correct for rsreportserver.config.
DatabaseQueryTimeout - applies only to the ReportServer DB itself, not your dataset queries.
ProcessTimeout - controls worker process lifetime, not dataset queries.
ScheduledRefreshTimeoutMinutes - the key setting for dataset refresh duration (default 120 minutes).
Retries (4) - hardcoded in PBIRS/SSRS for dataset refresh, not configurable anywhere. The only configurable retry is for subscription delivery (default 3).
In short, you can adjust timeout values (via SSMS or rsreportserver.config), but retry attempts for refresh are fixed and cannot be changed.
Thank you.
Hi mlane,
Do you have permissions to remote into the server hosting PBIRS?
If so, you can connect to the reporting services in SSMS and see all the settings in there.
If you don't have access you will need to work with your IT team that does have access to be able to get this info.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- mlane11 months ago
Helper I
Thanks for your reply! I am going to merge the discussion to what venpuu was saying.
I am some permission to pull data from the remote server and I work with the person who has direct access. I need to know what settings I am looking for in the power bi gateway and its configuration file.- tayloramy11 months ago
Super User
Hi mlane,
Once connected to the report server in SSMS, go to server properties -> advanced:
under other there is sessionTimeout:and then under user-defined are a lot more timeouts like:
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.