• Any resolution to this. I'm having the same problem. I have the script task in the control flow, made sure by copy/pasting the variable names were accurate, and even made sure via msgbox that it has valid values for the variables FROM and TO values.

    For some reason, It won't change the values of my variables.

    Dts.Variables("UploadFileNm").Value = sUploadFileNm

    Dts.Variables("UploadFilePath").Value = sUploadFilePath

    Perplexed.:unsure: