Tagged Questions
1
vote
0answers
235 views
SharePoint 2010 people search results recent content showing no results
What are the dependencies for having the "By username" actually work and show recent content within the people search results? I'm assuming the recent content is not just my site content but ALL ...
1
vote
1answer
321 views
user profile photos not appearing in search results even after full sync
I imported user photos to the thumbnailPhoto Active Directory attribute. I ran a full user profile synchronization. Then, I ran the Update-SPProfilePhotoStore PowerShell command as described here. ...
0
votes
0answers
63 views
SharePoint Profile Import stuck / osearch not starting
I have a site where the AD users are not properly synchronized; New users are not created and old users are not updated with new names, titles, etc.
Checking the Shared Services-application, I could ...
1
vote
1answer
315 views
Sharepoint Application Search doesn't work well for skills, interests
I have provisioned MySites and the Application Search Service. This works when finding people - I put in my name or name of a collegaue and it does give search results.
But when I'm trying to search ...
0
votes
1answer
1k views
SharePoint 2010: Additional default search crawled property on User Profile Search
I have used the following article to add an additional crawled propert to SharePoint 2010 user profile search. ...
0
votes
2answers
693 views
Can't Search MySites User profiles in 2010
I am having a frustrating issue with trying to access people profiles in SharePoint 2010 Enterprise. I continue to get an error using a particular content access account. All other SharePoint urls ...
0
votes
3answers
1k views
Duplicate profiles showing up in SharePoint 2010 search results
Ok, this one is a bit odd. In my environment we have FAST Search Server 2010, everything is configured and working properly.
Recently we had to run a full profile sync in the User Profile Service ...
1
vote
1answer
138 views
How to GetSearchCenterUrl from UserProfileApplicationProxy
I want to get the my site host's configured search center URL for the user profile applicaiton (UPA), but the UserProfileApplicationProxy class is internal, as all the other UPA classes in the ...
3
votes
1answer
846 views
Is there and efficient method to get UserProfile from email in SharePoint 2010?
I need to find user-profile using the active directory email account.
Note: its not the 'work-email' but the email in AD.
0
votes
1answer
163 views
How to add search box to FBA User Management page?
I have FBA on SP2010.
I need a search box on http://mysite/_layouts/FBA/Management/UsersDisp.aspx
It's very cumbersome to find one particular user in 1000+ database.
Can someone please help me out ...
3
votes
1answer
254 views
SPUtility.SearchPrincipals very slow
I'm trying to create a "Search for Users" function that is supposed to hit the SharePoint User Profile Store (running SP2010 Enterprise). However, that function takes up to a Minute to search, which ...
1
vote
1answer
221 views
People Search: Odd results (SP2010), What do you think?
This doesn't seem right and I'm wondering if this is how it works for everyone or if I have an issue I need to resolve.
Context:
Enterprise Search Center, SP 2010, total number of profiles is 450.
...
2
votes
1answer
274 views
MY SITE Users Information List
I am new to SharePoint and I am making a student portal site and i put who is who section. when student want to search a name on the student portal , informations will be list on the portal.
So i want ...
1
vote
1answer
997 views
Profile pictures work everywhere except People Search!
I'm stumped. Profile pictures are appearing correctly everywhere in SharePoint except People Search results. Here's how I tested:
I did a full AD import.
I edited my profile, including the ...
0
votes
2answers
418 views
Search not returning any results for custom profile property
I've added a new property (lets call it CarReg) to our users profile. It's set as a 15 character string with multiple values allowed.
When you see the property in a profile it's a clickable link that ...
4
votes
4answers
2k views
How do I get the user profile from an e-mail address?
What is the best way to fetch the user profile from an e-mail address?
I have a site collection in which I have to get a hold of a MOSS UserProfile object and I only have the users e-mail address. ...