On my local development machine, the plugin was running well. On deployment, I am receiving this error on the Vault Server:
Exception in plugin thread : Server was unable to process request. --> Access to the path "SourceGear\Vault_1\Client\60CAB81A-985B-4E67-A0F0-40515BC94B9E\build" is denied.
The plugin is deployed on a server different than the Vault server.
This would suggest a permissions problems, which is probably to tighter server security.
How do I resolve this? It is not obvious which folder on which server should I give permission to.
Plugins: access rights?
Moderator: SourceGear
Excellent. Everything works fine now. This plugin stuff is really neat.jeremy_sg wrote:Your deployment environment probably doesn't have the home directory set for the user running the plugin web service. you can provide a specific path to the ClientInstance.Init() method to provide a known path that your user does have access to.