Hi,
I am working on a SSIS package which has different data flow tasks. Upon package success or failure, I want to notify that in a text file, which gives the message of success or failure of data flow tasks which I have in the package.
For example,
I have 3 data flow tasks, now after completion of my package. I want to send the message to a text file in my local path which says
Data flow task 1 status : Success
Data flow task 2 status : Success
Data flow task 3 status : Success.
In this way, I want to show in the text file. Can anyone help me in this?
We are not using Send mail task for this purpose, we need to send the message to the text file for each and every step of the package...
Rahul