Hi,
For the sake of simplicity, lets say I have created an SSIS package with:
One "Configuration File" and two "Send Mail Tasks".
The Configuration file has the following property in it:
Configuration ConfiguredType="Property" Path="\Package\FailureNotify.Properties[ToLine]" ValueType="String">
The first "Send Mail Task" has the Name property of FailureNotify and at runtime picks up the values from the Configuration file.
I would like the second "Send mail task" to also pick up it's values from the same Configuration file but to do that I would have to give it the same name property as the first Send Mail Task which is obviously not allowed.
Can anybody assist?
Cheers