Differences
This shows you the differences between the selected revisions of the page.
2020-12-23 | 2020-12-24 | ||
sentence case (martin) | automatically using target article title for link anchor (martin) | ||
Line 11: | Line 11: | ||
</code> | </code> | ||
- | If the task works correctly from Command prompt, see [[faq_scheduler|My script works fine when executed manually, but fails or hangs when run by Windows Scheduler, SSIS or other automation service. What am I doing wrong?]] | + | If the task works correctly from Command prompt, see [[faq_scheduler|*]] |
If the task fails even when run from Command prompt, inspect a console output of the task for any error. If you see an error, check list of [[messages|common error messages]] or search this website for the error. To check for an error in console output, it is [[troubleshooting#scripting|recommended]] to use ''[[executables|winscp.com]]''. | If the task fails even when run from Command prompt, inspect a console output of the task for any error. If you see an error, check list of [[messages|common error messages]] or search this website for the error. To check for an error in console output, it is [[troubleshooting#scripting|recommended]] to use ''[[executables|winscp.com]]''. | ||
Line 32: | Line 32: | ||
</code> | </code> | ||
- | If you know that the task failed with [[scripting#result|exit code 1]], see [[faq_exit_code|Why is WinSCP returning non zero exit code?]] to learn what to look for in the log. | + | If you know that the task failed with [[scripting#result|exit code 1]], see [[faq_exit_code|*]] to learn what to look for in the log. |
===== [[output]] Inspecting Output Log ===== | ===== [[output]] Inspecting Output Log ===== | ||
Line 83: | Line 83: | ||
===== Further Reading ===== | ===== Further Reading ===== | ||
- | * [[faq_environment|Why does WinSCP not work in a new environment (operating system, machine, user account, network), when it works for me in a different environment already?]] | + | * [[faq_environment|*]] |
- | * [[faq_script_result|How do I know that script completed successfully?]] | + | * [[faq_script_result|*]] |
- | * [[faq_script_vs_gui|Why I cannot connect/transfer using script, when I can using GUI (or vice versa)?]] | + | * [[faq_script_vs_gui|*]] |