e_g_r Posted September 12, 2006 Posted September 12, 2006 OK is this a random Microsoft Server problem or should i worry about it and how can i get it back working? At the start of P2 today all users got the following login funny "Windows did not load your roaming profile and is attempting to log you on with your local profile. Changes to the profile will not be copied to the server when you logoff. Windows did not load your profile because a server copy of the profile folder already exists that does not have the correct security. Either the current user or the Administrator's group must be the owner of the folder. Contact your network administrator." They then get a different desktop and can't access their files. In AD in the user the profile path is set to the following UNC path: \\data-server\data\profiles\test For whatever reason i could not access this folder and had to take control. The ntuser.ini ntuser.dat and ntuser.dat.log files were owned by a pupil login and were date stamped at the end of p1 today. Any help would be much appreciated to regain my login. I don't want to re engineer the network as i have inherited a beast that defy's all known networking logics.
Geoff Posted September 12, 2006 Posted September 12, 2006 What sort of server? Are you using folder redirection? roaming profiles? mandatory profiles?
e_g_r Posted September 12, 2006 Author Posted September 12, 2006 server 2000 XP clients No XP templates in AD (i inherited this) No folder redirection that i can see Mandatory profiles i think
tarquel Posted September 12, 2006 Posted September 12, 2006 roaming profile got corrupt perhaps? I get that occasionally.... just clear it and let a new one create itself. If of course its a mandatory one, then I'm not sure you'll want to clear it until you have created a new one to go in its place The permissions thing is normal with roaming ones [well it is with mine anyhow hehe] as you can just take over ownership easy enough and do whatever you need to do. Cheers Nath
e_g_r Posted September 12, 2006 Author Posted September 12, 2006 when you say clear it, do you mean on the server?
MkII Posted September 12, 2006 Posted September 12, 2006 If the profiles folder is identical for each user it has to be mandatory surely. Is the NTUSER file in the server profile folder a .man or .dat ? It would explain the behavior if it were a .dat - tho' who would do such a crazy thing? - probably it's just the profile has corrupted somehow. Yes - on the server Just re-create the mandatory profile as detailed on the wiki: http://www.russdev.com/edugeek/doku.php?id=how_to_set_up_mandatory_profiles Unfortunately on Win2K you can't change profile location in bulk [without scripting] so recreating the profile would be easier.
witch Posted September 13, 2006 Posted September 13, 2006 I get this occasionally Maybe I am being daft - rebooting the server works for me
NetworkGeezer Posted September 13, 2006 Posted September 13, 2006 Unfortunately on Win2K you can't change profile location in bulk [without scripting] so recreating the profile would be easier. is for /f %u in (listofusers.txt) do net user %u /profilepath:\\server\share\subfolder really so hard? The list of users has to be a file of usernames with one per line. If you're realy fancy you can use command subsititution of a DIR of the folder containing home directories for /f %u in ('dir /b E:\Users\MyDocuments') do net user %u /profilepath:\\server\share\subfolder
ChrisH Posted September 13, 2006 Posted September 13, 2006 I thought you could get round the inability to not multiple select in 2000 by running the admin tolls of an XP work station?
e_g_r Posted September 13, 2006 Author Posted September 13, 2006 Sorted - thanks guys (a generic term might i add)
e_g_r Posted September 13, 2006 Author Posted September 13, 2006 Right! should not have posted that last post coz its bleedy happened again. Watching a scroat log in and out via VNC when all of a sudden the profile failed again. WHY, any ideas? What ownership and rights should be set on the profiles folder on the server (2000). Any ideas will prevent me from being bald.
MkII Posted September 13, 2006 Posted September 13, 2006 see here: http://technet2.microsoft.com/WindowsServer/en/library/20b15453-f7c9-4cf0-9131-78924af776551033.mspx?mfr=true
ajbritton Posted September 13, 2006 Posted September 13, 2006 @e_g_r: From your first post, it looks to me like the profile was NOT a mandatory one. Mandatory profiles have NTUSER.MAN, not NTUSER.DAT. You cannot share non-mandatory profiles between users. Either make the profile mandatory (rename NTUSER.DAT to NTUSER.MAN) or give users individual roaming profiles. (See the wiki for further details)
e_g_r Posted September 14, 2006 Author Posted September 14, 2006 Yep they are Mandatory, got them settled down now but not sure how the permissions changed on the folder to All for the Everyone group? This seemed to allow the workstations to write the profile back to the server with .pol and changes to desktop etc. which was causeing the problem. Now re set the permissions and cross fingers seem ok.
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