1
vote
1answer
36 views

How to set and retrieve custom profile properties in sharpeoint 2010 FBA

I have one sharepoint site in which FBA was enabled. I am trying to show all the registerd users in a grid. Along with the username and password i want to show some custom properties like company and ...
1
vote
0answers
24 views

E-Mail appearing in 'My Settings' but not in user profile?

As title suggests, there's a user who has confirmed he has his e-mail populated based on what they see in 'My Settings'. However, when I'm trying to do something in code with their e-mail I can't ...
5
votes
3answers
274 views

How to get two User Profiles service application using C#?

Is it possible to get two User Profiles service application 1). User profile service1 2). User profile service2 I have some code which only fetches the Ist User profile service application but ...
1
vote
0answers
175 views

Migrating MySite User Profiles to new account

We are currently in the process of changing (AD) domain and user names for users. This is done gradually, and the old and new domain/user names will coexist in a transition period. A challenge we ...
1
vote
1answer
36 views

CurrentUser.Name different on dev to test?

Locally (during development) CurrentUser.Name brings back a nicely formatted first name and surname: "Dee Mac". On test it brings back "DOMAIN\DeeMaC". Is there anyway I can ensure I'm gettin a ...
2
votes
1answer
70 views

Deleting a SharePoint User Profile remotely

Can anyone tell me how to delete a SharePoint user profile remotely? I don't see a way to do this using SharePoint Web Services or User Profile Services. The following code works fine when run on ...
0
votes
1answer
167 views

Showing users like SPFieldUser

Is there an option to show users like the SPFieldUser? I have a custom c# webpart and want show usernames. Every username i want to link to a userprofile. I also want the online status of a user.
1
vote
3answers
1k views

Location of Microsoft.Office.Server.UserProfiles.dll

I am working on a Feature in C# in VS2010 for a Sharepoint 2010 site. The business logic requires working with user accounts, so we are using UserProfile and UserProfileManager. Theoretically (I ...
3
votes
2answers
3k views

Can't access the user profiles in a console application

I want to make some manipulation with the user profiles from a console application. I'm trying to enumerate the profiles, with no success : var mysite = "http://my"; ...
0
votes
1answer
609 views

Adding and Removing fields to the user profile

Is it possible to add and remove fields from the user profile? For example I want to add a field for LinkedIn profile and remove the Schools field.
2
votes
3answers
1k views

Updates are currently disallowed on GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates' property on SPWeb

I want to update the user profile details through the code however it is throwing the below exception "Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...
1
vote
1answer
34 views

My Site Links go to incorrrect domain

I have a my sites host site collection (http://insitedev/site/my) but when I click on some of the links they go to the machinename instead of the host name I have set up. This can be seen in the video ...
0
votes
2answers
1k views

Need Help - How to update listitem of type User in sharepoint 2010?

I am trying to update a list which is having User content type field, where I am saving users name selected from people picker. Now my requirement is to add/remove a particular person in that list ...
2
votes
1answer
647 views

UP sync - External content type picker doesn't show content type

I create simple content type in SPDesigner. After that I gave all privilegies to that content type (in CA->BDCService; for my user account). Also this content type has both necessary (ReadItem and ...
1
vote
1answer
444 views

User profile sync with AD and custom provider

This is kind of sequel for [question]: How to bulk import User Profiles from a legacy system and pre-create MySites. After research I went with next strategy: Part of users in new system will be ...
3
votes
3answers
680 views

How to bulk import User Profiles from a legacy system and pre-create MySites

I need suggestions how to accomplish one upgrade task. I have list of user accounts in .csv file which I need to import to SP2010 and create user accounts with appropriate attributes. Also this ...
1
vote
2answers
426 views

UserNotFoundException with ActivityManager

Here is a weird situation. The site works with forms based authentication. I need to get the activity feed of the current user. As you know in FBA mode login names are prefixed with ...
1
vote
1answer
90 views

How to ignore the HTML components while retrieving the user profile data in sharepoint 2010?

I am using a powershell script to retrieve the user profile information (i.e., about me, skills...) $usp["sps-skills"].tostring() It is getting the required information however the data also ...
2
votes
2answers
2k views

How do I get all of the user profile fields?

How do I get all fields from user profiles including quote and tags? I'm using C#.
2
votes
3answers
795 views

Sharepoint wrong profile information displayed on master page

The master page on our SharePoint 2007 sites display the current user's department and division. The users department and division are sourced from the SharePoint profile. Recently, we have been ...
1
vote
2answers
1k views

Creating a User Profile section programmatically

I'm attempting to create a new user profile section programmatically but without success. The problem is with the Type property of the Property class. When I specify a value such as "section" for ...