Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_lampert
Contributor III
Contributor III

Mail Settings for Alert

Hello Community,

I want to send an Mail, if the Conditition of an Alert is ScriptErrorCount > 0. So I set the correct Adress and Port from my Server in the Mail Settings from the User Preferences. Works perfectly on my local machine.

Now here is the problem: if the job is done through the QMC, the system can not send the mail. That is because the Mail Settings are only User Preferences. There are no longer available if the job is done with the QMC.


So the question is: how can a specific alarm be sent via the QMC?


Bild1.png

Any Ideas?

Greetings fom Germany

David

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi David,

I assume you are using the Qlik Management Console for the scheduling.

If Yes then you need to do the mail settings in QMC under "Mail Server".

Go to -> QMC-> System-> Setup-> Mail Server.

https://help.qlik.com/en-US/qlikview/November2017/Subsystems/QMC/Content/QMC_System_Setup_MailServer...

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
mr_lampert
Contributor III
Contributor III
Author

Hi Kaushik,

almost. I want to sent an Mail with the alert function if a condition is true. Is this still possible if the job is executed with the QMC?


Regards,

David

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

It wont be possible unless you have publisher or Nprinting.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
mr_lampert
Contributor III
Contributor III
Author

Unfortunately not. Only QV and the QMC.


Then I solve that in the script. For Example:


If ScriptErrorCount > 0 Then

    EXECUTE('VB Script for Mail')

ENDIF