Plugins: access rights?

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Plugins: access rights?

Post by ismangil » Fri Jun 24, 2005 5:51 am

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.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri Jun 24, 2005 7:11 am

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.

ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Post by ismangil » Fri Jun 24, 2005 7:55 am

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.
Excellent. Everything works fine now. This plugin stuff is really neat.

Locked