Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Send Email by Macro

Hi All,

I can able to send a email by macro at Desktop level, however i could not do same at QMC level.

--> I am getting mail when i reload application by Desktop

--> I am not getting mail when i reload application by QMC


Can you help on this.

Thanks,

Nihhal.

3 Replies
Anonymous
Not applicable

Hi Nihhal,

In QMC if you set up System-->Distribution Service-->Alert Email, you will receive email message for any failure.

But if you want to receive "ok" email unfortunately the only way i know is to put yourself in the recipients lists.

Best,

Maurice

marcus_sommer

QMC tasks didn't execute macros. You will need to trigger batches with the desktop client maybe per command-line:

"C:\Program Files\QlikView\qv.exe" /r  "D:\GMApps\Qlikview\example.qvw"

"C:\Program Files\QlikView\qv.exe" /l  "D:\GMApps\Qlikview\example.qvw"

or per vbs:

Re: Copy and Reload a qvw using Command Line or VBS in background

Further this: Re: Sending mails macro vbs and this Re: Batch file QV reloads - are they reliable? might be helpful.

- Marcus

petter
Partner - Champion III
Partner - Champion III

When the QMC runs your script it is with different credentials from when you are logged in as yourself with your Desktop. How do you send the email in the first place?