Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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;