Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stabben23
Partner - Master
Partner - Master

PDF warning without sending mail

Hi I have a problem when I try to distribute pdf using Publisher. The problem occur only sometimes and I cant find any good information in the logfile.

The only thing is this when it gives me a warning:

(2015-05-21 16:15:59) Information: Distributing

(2015-05-21 16:15:59) Information: Distributing using resource "ProductCV LookALike_MailAttachment_1".

(2015-05-21 16:16:14) Warning: Failed to send mail to 1@xx.com

(2015-05-21 16:16:29) Warning: Failed to send mail to 2@xx.com

(2015-05-21 16:16:44) Warning: Failed to send mail to 3@xx.com

(2015-05-21 16:16:59) Warning: Failed to send mail to 4@xx.com

(2015-05-21 16:17:14) Warning: Failed to send mail to 5@xx.com

(2015-05-21 16:17:29) Warning: Failed to send mail to 6@xx.com

(2015-05-21 16:17:45) Warning: Failed to send mail to 7@xx.com

(2015-05-21 16:18:00) Warning: Failed to send mail to 8@xx.com

(2015-05-21 16:18:15) Warning: Failed to send mail to 9@xx.com

(2015-05-21 16:18:30) Warning: Failed to send mail to 10@xx.com

(2015-05-21 16:18:45) Warning: Failed to send mail to 11@xx.com

(2015-05-21 16:19:00) Warning: Failed to send mail to 12@xx.com

(2015-05-21 16:19:15) Warning: Failed to send mail to 13@xx.com

(2015-05-21 16:19:30) Warning: Failed to send mail to 14@xx.com

(2015-05-21 16:19:45) Warning: Failed to send mail to 15@xx.com

(2015-05-21 16:20:00) Warning: Failed to send mail to 16@xx.com

(2015-05-21 16:20:00) Warning: Distribution reported warnings for resource "ProductCV LookALike_MailAttachment_1" (MailAttachmentDistributionResource). Warnings=16

(2015-05-21 16:20:00) Warning: Distribution to resources reported warnings. Warnings: 17

(2015-05-21 16:20:00) Information: Deleting temporary files.

(2015-05-21 16:20:00) Information: Closing the document.

I can also find this in a logfile: Failed to delete temporary directories

This logfile when it success:

(2015-05-21 12:22:49) Information: Distributing

(2015-05-21 12:22:49) Information: Distributing using resource "ProductCV LookALike_MailAttachment_1".

(2015-05-21 12:22:59) Information: Distribution finished successfully.

(2015-05-21 12:22:59) Information: Deleting temporary files.

(2015-05-21 12:23:00) Information: Closing the document.

10 Replies
stabben23
Partner - Master
Partner - Master
Author

also find this in the Application Event log:

Exception=System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated.

The server response was: 5.7.1 Client was not authenticated

   at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)

   at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)

   at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)

   at System.Net.Mail.SmtpClient.Send(MailMessage message)

   at QDSMain.SMTPServerResource.SendMail2(ILogBucket logBucket, SmtpClient smtpClient, MailMessage mailMessage, Boolean validateMailAddress)