Send mail task throwing error

278 Views Asked by At

I have developed SSIS package where in I have added Send mail task in Event handler. I have also enabled Logging and sending that log file from mail if package fails.I have written expression for creation of log file and also in File attachment property of Send mail task.Upon executing, my log file is getting successfully created but it is not getting attached in send mail task and throwing error that " File does not exist or you do not have permissnio to access it." I also have set 'Delay Validation' property to true. When I tried with some other file (without expression) at same path it is working properly.

0

There are 0 best solutions below