guide_ssis » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2014-07-21 | 2014-07-28 | ||
| syntax highlighting (martin) | 64bit path to program files + tags (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 [[executables|executable]] (by default ''C:\Program Files\WinSCP\WinSCP.exe'') into //Executable//; | + | * Put path to WinSCP [[executables|executable]] (by default ''C:\Program Files (x86)\WinSCP\WinSCP.exe'') &winpath &win64 into //Executable//; |
| * In //Arguments// specify ''/script=<pathtoyourscript>''; | * In //Arguments// specify ''/script=<pathtoyourscript>''; | ||
| * You may want to set //WorkingDirectory// to path, where you want to download files to/upload files from, if you do not use absolute paths in your script. | * You may want to set //WorkingDirectory// to path, where you want to download files to/upload files from, if you do not use absolute paths in your script. | ||