E-mail the messgae of job completion in SSIS

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • k Thank you very much da-zero for responding to my problem

  • 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