Sharepoint - User Profile Synchronization failed to Start
Friday, March 18, 2011 | Author: vrey
To start the User Profile Synchronization service
  1. On the Central Administration Web site, in the System Settings section, click Manage services on server.
  2. On the Services on Server page, in the Server box, select the synchronization server (see the Profile Synchronization Planning worksheet).
  3. Find the row whose Service column value is User Profile Synchronization Service. If the value in the Status column is Stopped, click Start in the Action column.
  4. On the User Profile Synchronization Service page, in the Select the User Profile Application section, select the User Profile service application (see the Profile Synchronization Planning worksheet).
  5. In the Service Account Name and Password section, the farm account is already selected. Enter the password for the farm account (see the Profile Synchronization Planning worksheet) in the Password box, and enter it again in the Confirm Password box.
  6. Click OK.
However, there is some issue that will cause service failed to start. When you look at Event Viewer, application log, there is an issue there, see it below.

Taxonomy Picker issue

Symptoms:

Load control template file /_controltemplates/TaxonomyPicker.ascx failed: Could not load type 'Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker' from assembly 'Microsoft.SharePoint.Portal, Version=14.0.0.0

Solution:

Thanks to Xiaofeng Wang MVP

I still have the same issue in RC. Even though there is no error when you peform various operations on the site UI, but you may find this error in the system Event Log. Here is my resolustion:

Go to :\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES,

Open TaxonomyPicker.ascx in any text editor,

Locate the following line :

<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker&#44;Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

> Replace '&#44;' with ',' , the correct line should look like

<%@ Control className="TaxonomyPickerControl" Language="C#" Inherits="Microsoft.SharePoint.Portal.WebControls.TaxonomyPicker, Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

Source: http://it-burns-when-i-sp.blogspot.com/2010/10/taxonomy-picker-issue.html
|
This entry was posted on Friday, March 18, 2011 and is filed under . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

0 comments: