SSIS Send Mail Task and ForceExecutionValue Error
- by Kevin Shyr
I tried to use the "ForcedExecutionValue" on several Send Mail Tasks and log the execution into a ExecValueVariable so that at the end of the package I can log into a table to say whether the data check is successful or not (by determine whether an email was sent out)
I set up a Boolean variable that is accessible at the package level, then set up…