Page 1 of 1

Script timeout?

Posted: Thu May 04, 2000 11:16 pm
by Thunderstone


When I try to run the following script I always get a time out error that says
"Your request exceeded the time limit. Please try again." What is causing
this and how do I fix it?

<script language=vortex>
<db = /path/to/webinator/db>
<a name=main>
<user=_SYSTEM>
<sql "drop index xhtmlbod"></sql>
<apicp keepnoise 1>
<sql "create metamorph index xhtmlbod on html(Title\Meta\Body)"></sql>
</a>
</script>

-david




Script timeout?

Posted: Thu May 04, 2000 11:42 pm
by Thunderstone


Add
<timeout=-1></timeout>
after the <db=> statement.
See http://www.thunderstone.com/vortexman/node53.html