Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a file that when it is reloaded is freezing at a specific time during the loading process. Any ideas what causes this? My script has been frozen at 2:26 for about thirty minutes.
Thanks
If you are loading from DB probably you have a timeout (delay) while reading due to network or other operation performed on the db during load operation
If you enable Generate Logfile in Doc properties, you can open this when your reload freezes to see the last piece of successful code.
Have you tried to perform a limited load? When I connect to a DB and the windows freezes I do that in order to discard another type of error, because, in my experience, most of the time its the DB or the connection that takes a long time to deliver the info.