Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
It takes 10minutes to execute my script initially which is correct ,but execution is halted (Time is not running ) and skipping script which has to be executed and at end it is displaying message script execution failed and asking for reload old data
please give me some ideas on this to overcome this .
Thanks
Hi,
So does your script_execution start at all or does it just stall and then you get that message? Does it access a database? I have had the issue that with our database, accessing certain very big tables always made the script_execution halt for a while, but then it continued - but it might be in that case that the connection is broken.
Hi,
Run your script in Debug and see where it is hanging.
Bill
Hi ,
Thanks for reply !!!Yes it access a database .It halted for a while (15mins) and started execution.Connection is good.
maybe
- enable logfile (document properties -> general)
- Flush script log after each write (user preferences --> general)
- reload