Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rogeriobarbosa
Contributor II
Contributor II

To configure the server that when a load occurs error it automatically re-runs

Hello, how should I configure the server that when a load occurs error it automatically re-runs.

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Are you sure that the server can fix its own errors (and all of them, even things that aren't due to transient events) without you or another administrator looking into them ?

rogeriobarbosa
Contributor II
Contributor II
Author

I would like to do this because sometimes there is an error and when I go to check it out in the morning it is late, if the server simply executes the load again and solves it, is it possible to configure it?

vvvvvvizard
Partner - Specialist
Partner - Specialist

Maybe something like this

At the beginning of the script at Sub Rerun

at the end of script End sUB

sET ERROR MODE TO 0

Sub Rerun

IF SCRIPTERROR = 'GOOGLE THE ERRORS'

CALL Rerun