Differences
This shows you the differences between the selected revisions of the page.
2020-09-16 | 2020-12-23 | ||
grammar (martin) | automatically using target article title for link anchor (martin) | ||
Line 3: | Line 3: | ||
===== [[common]] Common Problems ===== | ===== [[common]] Common Problems ===== | ||
There are two common reasons why a script does not work, when a connectivity is otherwise possible: | There are two common reasons why a script does not work, when a connectivity is otherwise possible: | ||
- | * You run script from a different environment (under a different account/service; with a different configuration) than the GUI. \\ See another FAQ: [[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?]] ((Although it covers a different topic, its recommendations are valid for this case as well.)) | + | * You run script from a different environment (under a different account/service; with a different configuration) than the GUI. \\ See another FAQ: [[faq_scheduler|*]] ((Although it covers a different topic, its recommendations are valid for this case as well.)) |
* You have your [[session_configuration|session configured]] differently in the script and in the %%GUI%%. | * You have your [[session_configuration|session configured]] differently in the script and in the %%GUI%%. | ||
* Use a [[ui_generateurl|Generate Session URL/Code]] command to avoid common mistakes in manually typed URL's or code; and to make sure all the settings from your GUI configuration is used in the script. \\ A common problem is [[session_url#special|special characters]] in some part of the [[session_url|session URL]] (typically a password or a username). | * Use a [[ui_generateurl|Generate Session URL/Code]] command to avoid common mistakes in manually typed URL's or code; and to make sure all the settings from your GUI configuration is used in the script. \\ A common problem is [[session_url#special|special characters]] in some part of the [[session_url|session URL]] (typically a password or a username). |