Click here to Skip to main content
15,886,026 members
Articles / Desktop Programming / MFC

User profile synchronization service starting issues

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
29 Jul 2011CPOL1 min read 27.6K   1
User profile synchronization service starting issues

There can be many problems which can cause this issue, I will explain a few which I found and how I addressed them.

User Profile Synchronization Service Stuck on Starting

Here, though I delete and recreate the user profile service application, the synchronization is still stuck in the middle.

Let's briefly see how user profile works.

clip_image002

User Profile Service Application and User profile Synchronization share the same Sync BD and Profile DB. But User profile synchronization service accesses AD through Forefront Identity Manager Synchronization service.

Workouts

First Check Forefront Identity Manager is Working (miisclient.exe). If this is starting most of the time, there are no issues in Forefront Identity manager service and Sync Service. If so, we have to check the databases for permission.

C:\Program Files\Microsoft Office Servers\14.0\
	Synchronization Service\UIShell\miisclient.exe

image

If this not working (most of the time, this is the issue).

We need to check the following windows services (Services.msc).

image

If miisclient.exe is not working either above service may not work, so try to start the service. If it is a login problem, it will say that cannot start due to login problem.

Then, go to Properties.

image

and check logOn username, password and account.

image

After correcting this, try to restart the profile service and synchronization in the SharePoint after restarting the IIS.

image

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionI am have right problem Pin
rachel.marshall@peelsb.com30-Jul-12 5:25
rachel.marshall@peelsb.com30-Jul-12 5:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.