Hi,
We’re migrating from SharePoint 2010 to SharePoint 2013. One of the applications that we are upgrading adds users images, taken from a specified location, to their SharePoint profiles and this is then synced with AD. Note that the application loads the
images into SharePoint, they are not taken from AD.
As part of this process, once the image has been uploaded and linked to a profile, the application calls Update-SPProfilePhotoStore to generate the 3 images that are normally created when an image is uploaded manually. In SharePoint 2010 this process has
been running smoothly for some time. In SharePoint 2013 the process also appears to run smoothly, however, Update-SPProfilePhotoStore does not create the 3 images. I’ve also run the command manually with the same result. No exceptions are thrown/displayed
and I’ve run the ULS viewer which shows the Update-SPProfilePhotoStore process
beginning and ending but again no exceptions are displayed.
beginning and ending but again no exceptions are displayed.
The code I’m running is “Update-SPProfilePhotoStore –MySiteHostLocation http://<site address>
-CreateThumbnailsForImportedPhotos $true”
-CreateThumbnailsForImportedPhotos $true”
Is there an issue with this command in SharePoint 2013 or is there something additional that needs to be implemented?
Thanks
Neil