While going through many installations and configurations projects of SharePoint, the User Profile Sync Service never started right the first time on me. It does take extra steps to properly set up and configure.
Below is the common technique to resolve the issue.
- Add service account user to SharePoint Farm Admin Group on SharePoint Server.
- Add service account user to local admin group of the SharePoint Server.
- Restart the Timer Service
- Open ADSI Edit as domain admin.
- Right-click and Connect To "Default naming context".
- Go to "Select a well known Naming context:" and choose "Configuration".
- Click [OK].
- Expand Configuration.
- Right Click [CN=Configuration, DC....]. Select [Properties]. Select [Security].
- Add service account user and assign [Read] and [Replicating Directory Changes] permissions.
- Click [OK].
- Now go to Central Admin Site.
- Go to "Manage Service Applications"
- Click [User Profile Service Application].
- Check [Permissions] at the top ribbon menu. Make sure the service account user exists.
- Check [Administrators] at the top ribbon menu.Make sure the service account user exists with full permission.
- Try starting User Profile Sync Service again and see if it works.
No comments:
Post a Comment