Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to continue load after failure?

Hello.

I have to load a number of tables from web source. At first load process prepares necessary load information (generates list of URLs), then begins the load itself.

Problem is, that tables on the web site are dynamic and at any moment can be deleted or access to them blocked. So, from time to time during load I get the error message that table is inaccessible. I press OK button and process continues.

Question - is it possible to process errors in load process automatically (for example, ignore the error and continue with load) so that user should not sit in front of computer and press OK buttons in error message box?

Thanks!

1 Solution

Accepted Solutions
prieper
Master II
Master II

You can change setting of ErrorMode-Variable and/our build routines around the ScriptError-Codes.

HTH
Peter

View solution in original post

2 Replies
prieper
Master II
Master II

You can change setting of ErrorMode-Variable and/our build routines around the ScriptError-Codes.

HTH
Peter

Not applicable
Author

Thanks!