Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
By default, it executes all the steps and log file gets generated with pass and fail. I want to add control in my script that if any condition fails, the execution should stops and reports message in log file. Is it possible?
The reload should stop on error by default. Unless you have
SET ErrorMode=0
in the script. If you have this setting, remove it.
-Rob