I have an SSIS package that will be executed several times per day. I am creating new log file for each package execution. The log file connection manager, connection string is dynamically derived from an expression (filepath+filename literal +rundatetime).
If the package fails, I would like to include the connection string as a link to the file in the email source, how could I access this property from the send mail task?
The connection manager connection string is not an exposed as a system variable.