windows services - Unable to access SAN storage device -


I am trying to programmatically FTP a backup file that is stored on a SAN device. The device is mapped to the server. I tested the application by running it from an icon on the desktop and it works perfectly. When I run a program through a Windows service, I get an error message saying that the drive is not found. The account under which the service was running was the local account. I thought this issue could be with that account, so I created a new user and ran the service under that account. There is a single error message. Has anyone experienced this before and found a solution to this problem?

Drive mappings are only available for log because the user is not visible to the service because of this reason It runs at low level. If you want to use storage space from a service, you have to use some FTP client.

The same problem appears with the shares of the network, where you can not access the mapped network share from services to network drives. The correct way to access these shares from the service is that "\\ SANS \ Backuplocation" . Is to use a UNC path similar to that.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -