dbTalk Databases Forums  

dynamic properties task ini

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss dynamic properties task ini in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aron E. Tekulsky
 
Posts: n/a

Default dynamic properties task ini - 07-22-2005 , 10:57 AM






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.



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: dynamic properties task ini - 07-22-2005 , 11:33 AM






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.





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.