Skip to content

SPXposed

Search
  • Project Server Updates
  • SharePoint 2013 Updates
  • SharePoint and Project Server 2016 Updates
  • SharePoint Blogs
  • About Us
SharePoint 2013, SQL

ForeFront Identity Manager User Profile Sync Error

07/07/2016 OJChin

Over the past month I’ve come across an issue where the ForeFront Identity Manager provides an issue which relates to the User Profile Sync Service. So if you’ve been hunting around on Google you’ll probably notice that there are multiple ways of fixing this.

Fims2

There could be a few issues that this relates to, in my case this was due to peoples profile pictures that have an incorrect URL. Consider the following scenario…If you have a generic picture for all new users until they populate their own picture and this picture gets deleted, the URL for the profile picture that is against each user will be orphaned, so finding out which users have an orphaned picture will require either PowerShell or querying the User Profile Database to find the picture URLs.

I chose to use a SQL query to find this information.

SELECT RecordID, NTName, PictureUrl

FROM UserProfile_Full

Using the query above, this pulled back all users from the user profile with the details in the select query. When you get this information, look into the URLs to find any incorrect. I noticed that some of the URLs were duplicating so it was rather long and obvious. As there were roughly 12 of these we manually changed this however, I’m sure it’s possible to change this through PowerShell if there is a vast amount.

If you open the Synchronisation Service you’ll be able to monitor the issues involved as well as hopefully being successful.

Fims1

 

 

Central AdministrationFIMSSQLUser Profile Service

Post navigation

Previous PostInternet Information Services is not installed – SharePoint Products Configuration WizardNext PostHow to create a button in SharePoint 2013

SharePoint

Recent Posts

  • Microsoft Flow – Make SharePoint Library Unique
  • Building a SharePoint 2013 Search service including the Topology with minimum downtime
  • Hide certain Lookup Values from appearing on New or Edit forms
  • Prevent selection of Lookup values on save
  • SharePoint Formfield set Placeholder attribute

Recent Comments

  • Jolie on Set Focus on Content on a SharePoint page
  • Viola on Set Focus on Content on a SharePoint page
  • Michaela on Set Focus on Content on a SharePoint page
  • Cora on Set Focus on Content on a SharePoint page

Archives

  • January 2020
  • April 2019
  • June 2017
  • March 2017
  • January 2017
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • February 2016
  • January 2016
  • December 2015
  • October 2015
  • September 2015
  • August 2015

Categories

  • API
  • Bootstrap
  • CSS
  • Javascript
  • JQuery
  • MS Flow
  • Powershell
  • REST API
  • SharePoint 2010
  • SharePoint 2013
  • SharePoint Designer
  • SharePoint Online
  • SQL
  • Uncategorized
  • Workflows

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress