Differences
This shows you the differences between the selected revisions of the page.
| 2009-04-02 | 2009-12-26 | ||
| guide_ssis (martin) | now the script more usually fails because of absent key (martin) | ||
| Line 3: | Line 3: | ||
| Possible consequences are: | Possible consequences are: | ||
| - | * The script "hangs" because the [[ssh#verifying_the_host_key|host key]] (SFTP or SCP) or [[ftps#certificate|certificate]] (FTPS) is not known by the service's account and WinSCP asks for its verification. | + | * The script fails (or "hangs"), because the [[ssh#verifying_the_host_key|host key]] (SFTP or SCP) or [[ftps#certificate|certificate]] (FTPS) is not known by the service's account, and WinSCP fails (or asks for) its verification. |
| * The connection fails, because your script depends on stored session, which is not known by the service's account. | * The connection fails, because your script depends on stored session, which is not known by the service's account. | ||
| * Environment variables referenced in script are not resolved, because they are not set by the service's account. | * Environment variables referenced in script are not resolved, because they are not set by the service's account. | ||