I have a user whose display name has been updated and now the MOSS profile database and people search shows up fine but when the user logs in the "Welcome " message in the upper left corner is still the old value and so is the data in "My settings" if you select it from the drop down menu.

How can I get these data to update correctly? (I have tried to remove the profile, add it again and do a profile import but that has not cleared the last errors.)

link|improve this question

62% accept rate
The issue solved itself after a while (guess that som caching played tricks on us). Accepted the answer because it was valid and sound advice – noesgard Oct 13 '09 at 8:21
feedback

1 Answer

up vote 2 down vote accepted

Two things. First, make sure that the content database is set to online (Central Admin -> Web applications -> Content Databases) and not offline. When offline user name changes do not propagate.

Since you said this is MOSS, make sure your SSP user profiles are set to synchronize on a schedule (they are not by default). Set a schedule if not set up.

You can also try to force a user profile synchronization them by running stsadm -o sync

link|improve this answer
I did a full profile import and the profile in MOSS is fine, its ONLY the username on the front page and the data you access there that fails... – noesgard Sep 15 '09 at 9:29
Tried the forced sync and verified that the database is online - it does not change the appearence for the user – noesgard Sep 15 '09 at 9:35
so the username appears correctly in other parts of the site? (files, items, etc) – shufler Sep 15 '09 at 22:47
yes as far as I can see... People search, profile etc. is all working fine... :o/ – noesgard Sep 16 '09 at 6:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.