![]() |
Sergey Kornilov admin 8/22/2005 |
Hi, |
R
|
razvan author 8/24/2005 |
Sergey, |
![]() |
Sergey Kornilov admin 8/25/2005 |
Hi, Response.Write "</tr>" rs.MoveNext iNumberOfRows = iNumberOfRows + 1 loop End Sub
Response.Write "</tr>" response.flush More... rs.MoveNext iNumberOfRows = iNumberOfRows + 1 loop End Sub
|
R
|
razvan author 8/25/2005 |
Thank you for the solution - it worked patially only - meaning that it doesn't give the error anymore, but the final Excel exported file has incomplete records (in my case the search finds 19,180 total records and the Excel file has only 6,859 records...) |
![]() |
Sergey Kornilov admin 8/25/2005 |
Just in case check IIS timeout settings and increase it if necessary. |
R
|
razvan author 11/14/2005 |
Sergey, Active Server Pages error 'ASP 0113' Script timed out /TEST_VIEW_export.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.
I have checked the ScriptTimeout value and it is 3600 (1 hour). My export times out after only a few minutes. |
J
|
JCK 12/16/2005 |
Did you guys ever find the solution to this problem? I'm having the exact same export issue. |
![]() |
Sergey Kornilov admin 12/16/2005 |
Hi, Server.ScriptTimeout = 120 |
J
|
JCK 12/19/2005 |
Hi, please try modify Server.ScriptTimeoutvariable inside ..._export.aspfile. Locate this line and set the desired value: Server.ScriptTimeout = 120
|