Hello, I am trying to dynamically adjust the Error File name in the Error Handling section on the Logging tab of my DTS package properties. That is, if the package is named "B2B_Import_Daily", then I'd like my Error file to be the following: dts_error_B2B_Import_Daily
.txt.
I am using the Dynamic Properties task in a few DTS packages to dynamically change text file names, and would like to use the same methodology here, but I can't figure out how to get the name of the current DTS package via a variable (I want to avoid hard coding and make these DTS' templatable).
How does one get the name of the current package?
Start Free Trial