cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Cache vaults not being used

gchampoux
1-Newbie

Cache vaults not being used

We deployed Intralink 9.1 M060 this week.
Now I'm starting to deal with various issues.


One thing I noticed is that the cache vaults are not being used at all.
Everything being checked in is going straight to the master vault.
For functionality, this is not a problem.
However, for our 2 remote sites, this causes check-in to be slow.


I suspect that I have some left-over xconfmanager setting from migration that is doing this.


Anyone know what needs to be updated?


Gerry

2 REPLIES 2
RandyJones
19-Tanzanite
(To:gchampoux)

On 08/12/11 08:24, Gerry Champoux wrote:
>
> We deployed Intralink 9.1 M060 this week.
> Now I'm starting to deal with various issues.
>
> One thing I noticed is that the cache vaults are not being used at all.
> Everything being checked in is going straight to the master vault.
> For functionality, this is not a problem.
> However, for our 2 remote sites, this causes check-in to be slow.
>
> I suspect that I have some left-over xconfmanager setting from migration that is doing this.
>
> Anyone know what needs to be updated?
>

When I migrated I did this so the FileTransfer loader would map files directly to the Master Vault instead of the cache
vault:
xconfmanager -s wt.fv.forceContentToVault=true -t codebase/wt.properties
xconfmanager -s wt.fv.useVaultsForAllContent=false -t codebase/wt.properties
xconfmanager -p

When I finish the FileTransfer I renabled the cache vaults like this:
xconfmanager -s wt.fv.forceContentToVault=false -t codebase/wt.properties
xconfmanager -s wt.fv.useVaultsForAllContent=true -t codebase/wt.properties
xconfmanager -p


> Gerry
>
>
> -----End Original Message-----


--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
Fax: 785-667-2695
------------------------------------------------------------------------

Randy,

Thank you!.

Would I be correct in assuming thatmust set these on the replica servers
as well as the master?


Gerry


Top Tags