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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Email sending does not work in batch mode

Hello there,

I have a Windows Batch File where I execute sequentially the load of all the QV that I use. But when one fails, the others doesn't load. So I found the way to prevent this by using the ErrorMode = 0;


But if one QV fails, I want to receive an e-mail reporting this issue. So I configure the User Preferences of my QV in this way

userPreferencesQV.JPG

Whereas the alert configuration has this look:

AlertsQV.JPG

The fact is that when I'm in the Interactive mode (when I manually reload) the mail is correctly sent. But when I try to reload in Batch Mode it's not.

Does it required a special configuration? What am I doing wrong?

Thank you very much

1 Solution

Accepted Solutions
Not applicable
Author

Problem solved.

I was executing the .qvw in my local 32 bit machine and it worked fine. But the batch file were located in a 64 bit server. I had to reconfigure the .qvw on the server in order to make it work.

Thanks

View solution in original post

1 Reply
Not applicable
Author

Problem solved.

I was executing the .qvw in my local 32 bit machine and it worked fine. But the batch file were located in a 64 bit server. I had to reconfigure the .qvw on the server in order to make it work.

Thanks