Forum Discussion

mlane's avatar
mlane
Icon for Helper I rankHelper I
11 months ago
Solved

How can I know the timeout settings or retry settings allowed for semantic model on my server?

  So I can tell from the refresh history that I have about 5 datasources that were set to have timeout and retry attempts.    It looks like it retries about 4 times.   How can I tell the number of r...
  • v-venuppu's avatar
    10 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.