Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP

QlikView Test mails can be sent successfully but task mails cannot, what to check?

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Andre_Sostizzo
Digital Support
Digital Support

QlikView Test mails can be sent successfully but task mails cannot, what to check?

Last Update:

Oct 12, 2021 9:23:24 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 16, 2016 8:20:32 PM

Typical scenario:

  • SMTP server settings are done in QMC.
  • Test emails can be sent out successfully.
  • Task emails (either notifications or distributions) cannot be sent out.
  • Task logs show:

    Information    Sending Alert mail
    Warning    Failed to send mail to mail@domain.com

 

Environment:

QlikView 

 

Test emails and task mails are sent out by different processes, hence extra settings on SMTP server side may be necessary.

  1. Verify that the Mail Server is correctly configured in the QlikView Management Console. 
  2. If the Mail Server was set up after the tasks were set up, recreate the task. The eMail server information will otherwise not be sent to the task. 
  3. If step 2 cannot fix the problem, the cause is likely on SMTP server side rather than QlikView side. Please involve the SMTP server admin and explain the following points:
    1. Test mails are sent out by QlikView Management Service(QMS), or QVManagementService.exe
    2. Task mails are sent out by QlikView Distribution Service(QDS), or QVDistributionService.exe
    3. SMTP server may be allowing QMS to send email but disallowing QDS -- needs to be configured by SMTP server admin
    4. QMS and QDS may be running on different servers, which have different permissions to send emails -- needs to be configured by SMTP server admin
    5. QMS and QDS may be running under different accounts, which have different permissions to send emails -- needs to be configured by SMTP server admin
    6. Change the QVManagementService.exe.config that is located at C:\Program Files\QlikView\Management Service. You will need to change <add key="UseSSLForSMTP" value="false"/> from false to true.
    7. change the QVDistributionService.exe.config that is located at C:\Program Files\QlikView\Distribution Service. You will need to change <add key="UseSSLForSMTP" value="false"/> from false to true.

       
Labels (1)
Contributors
Version history
Last update:
‎2021-10-12 09:23 AM
Updated by: