wyltk75 Posted January 24, 2012 Posted January 24, 2012 I know that a similar thread has been posted, but the problem seems to be different, though fundamentally the same. I created a mandatory profile on our server (\\DC1Server\profiles\standardpro2.v2) I created a network login pointing to that mandatory profile (userprofile1). This network login works fine with no problems at all. The problem comes in when I created a second user (userprofile2) which points to the same profile. It gets the error in the title. "The group policy client service failed the login. Access is denied" The mandatory profile I created has full control permissions for "everyone". I have created at least 3 other profiles with varying names and passwords and pointed it to the profile I created, with the same result. The only account that seems to work is the first one. And, by the way, the mandatory profile I created was from a different account altogether, so it wasn't originally created from userprofile1. Any thoughts?
Finch7 Posted January 24, 2012 Posted January 24, 2012 (edited) Possibly permissions in the registry itself rather than NTFS permissions which you mention you did. regdit > load hive> find ntuser.man> permissions > check students have at least read permissions. Edited January 24, 2012 by Finch7 1
wyltk75 Posted January 24, 2012 Author Posted January 24, 2012 Thanks, I'll give that a look. You are talking about on the server or on the workstations?
wyltk75 Posted January 24, 2012 Author Posted January 24, 2012 The permissions are correct on the ntuser.man file as well. "Everyone" has full permissions.
jinnantonnixx Posted January 24, 2012 Posted January 24, 2012 We were plagued by this fault on our systems, I wrote a start-up script to fix it - details in this thread: http://www.edugeek.net/forums/windows-7/78733-windows-7-user-profile-failed-error-again.html#post700415 2
Finch7 Posted January 25, 2012 Posted January 25, 2012 The permissions are correct on the ntuser.man file as well. "Everyone" has full permissions. I assume you mean in?
3s-gtech Posted January 25, 2012 Posted January 25, 2012 Yeah, this will be the permissions on the registry entries in ntuser.man. Open up regedit (can be on anything, server or workstation as you won't be modifying the existing registry). Select HKEY_USERS, then click File, Load Hive. Select the ntuser.man file. Give it a name, and it'll appear under HKEY_USERS. Then right click on it, go to Properties, and change the permissions as you would with a file (select Everyone and Full Control for best results). Now click File, Unload Hive. That'll save the changes. Now try logging in with it. 1
wyltk75 Posted January 25, 2012 Author Posted January 25, 2012 I assume you mean in? [ATTACH]12795[/ATTACH] Yes. I'm chalking this issue up to a corrupt profile, though I can't quite tell where. I started from scratch on a new profile and everything works as planned. Thanks so much for your help guys.
atrosh Posted October 5, 2013 Posted October 5, 2013 In my company we have groups of users that have the same category and we want each group share roaming profile folder. I am running Windows Server 2008 R2 as DC and Windows 7 client computers, i had a problem when applying Roaming and Mandatory profiles. The problem is: i created two users ex: User01 and User02, i created roaming profile for the User01; ( Created shared folder with everyone full control for both security and sharing permission. Then i write the the correct UNC for the shared \\FS01\Profiles\%Username% in profile tab of User01. After that i log in with User01 successfully , i checked shared folder i found the folder User01.V2). In order to change the User01.V2 folder permission i toke the ownership then i added everyone with full control to ACL. Then i write the the correct UNC for the shared \\FS01\Profiles\user01 in profile tab of User02 in order to share roaming profile. When i log in with User02 it log in with Temporary profile. After log off, i give the ownership to of user01.v2 profile folder to User02 and try to log in again with User02 it give me " The Group Policy Client service failed the log on Access denied.". After log off i tried to log in with User01 it log in and give me " User Profile Service: you have been logged on with temporary profile.". So, i want to share profile folder with some users how to fix the problem. I've changed the permissions on the registry like u said. Now with two users when log in give me "You have been logged on with temporary profile". what is the solution?
Tara Posted November 21, 2013 Posted November 21, 2013 The problem is caused by a corrupted ntuser file on a roaming profile. The steps to clear it are: 1) rename the existing .V2 folder on the server, create a new one with the original username and ensure the user has modify permissions to it 2) log in from a DIFFERENT PC - one the user has never used. The roaming profile will repopulate with a new ntuser. If you use a machine the user has previously accessed, Windows will use the cached copy of the corrupt profile rather than load afresh from the server. 3) Now return to any PC the user previously used - you will be able to log in with no problems, as the server's newer roaming profile will overwrite the local cached copies.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now