First time delay accessing Report Server

  • I have a standalone XP SP3 machine with SQL Server 2005 SP2 and have deployed a report. When the machine is restarted, the very first time that I launch IE7 and navigate to the report URL, there is a delay and after a couple of minutes IE times out and displays an error. From this point forward, if I again launch IE and navigate to the URL the report is accessible immediately and works fine. Any tips for how to prevent the first time delay/timeout?

  • it's the nature of the beast; the Just-In-Time Compiler, after a restart, has to recompile any pages and put them into memory.

    First time the web page is accessed, it compiles that page/report, so the first time is slow, and quick after that.

    only way around it is to have some other process hit the web page for you do it with IE; but the delay is going to be there somewhere.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply