Lookup the SourceFilename property in Books Online and you'll see that it is
a actually several delimited tokens.
object.SourceFilename = "'name';'path';'size';"
--
Darren Green
http://www.sqldts.com
http://www.sqlis.com
"Aron E. Tekulsky" <atekulsky (AT) iie (DOT) org> wrote
Quote:
i wnat to use the dynamic properties task to fill in a value for the ftp
task. i set it up to use an ini. when i execute the dts task i keep
getting the error "invalid string for source file names". my ini looks
like
the following:
[test1]
myval=dba.zip
Can anyone tell me if i am missing some kind of delimeter and if so then
what it is ?
thanks. |