JSI Tip 9003. When you log on, the Application event log records Event ID: 102 - Event Source: Folder Redirection, and Event ID: 1000, with failure status code of (1338)?

Jerold Schulman

February 1, 2005

1 Min Read
ITPro Today logo in a gray background | ITPro Today


During user log on, the Application event log records:

Event Type: Error
Event Source: Folder Redirection
Event Category: None
Event ID: 102
Date: MM/DD/YYYY
Time: HH:MM:SS
User:
Computer:
Description: Failed to perform redirection of folder My Documents. The files for the redirected folder could not be moved to the new location. The folder is configured to be redirected to \servernamesharename%username%. Files were being moved from C:Documents and SettingsMy Documents to \servernamesharename. The following error occurred: The security descriptor structure is invalid.


Event Type: Error
Event Source: Userenv
Event Category: None
Event ID: 1000
Date: MM/DD/YYYY
Time: HH:MM:SS
User: Nt AuthoritySystemComputer:
Description: The Group Policy client-side extension Folder Redirection was passed flags (0) and returned a failure status code of (1338).

When you type net helpmsg 1338, you receive The security descriptor structure is invalid.

This behavior will occur if the permissions at the folder redirection destination are too restrictive.

To workaround this behavior, grant the System account FULL CONTROL on the destination folder and sub-folders.

NOTE: When a user first logs on after the folder redirection policy has been enabled, the destination folder is automatically created with the System account being granted FULL CONTROL and the user account being granted ownership. Sub-folders are granted permissions via inheritance.

NOTE: See How can I insure that administrators have access to a user's redirected folder?



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like