When running vault.exe (3.5.3) as NT AUTHORITY\NETWORK SERVICE, I'm getting an error regarding permissions ...
Unhandled Exception: System.UnauthorizedAccessException: Access to the path 'C:\Documents and Settings\Default User\Local Settings\Application Data\SourceGear\Vault_1\Client\CE9A6818-7E08-40CC-977B-3AF727FE8100\testuser' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
... which kinda makes sense. NETWORK SERVICE probably shouldn't have access to Default User's profile. I suspect there are a few workarounds:
* run as a domain account
* give NETWORK SERVICE access to Default User
However, both of those could prove to be issues... is there a different workaround for this? Perhaps, a Vault configuration setting that tells it to use another temp path?
Thanks
UnauthorizedAccessException for NETWORK SERVICE?
Moderator: SourceGear
-
- Posts: 2
- Joined: Thu Oct 20, 2005 6:56 pm