guide_ssis » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-04-07 | 2009-04-07 | ||
elaborate on adding task (martin) | use winscp exe (martin) | ||
Line 30: | Line 30: | ||
===== SSIS task ===== | ===== SSIS task ===== | ||
In SSIS, add new //Execute Process// task to control flow of your package. In the //Execute Process Task Editor//: | In SSIS, add new //Execute Process// task to control flow of your package. In the //Execute Process Task Editor//: | ||
- | * Put path to WinSCP console interface tool (by default ''C:\Program Files\WinSCP\WinSCP.com'') into //Executable//; | + | * Put path to WinSCP (by default ''C:\Program Files\WinSCP\WinSCP.exe'') into //Executable//; |
* In //Arguments// specify "''/script=<pathtoyourscript>''". | * In //Arguments// specify "''/script=<pathtoyourscript>''". | ||