Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Whereas the alert configuration has this look:
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
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
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