i am having trouble in reading the file contents from a mapped drive when the WM IS server is run as windows service; when the server is run as windows application it is working fine but when run as windows service the drive is not recognized
Services do not have access to mapped drives (e.g. K:, L:, etc.). This is a restriction of Windows services.
Services can access network resources if run under an account that has network privileges. Network volumes can be accessed using UNC names. E.g. \server1\dirA
Services can access network resources if run under an account that has network privileges. Network volumes can be accessed using UNC names. E.g. \server1\dirA
reamon,
i have couple of clarifications ; i did use the \server1\dirA the service is not recognizing the path ; you said that if an account has network privileges it will work what sought of privileges you are referring to; can you provide me more details please.
The drive that you are trying to access, is it mapped to the host machine where you are running the IS? sometimes if there is a restart of the machine then the mapped drive is lost and you have to manually re map those drives.