I am currently syncing AD thumbnail photos to sharepoint 2010 SP1 Dec CU . I have configured everything properly and after the full profile sync I can see the binary data for the thumbnail photo. I have run the following command on the Sync_DB to see the binary data.
Select sAMAccountName,SPS_MV_OctetString_PictureURL from MMS_Metaverse with(nolock) Where SAMAccountName like '%UserName%'
I then go to run the Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation <mySiteHostURL>.
Initially, this took awhile and looking at the library of the photos, a large percentage of users photos were created but there are a lot of photos missing for users in the organization. This is actually affecting my photo so I can see that in the library, I do not see the three specific photos for myself BUT the binary data for the picture is in the Sync_DB.
The problem is that running the Update-SPProfilePhotoStore only does a portion of the photos. I have re-ran the powershell command multiple times and still not getting additional photos created. The DB does not have any restrictions on growth and there are no errors on the DB side.









