Mythran
2010-04-09 23:06:34 UTC
This may be a question asked all the time, but I have checked on Google and
quite a few other places and can't seem to find a good answer.
I have an SSIS package that logs to a dynamically named file (based on the
start date of the package). I noticed that the log file name is whatever
the log connection's ConnectionString property is set to...then it creates
another log file with the name I gave it originally...
I know I can specify the log file by determining the log file's name first,
then set it in the configuration file, environment variable, or registry
prior to running the package and it would only create a single log file with
that name. Is there any way to create the log file with the formatted start
date as the log file's name from within the package without doing anything
external?
Thanks,
Mythran
quite a few other places and can't seem to find a good answer.
I have an SSIS package that logs to a dynamically named file (based on the
start date of the package). I noticed that the log file name is whatever
the log connection's ConnectionString property is set to...then it creates
another log file with the name I gave it originally...
I know I can specify the log file by determining the log file's name first,
then set it in the configuration file, environment variable, or registry
prior to running the package and it would only create a single log file with
that name. Is there any way to create the log file with the formatted start
date as the log file's name from within the package without doing anything
external?
Thanks,
Mythran