Offline files synchronisation warnings

  • Thread starter Thread starter Mattps
  • Start date Start date
M

Mattps

OS: Windows XP Pro (x32 and x64)
SP Level: 2 and Fully patched
INTERACTIVE group is a Power User


I trying to stop the warnings that are displayed when you synchronise,
specifically with Access databases files and Personal folders.
I have added the GPO setting to my default domain policy:

Computer Configuration>Administrative Templates>Network>Offline Files>Files
not Cached: *.slm;*.mdb;*.ldb;*.mdw;*.mde;*.db?;*.pst

However, files of these types are still attempting to synchronise. I have
checked using the GP results wizard and the policy is being applied.

I have also added the following registry key to try and disable CSC warnings:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache\ExclusionErrorSuppressionList
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\NetCache\ExclusionErrorSuppressionList

Values:

\\<SERVER>\*\*\*.*

However, the users are still being bombarded with CSC warnings everytime
they log off. Any suggests or happening to anyone else?
 
Mattps,

You maybe better asking the question in:

microsoft.public.windows.group_policy

MDB's are always the one that causes synchronisation problems

Although you added those registry keys you need to add those to the policies
key for them to take effect with the GPO

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersionNetCache\ExclusionErrorSuppressionList
That's how the GPO should see it
 
Back
Top