Issue:
Today I faced an interesting issue which was struck to get started with the UserProfileSynchronization service in the Prodction server.
Best way to solve this issue is through Windows PowerShell by using Stop-SPServiceInstance
Description: User Profile Synchronization service which got stuck at "Starting" state
Resolution:
Get-SPServiceInstance > d:\"List of Services.txt"
Stop-SPServiceInstance -identity ab19ee97-4106-4677-ba7e-52166fef8289
TypeName Status Id
-------- ------ --
User Profile Synchronization ... Unpro... ab19ee97-4106-4677-ba7e-52166fef8289
Note: It is not required to change any FIM services,they will start automatically.
Today I faced an interesting issue which was struck to get started with the UserProfileSynchronization service in the Prodction server.
Best way to solve this issue is through Windows PowerShell by using Stop-SPServiceInstance
Description: User Profile Synchronization service which got stuck at "Starting" state
Resolution:
Get-SPServiceInstance > d:\"List of Services.txt"
Stop-SPServiceInstance -identity ab19ee97-4106-4677-ba7e-52166fef8289
TypeName Status Id
-------- ------ --
User Profile Synchronization ... Unpro... ab19ee97-4106-4677-ba7e-52166fef8289
Note: It is not required to change any FIM services,they will start automatically.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.