Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an issue with extract load where I load one by one tables from a datawarehouse into qvd files and save them to qlik server.
For unknown reason I get error 6 on test server and it runs ok on production and vice versa. This error hasn't happened again if I just rerun the script.
I'd simply want to do "If error = 6, rerun previous load statement and don't interrupt the whole script from running, if error = 0, carry on, else fail the script"
Is there any simple way to do this?
Regards,
Pena
use error mode set it to 0
which means script will not exit when encountered with an error.
then implement your logic appropriatly