Tagged Questions
2
votes
1answer
46 views
Access Denied trying to access SharePoint 2013 REST API, User Profile endpoint
I am building a Provider Hosted App for SharePoint 2013 in PHP. I have been successfully able to generate an access token for my user, and remotely access an api for showing all the lists. ...
0
votes
0answers
13 views
Migrate UPS profiles (win. classic auth.) to ADFS
my question regards to migrating from windows authentication to ADFS without losing UPS profiles data (fields from AD + unmapped fields values) and assuring synch. with AD is still working afterwards. ...
0
votes
1answer
135 views
find sharepoint 2010 user login status
i need to find all share point users login status.
basically i need to create the basic live web chat (like Facebook chat) program with integrate with SharePoint users.
so i need to display all ...
0
votes
1answer
31 views
What is the bext way to update user profile info in AD from Sharepoint?
Is there a way to update a users profile in AD from sharepoint?
Is there a web part available, one that I can develop or any other interface that I could build/use?
Thanks
2
votes
0answers
181 views
SharePoint 2010 User Profile Picture Medium/Large thumbnail mapping the first time uploaded image.New Profile picture is not loaded
I am facing the some critical issue in production server.
I uploaded the userprofile photoA first time for USER A. Its is working fine.
now the image stored in the User Photos/ProfilePicturs
...
1
vote
0answers
26 views
Getting suggestion for people on typing in textbox
I want to build a technique in which if users start typing some name into textbox, then they should be able to get suggestion for matching people's name as drop down list. The names are assumed to be ...
1
vote
0answers
107 views
Current User Filter and List with Folder
I have some folders on the document library with office location in it.
I created a page (list view webpart and current user filter) and used current user field property to match the folder name and ...
6
votes
1answer
68 views
What is the My Site search experience in geographically distributed model?
I'm developing an architecture model for my company's global SharePoint footprint and have a question on the people search experience for a geographically distributed model. My plan right now is to ...
1
vote
2answers
170 views
Why always show same (Admin) login in sharepoint 2010? [closed]
I have installed standalone SharePoint 2010 on windows7 OS. i have created one admin user (Admin) which is default windows user and another standard user name(xxxxx) also a windows user. when i use ...
0
votes
1answer
939 views
Sites not working after sharepoint 2010 server SP1 & Aug 2012 CU
Single server and single farm.
It has SP foundation 2010. I then upgraded it to SP 2010 server SP1 (by first installing SP 2010 server followed by SP 2010 foundation SP1 and then server 2010 SP1 and ...
0
votes
1answer
260 views
Get User Profile Info from Preferred Name
I am trying to fetch the manager full name when a user name is populated in the people picker control. Here are the steps I am following:
Added another control on page.
The ...
0
votes
1answer
244 views
How To Display Both A Username And Their Email In A Custom List
Salvete! In one of my custom lists, I want to add a user-account column (where you display properties of a user or group) to display a user's username, but I also need to display the user's email ...
1
vote
2answers
1k views
User Profile Incremental Synchronization Timer Job runs on wrong server
I have configured 2 User Profile Service instance's on a SharePoint 2010 farm to cater for an Intranet and Extranet Domain. One UPS runs on the app server and hosts the Intranet sync and the other ...
1
vote
1answer
37 views
SharePoint 2010 Profile Enhancements
I am looking for any 3rd party tools that would enhance the useability, functionality, as well as the branding of the SharePoint 2010 MySites.
Currently we would like a more intuitive user interface ...
3
votes
3answers
939 views
User Profiles “User Information” -vs- Mysites
In Sharepoint lists, where it gives you a link to the user who created or modified a file, or to a username specified in a "user field" on a list, sometimes I get a plain "Edit User Profile" panel, ...
3
votes
4answers
1k views
SharePoint 2010 - The account in User Information is not up to date with Active Directory
I'm running a 2010 SharePoint environment and have encountered a problem in the User Information list.
Previously a user logged in with username:
domain\JackSh
But his accountname has been ...
1
vote
1answer
1k views
SharePoint 2010 PeoplePicker Control Not Displaying User Data
In a test SharePoint environment, I have configured the User Profile Service, and the user profiles have been successfully populated into the UPS using the User profile Synchronization Service from ...
2
votes
2answers
523 views
How Can I Enable Editing for User Information AD Properties?
In a list, I have a column for users. When I click on the username it opens up the user profile panel with information gotten from AD for that user. This is good.
You would think that if I ...
0
votes
2answers
878 views
Sharepoint update userprofile problem
Hi i am using below code for update sharepoint userprofile
try
{
SPSecurity.RunWithElevatedPrivileges(delegate()
{
HttpContext con = HttpContext.Current;
SPSite tempSite = ...
3
votes
3answers
4k views
How to get user profile property value when privacy for property set to “Private” (only me)
I have a property in the user profile. This property has privacy settings equal to "Private" (or "Only Me" if working through UI). It means that value for this property will be shown only to you or ...
0
votes
0answers
566 views
Unable to debug in an event receiver sharepoint 2010
When i debug in the event reciever(item adding) as soon as it reached the if condition
i get the following error
unable to automatically step into the server.The remote procedure could not be ...
0
votes
2answers
1k views
MOSS User profile database
What populates entries in to MOSS user profile database?
I've notice that each time a user creates a mysite it adds an entry to user profile database.
Is there any other actions which does the ...
