This topic is locked

TIME OUT - Version 4.0.98

11/6/2006 12:54:36 PM
ASPRunnerPro General questions
Alberto author

Sergey, I am getting this error again. I the previews version 3.1 was fixed. But, somehow I am getting it in this one now (v4.0.98).
I already change the IIS several times up to 1200 seconds and did the same in the export.asp.
It works against SQL Server Database View. The view is quite slow because it is joining huge tables but with MS Query Analyzer take about 60 second to run. Can't compare to Query analyzer but just to give you more info about the problem.
Also, it takes a litle while to show the screen with 20 records (Not a proble at all) and if I change to show 100 or 500 it times out too. THANKS
Active Server Pages error 'ASP 0113'

Script timed out

/olr/PROCSREPORT/BV_FINANCE_PROCEDURES_REPORT_list.asp

The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.

Sergey Kornilov admin 11/6/2006

In the beginning of BV_FINANCE_PROCEDURES_REPORT_list.asp put the following:

Server.ScriptTimeout = 300