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