Differences

This shows you the differences between the selected revisions of the page.

2011-10-07 2012-09-04
session log example (martin) possible consequence is access to unmapped network drive (martin)
Line 6: Line 6:
  * The connection fails, because your script depends on [[session_configuration#stored|stored session]], which is not known by the service's account.   * The connection fails, because your script depends on [[session_configuration#stored|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.
 +  * Access to files on mapped network drives fails, because the drives are not mapped for the service's account.
To check what [[config|configuration storage]] is used, whether a stored session name was recognised or under what Windows account the script is running, inspect a beginning of [[logging|session log]]. For example, following log shows that the configuration was read from Windows registry, the script was running under local account ''martin'' and ''mysession'' was recognised as a stored session name. To check what [[config|configuration storage]] is used, whether a stored session name was recognised or under what Windows account the script is running, inspect a beginning of [[logging|session log]]. For example, following log shows that the configuration was read from Windows registry, the script was running under local account ''martin'' and ''mysession'' was recognised as a stored session name.

Last modified: by martin