Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1008027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:42:25+00:00 2026-05-16T08:42:25+00:00

There’re some problem. I have a report which is executed long time. When the

  • 0

There’re some problem. I have a report which is executed long time. When the one hour passes “The page cannot be displayed” error is appear.
I think it’s smth. with timeout settings.

This settings had been increased:

C:\Program Files\Microsoft SQL Server\MSSQL.2\ReportingServices\ReportManager\Web.config
C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\Web.config

<httpRuntime executionTimeout=”18000“/>

C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\rsreportserver.config

<Add Key=”SQLCommandTimeoutSeconds” Value=”18000“/>

<Add Key=”MaxActiveReqForOneUser” Value=”20″/>

<Add Key=”DatabaseQueryTimeout” Value=”18000” />

Also:

Report Manager->Site settings->Report Execution Timeout->select “do not timeout report execution”.

Changes doesn’t solved my problem.

May be there’re smth. in IIS configuration?
Is there’re any other timeout settings I should to increase?

Hope for your help. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:42:25+00:00Added an answer on May 16, 2026 at 8:42 am

    Couple of options:

    1) Modify SessionTimeout and SessionAccessTimeout system properties.

    Here is a sample script for rs.exe which will set these values for you:

    Public Sub Main()
        Dim props() as [Property]
        props = new [Property] () { new [Property](), new [Property]() }
    
        props(0).Name = "SessionTimeout"
        props(0).Value = timeout
    
        props(1).Name = "SessionAccessTimeout"
        props(1).Value = timeout
    
        rs.SetSystemProperties(props)
    End Sub 
    

    You can run this script with the following command:

    rs -i sessionTimeout.rss -s http://localhost/reportserver -v timeout=”6000″The timeout is expressed in seconds, so this example sets the SessionTimeout and SessionAccessTimeouts to about an hour and a half.

    (via http://blogs.msdn.com/b/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx)

    2) Change Report Execution Timeout via Report Manager
    Open Report Manager
    At the top of the page, click Site Settings. This opens the General Properties page of the site.

    Report Execution Timeout
    Specify whether report processing times out after a certain number of seconds.
    (via http://msdn.microsoft.com/en-us/library/ms181194.aspx)

    3) Set the HttpRuntime ExecutionTimeout

    a. Open the ReportServer’s Web.config file by going to Start -> Administrative Tools -> Internet Information Services.

    b. From there, expand Web Sites -> Default Web Site, and click on ReportServer. On the right-hand pane, right-click ‘Web.Config’ and select ‘Open’.

    c. Locate the HttpRuntime parameter. If it doesn’t exist, you will have to create it within the section.

    d. Set the executionTimeout value to ‘10800’ (3 hours) as shown below:

    <system.web>
    <httpRuntime executionTimeout = "10800" />
    </system.web>
    

    4) Increase the script timeout on the report server

    1. Go onto your Reporting Server and open up Internet Information Services; right-click on the ReportServer and select Properties.
    2. Go to the Options tab, and set the ASP Script timeout to 300 seconds (this didn’t really work for me).

    5) Set the report to never time out on the server

    1. Open your web browser on the server and go to http://localhost/Reports
    2. Navigate to the Report location and click on the problem report(s).
    3. On the left-hand pane, click on Properties.
    4. In the ‘Report Execution Timeout’ click the ‘Do not timeout report execution’.
      (via http://geekswithblogs.net/ssrs/archive/2009/10/30/steps-to-resolve-ssrs-timeout-issues.aspx)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There are several shading languages available today like GLSL, HLSL, CG, which one to
There is some contradiction in the api documentation: on one location: https://developer.foursquare.com/docs/responses/user on another
There was some progress made to the earlier problem. Now there is a new
There are numerous Agile software development methods. Which ones have you used in practice
There's a Rails 3.2.3 web application which doesn't use any database. But in spite
There is a directed graph having a single designated node called root from which
There are two intents on the receiver side which are called from the same
There are two table s : one is the master and one the detail
I have just tried to save a simple *.rtf file with some websites and
There's a bug in FireBug: I accidentally clicked where the line numbers are, which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.