April 8, 2010 at 12:17 am
I have automated the process of ssis package execution. But i want to send an email to the operator soon after the job scheduled gets completed.
How to send the e-mail.
Please reply if you know the answer
Sachin
April 8, 2010 at 1:11 am
Have you tried using the Send Mail task?
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
April 8, 2010 at 1:27 am
Hi Phil I tried to use that but I got struck in configuring smtp server.
Is there any other method other than using send mail task or how to proceed in this itself
April 8, 2010 at 1:36 am
If you are using a job in SQL Agent, you can use the Notifications tab in the properties window of the job. Click E-mail, choose an operator (this must be added by your DBA) and then choose When the job succeeds.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 8, 2010 at 1:42 am
Hi,You can configure smtp mail by asking your system administration.By the way are you using Microsoft Mail like outlook etc or Lotus (IBM).If it is Microsoft mail than u can check incoming mail server IP address or ask your system admin ,thanks hope it helps
April 8, 2010 at 1:46 am
Hi i tried this now, but execution of package was successful but In history log its showing message "Failed to Notify Sachin.R via email"
How to solve this issue. Please help me
April 8, 2010 at 2:04 am
Are you added as one of the operators?
If you are, are all your credentials set up correctly in SQL Server?
This is more of a DBA issue than a SSIS issue, so I'm not really familiar with this problem.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 8, 2010 at 2:34 am
k Thank you very much da-zero for responding to my problem
April 8, 2010 at 4:37 am
I have got it done. I added send mail task and configured smtp with help of admin and it was successful.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply