Hi,
I have searched the forums and read through the KB and I do see mention of Application Data directories becoming large on clients, but we are seeing this folder grow large on our *server*. The subdirectory in particular is:
C:\Documents and Settings\[OurServerName]\ASPNET\Application Data\SourceGear\Vault_1\PluginWebService
This is on a server with a fairly small C: drive that was not meant for holding data. Ideally we would want data stored on our D: drive. How can we go about changing vault so this data is stored somewhere on D:?
Thanks,
Thomas
PluginWebService folder on server is large
Moderator: SourceGear
-
- Posts: 71
- Joined: Tue Aug 17, 2004 7:59 pm
- Location: West Coast, USA
What you are seeing is the cache directory for the Vault Shadow service, which basically behaves as a Vault client process. Since the Shadow Folder is running under the ASPNET account, the cache files are appearing in the ASPNET account's default temp directory.
You can change the path for the cache directory by modifying the Shadow Folder Web.config file in the appsettings section. Uncomment <add key="shadowfolder_cachepath" value="<path>"/>
You should be able to modify the path to use another drive, though we haven't tested this. Do not use a mapped drive. Create a directory for the new shadow folder service cache. Be sure the Machine\ASPNET account has read/write access to the drive and directory for the new cache location.
Then delete your old Shadow Folder configuration in the Vault Admin Tool and reconfigure your Shadow Folder associations.
You can change the path for the cache directory by modifying the Shadow Folder Web.config file in the appsettings section. Uncomment <add key="shadowfolder_cachepath" value="<path>"/>
You should be able to modify the path to use another drive, though we haven't tested this. Do not use a mapped drive. Create a directory for the new shadow folder service cache. Be sure the Machine\ASPNET account has read/write access to the drive and directory for the new cache location.
Then delete your old Shadow Folder configuration in the Vault Admin Tool and reconfigure your Shadow Folder associations.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 71
- Joined: Tue Aug 17, 2004 7:59 pm
- Location: West Coast, USA
-
- Posts: 71
- Joined: Tue Aug 17, 2004 7:59 pm
- Location: West Coast, USA
I found the .config file, and I added the xml tag you specified (it wasn't there at all, uncommented or not, so I added it). I moved the files from the old cache location to the new cache location.
However, is it really necessary to remove the folder configurations in vault admin and redo them? We have quite a few. Isn't it enough just to have moved the cache files from folder to folder? It appears to be working.
However, is it really necessary to remove the folder configurations in vault admin and redo them? We have quite a few. Isn't it enough just to have moved the cache files from folder to folder? It appears to be working.