Hi, I'm getting the following error when I try to save the value of my user variable
error that comes up: The expression for variable "OutputFlatFileName" failed evaluation. There was an error in the expression.
code in script task:
strFlatFileName = Dts.Variables("OutputFlatFileName").value.toString()
Here's what the expression looks like and it also evaluates properly without me trying to access it in the script task:
@[User::OuputFlatFilePath] + "PR" + @[User::parCompany] + "EPI" + @[User::outputFileCount] + ".csv"
any help is greatly appreciated.
shash