Viewing 8 posts - 16 through 23 (of 23 total)
Hi,
you can use a for loop container or a for each loop container. put the filewatcher-task and your task to process the file on of these containers
August 7, 2008 at 2:17 am
Hi,
create a Table containing the filennames (or a part of them) and the tablenames. When you get the filename, you can search the tablename in this table (ExecuteSQLTask). Let...
May 14, 2008 at 6:09 am
Hello,
you can set the different filenames (including the path) in the properties of a connection (Connection Managertype = FILE). Just create a Connection to on of your files. The...
May 14, 2008 at 5:11 am
a) try to run the job with "Timeout warning" False
b) doubleclick the precedence constraint (the green arrow)
choose Expression
in the field Expression set len(@filename...
May 5, 2008 at 12:45 am
You can set the option "Timeout" to a value, say 2. The FileWatcher will look for 2 Minutes for the file. If it finds the file, the control flow will...
May 2, 2008 at 3:39 am
Hello,
create an 'execute process task'.
In Process / Executeable insert the execute (...winzip.exe )
In Expressions select the property Arguments. Here you insert
"-a -ex zipfile.zip examplefile".
A better...
April 11, 2008 at 1:56 am
Click on your Flatfile-Connection. In the Property Window you can see 'Expressions'. Click on the ellipsis (...) and select the property 'Connection string'. There you can create your filename with...
February 27, 2008 at 2:01 am
At http://www.sqlis.com you can find a Task named FileWatcher which will meet your specification.
February 21, 2008 at 6:46 am
Viewing 8 posts - 16 through 23 (of 23 total)