Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Reload error notification

Hi All,

If QVW file failed to reload i need to send email notification and for successfuly reload need to send
notification as Reload completed successfully.

But i need to send this by using QVW file only not by using QMC as we are using windows batch file.

Shall we use alert otion for this if so how to implement this.

Please suggest

Thanks

1 Reply
petter
Partner - Champion III
Partner - Champion III

You need to set the ErrorLevel to 0 and then check at the end of the load script if any Errors has been encountered.

then you can do an:

EXECUTE powershell Send-MailMessage -To someone@some.com -From qv-reload -Subject "Error_message" -Body "More comprehensive error message" -SmtpServer yoursmtpserver.com;