sql server 2012 - ssis send mail task: Error: An error occurred with the following error message: "The operation has timed out." -


ssis package in question runs series of stored procedures , fills 13 different excel files results , sends excel files 13 different users in attachments. package run stops message in title of question, sometime right in middle of sending or example today, on 4th user. files created because can see them in directories send mail task failing. when go visual studio , execute each send task manually, send task works fine though sometime still gives me error yet, still sends right file right person not thru ssis package run in sql server... tried delay smtp processes thinking might in way (to 660000 miliseconds) did not help. has happened anybody?.. answers in advance.

here full message task sent e-mail attachment regardless error when task manually executed...

[send mail task] error: error occurred following error message: "the operation has timed out.". progress: sendmail task completed. - 100 percent complete task send mail task inventory reports 038 failed finished, 12:03:03 pm, elapsed time: 00:00:00.655 

i think figured out why happening. in case / interested, here think has happened. trying expand timeout period thru script task, playing threading.thread.sleep value neglected same in smtp connection properties. when changed timeout value in properties smtp connection, error messages stopped coming :)

i wish post picture show property located reputation failed me!.. :( (less 10 points yet)

i in process of completing of changes post again final result hoping resolve of problems.

thanks showed interest.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -