Problems wirth Roaming profiles - error 1521

G

Guest

I am having problems getting a roaming profile to work on a Vista RC2 PC.
First I thought it might be me as I have not used Vista or 2003 Server prior
to this test but I see from other posts this is an issue others have had but
has anyone come up with a definitive answer to the cause?

The error is:
event id 1521 for User Profile Service :

"Windows cannot locate the server copy of 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 log off. This error may be caused by
network problems or insufficient security rights."

I tried this solution - which I assume needs to run only once ever for it to
work for all logged in users?:
The command to disable the autotuninglevel is:

- Click start, All Programs
- Accessories
- Right-click Command Prompt
- Click Run As Administrator
- Type the following: netsh int tcp set global autotuninglevel=disabled
- Press enter
- Restart your computer (not really necessary)

This did not cure the problem.

The server is a Windows 2003 Server Standard and the user is a newly created
test user with just domain user membership.
The profiles SHARE on the server has Administrators and Everyone with Full
Control. At NTFS level I set everyone with Read Only access and then for each
user folder administrators and the user full control with the user as the
owner.

This all works fine on an XP Pro PC.


Help?

Andrew
 
G

Guest

Andrew, I know the pain you are going thru.

In a nut shell here is the issue: Prior version of Windows use a different
version of profiles than Vista. Per microsoft doc:

Windows uses the ".v2" extension to distinguish between version 1 and
version 2 profiles. Windows Server 2003, Windows XP, and Windows 2000 author
version 1 profiles. You store these profiles in a folder with a name that
matches the logon name of the user account. Windows Vista authors version 2
profiles. You store version 2 profiles in a folder with the first part of the
folder name matching the logon name of the user followed by ".v2".

What you need to do is look on Microsoft support for the following doc:

"Managing Roaming User Data Deployment Guide" by Mike Stephens.

Follow the doc to the letter and it will work. IMHO this design wasn't
clearly thoughtout, tested and implemented. Till all machines in a network
are converted to Vista, you must maintain 2 profiles (double your storage
needs for prfiles). Another issue will be versioning differences if you dont
split off the My Docuements folders (result is more network traffic to make
calls to find the My Doc)

Good man.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top