developer155
Programmer
Hi,
I am trying to set Connection property of Flat File Connection Manager at run time at the Expressions window by doing something like this:
@User::SomeVar + "\\textfile.txt"
I get an error at run time. Looks like SSIS evaluates expression correctly but cannto wrte into the file (although the file is in the folder).
I get an error "File \\blah\blah\blah\textfile.txt" not found. I checked and the file is there (empty), since I created it.
What is going on??
thanks!
I am trying to set Connection property of Flat File Connection Manager at run time at the Expressions window by doing something like this:
@User::SomeVar + "\\textfile.txt"
I get an error at run time. Looks like SSIS evaluates expression correctly but cannto wrte into the file (although the file is in the folder).
I get an error "File \\blah\blah\blah\textfile.txt" not found. I checked and the file is there (empty), since I created it.
What is going on??
thanks!