|
Error using mandatory roaming profile and Folder Redirection I have setup a mandatory roaming profile for a group of users and gave them
permissions. I am redirecting the Documents, Music, Videos, Music, and
Favorites to their Home folder as specified in Group Policy. The first time
the user logs in everything works great. Any subsequent time they log the
group policy fails on Folder Redirection and stops processing any further
policy rendering the user's experience less than satisfactory. If I log in
and delete the local copy of the roaming profile and then log in as the user
it works again. The problem does return again if I log in as the user again.
Here is the error message I am receiving:
Log Name: Application
Source: Microsoft-Windows-Folder Redirection
Date: 8/9/2007 2:57:54 PM
Event ID: 503
Task Category: None
Level: Error
Keywords: Classic
User: DOMAIN\USERNAME
Computer: compy.fqdn
Description:
Failed to create KnownFolderManager. Folder redirection can not be performed.
Error details: "Access is denied.
".
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Folder Redirection"
Guid="{7D7B0C39-93F6-4100-BD96-4DDA859652C5}" EventSourceName="Folder
Redirection" />
<EventID Qualifiers="49152">503</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-08-09T18:57:54.000Z" />
<EventRecordID>3186</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>compy.fqdn</Computer>
<Security UserID="S-1-5-21-1346657567-794517024-1540833222-5556" />
</System>
<EventData Name="EVENT_FDEPLOY_FailedToCreateKnownFolderManager">
<Data Name="ErrorDetails">Access is denied.
</Data>
<Binary>05000780</Binary>
</EventData>
</Event>
Any assistance would be much appreciated. |