質問

私はユーザープロファイルサービスを持っていて、ユーザープロファイル同期サービスが実行されています。ただし、Active Directoryで作成しているアップデートはSharePoint 2010に表示されていません。

UPSは「起動」に立ち往生しているので、この手順に従ってサービスが開始されました:

http://sharepointdojo.wordpress.com/2011/04/16/how-to-provision-user-profile-sync-profile-sync-without-loasing-data/

広告データが更新されていない理由に関するアイデアは、アカウントのレプリケートディレクトリ変更の許可を与えました。

役に立ちましたか?

解決

Sometimes the changes do not propagate to the web app. Go to the hidden user list and verify the email address is not correct:

http://sitecol/_catalogs/users/simple.aspx

..delete the user in question. Now to pull that user down again, you must add them to a group or grant permissions (You can delete those permissions immediately)

http://sitecol/_layouts/15/user.aspx

You should then see their email update in the hidden user list and people picker. Kind of a hack but it works for me when emails don't sync in my site.

Another thing that could be helpful (although I haven't tested this in a couple years). Is to view the UPA DBs. You can then run the delete command which will only delete the sync info, fire up User Profile to SharePoint Full Synchronization job again, and that should fix your sync issue:

Stsadm.exe –o sync –listolddatabases 0
Stsadm.exe –o sync –deleteolddatabases 0
ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top