Robert_dos_Ramo
20 years agoLevel 4
Clearing Cache
Hi guys
Would there be a problem with the KVS vault if I had to clear cache everyday on about +-5 user's pc for them to access the kvs vaulted item?
Rob
Would there be a problem with the KVS vault if I had to clear cache everyday on about +-5 user's pc for them to access the kvs vaulted item?
Rob
- Sounds like there is something on those client machines then. You could try setting the ForceFormReload registry key in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Outlook
It is a DWORD and should be set the value to 1.
Alternately you could put a batch file in place with the following text in the login script:
cd\
del frmcache.dat /s
while it does not fix what every is screwing up the forms cache this will clear it when they login.