Forums
This topic is locked
trapping an scriipt timeout error
Posted 16 May 2002 14:22:46
1
has voted
16 May 2002 14:22:46 johannes nel posted:
I have an script looking for a certain file with no chance of escape<% do until fileSysObj.fileexists(x.y)
loop %>
the engine in the bakground crashes periodically (it works hard!!), and thus, sometimes, the file is never created. this leads to an script timeout . Is there any way I can trap this error and handle it gracefully?