Metadata about a user.
5
votes
1answer
209 views
Determining if a user should be able to see another user's profile property in code
I'm trying to create a Web Part that will conditionally display its contents if the current user has permission to see a specific user profile property. Here's what I've got so far. It seems that I ...
2
votes
1answer
396 views
list most recently added user profiles?
In a web part (either out of the box or custom), I would like to list the user profiles most recently imported from Active Directory. This would be roughly equivalent to the most recent hires. Is this ...
1
vote
1answer
534 views
NullReferenceException when instantiating UserProfileConfiguration
I'm following the instructions at How to: Create and Edit a User Profile Property. I keep getting a NullReferenceException on the call to the UserProfileConfigManager constructor. The context ...
3
votes
2answers
410 views
How to hide user properties
Can I conditionally hide properties being displayed using SPSWC:ProfilePropertyDisplayName and SPSWC:ProfilePropertyValue based on the field policy settings "Default Privacy Setting" (or the "Show To" ...
2
votes
1answer
341 views
Retrieve only the fields shown in userdisp.aspx from User Information List
I have built a Web Part in Visual Studio 2008 to show the current user's information (this is for WSS 3.0).
I have no problem iterating through all the fields in the SPListItem, but I want to filter ...
2
votes
1answer
857 views
Event IDs 8311, 6803, 6110, and 6801 after new SSL certs installed and December CU
About a week ago I installed new SSL certificates. Few days I configured the export thumbnailPhoto attribute for the User Profile Sync. I've never actually been able to successfully export the photos ...
0
votes
2answers
63 views
Individual Blogs
Is it possible for each person in SharePoint to automatically have their own blog? I found http://answers.oreilly.com/topic/1368-how-to-create-a-blog-site-and-manage-blog-posts-in-sharepoint-2010/ ...
1
vote
1answer
316 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
108 views
Organization Browser Performance
We have just launced our new SharePoint site. The Organization Browser seeks slow. We did not notice this in testing. Is there anything can be done to increase performance?
1
vote
1answer
379 views
move my site profile information from one server to another
I used central administration site collection backup to back up a My Site, and then used PowerShell restore-spsite to restore it on another server. All of the content moved, but the profile ...
4
votes
2answers
2k views
How can I export User Profile Custom Properties for importing into a different environment?
Is there a PowerShell or other mechanism that I can use to export out the custom property definitions from the Manage User Properties page in Central Admin from one environment to another?
I know I ...
1
vote
1answer
148 views
User Profile Issues with October 2011 Cumulative Update
I'm not sure if this is related to the October 2011 Cumulative Update or not, but wanted to see if anyone else was experiencing the same and maybe knew how to fix it. I installed the Oct CU last week ...
3
votes
1answer
357 views
User Synchronization SharePoint to AD
Is it possible to sync SharePoint user profile back to AD. I want users to be able to change there Job title which is mapped to an AD field. If they change it I want AD to show the change. Is this ...
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. ...
3
votes
2answers
2k views
User Profile Sync will not sync any users
I click on Start Profile Synchronization (Full or Incremental) and nothing happens. It never shows it going through the different sync stages.
Running with farm account that has full rights
...
1
vote
2answers
402 views
Microsoft.Office.Server.UserProfiles.UserProfileManager.GetEnumerator() what does it return?
I know it returns an array of user profiles but how do I see what fields are on the profile so that I can maniplaute it.
2
votes
1answer
141 views
Adding fields to the Business Card
How do you add fields to the business card under my profile? I have created a custom property for linked in profile and I want this to display on the card.
7
votes
2answers
534 views
How can I Move Windows User Profiles to FBA User Profiles?
I'm working with an extranet that had been configured to use Windows Integrated Authentication in SharePoint 2010. I'd like to move it to FBA authentication, but I'm hung up on the User Profiles.
...
0
votes
1answer
112 views
Can't get Division from UserProfile Store in SharePoint 2007
There is an attribute in AD called "division" which we have mapped in SharePoint 2007 and crawled in. It shows in our Profiles. I'm trying to update a custom list through a timer job that pulls the ...
0
votes
3answers
302 views
SharePoint redirect to add parameter
I want to add a parameter "Force=True" when the user is redirected to userdisp.aspx (when you click on people's name) What is the best way to do it?
Details: I need that because I do not have a ...
1
vote
2answers
239 views
User Profile Service Application - Set a value for a custom property in the user profile
In the Manage User Properties section of the User Profile Service Application I can create custom properties in the user's profile. But how can I set values for it using the SharePoint UI?
I don't ...
0
votes
1answer
81 views
Associate groups or attributes to a SharePoint user
I need to associate some groups or attributes to a SharePoint user and be able to query for those, maybe by using the _vti_bin/UserGroup.asmx or /_vti_bin/UserProfileService.asmx.
Is this possible in ...
0
votes
1answer
110 views
how to add personal detail on sharepoint
I need to create a share point page that contains some information about each user.
For some information about user, it seems that i have to use list for some details like work history, but my ...
2
votes
2answers
641 views
UserProfiles - UserNotFoundExceptio
Scenario:
User X (AD user) has access to the sharepoint environment (full control permissions)
Environment is load balanced
The customer told me they use different domain notations (old = ...
1
vote
0answers
262 views
Add all users to a group when using UserProfileManager?
When I use the UserProfileManager I get all the profiles when using .GetEnumerator() and looping thru them all with foreach($profile in $AllProfiles). After the loop I can get PropertyConstants like ...
1
vote
0answers
116 views
Infopath forms - Filter external datasource items by user profile
As a continuation of another question of mine, I'm implementing cascading drop-downs using InfoPath based on this article . The thing works nice but I'm wondering if there is a way to also filter the ...
2
votes
3answers
447 views
Department lookup from User Profiles - SharePoint 2007
We have some 30,000 user profiles . We'd like to build a custom list with lookup for Department from a unique list of departments in our User profiles.
Possible?
Was thinking of buildin a new ...
4
votes
2answers
158 views
Using the Web Services to determine if a user has a document checked out
(Note I need a solution for this that works on 2007 and 2010)
We have a desktop application that we are adding Sharepoint Check in and out functionality to using the Web Services.
One issue we are ...
0
votes
1answer
203 views
sharepoint 2010 Profile editor generated html
<SPSWC:ProfileEditor id="ProfileEditor" runat="server" /> generates tables, which are not very accessible for blind people.
It would be preferable to have labels and inputs
Would it be possible ...
2
votes
2answers
1k views
Powershell error when trying to hook into UserProfileConfigManager
I am making the following call
new-object Microsoft.Office.Server.UserProfiles.UserProfileConfigmanager($servercontext)
And get the following error:
New-Object : Exception calling ".ctor" with ...
0
votes
1answer
247 views
Create new user profile property from powershell
I have been trying to create a new user profile property using powershell, without any luck.
I have been reading up about User Profile service cmdlets but I keep getting an error saying the cmdlet is ...
2
votes
1answer
1k views
Getting only first value of multi value string in User Profile Property
I defined a multi value string for user profile properties in the backend of my SharePoint 2010. I'm reading the content from the created property like this:
propertyValue = ...
4
votes
1answer
55 views
How can I add a global control to check user has updated her/his profile?
Is there any control/feature/webpart I can add to trigger a functionality globally in any page on a Sharepoint?
I now have a webpart on the homepage that checks if a user is due to update her/his ...
0
votes
0answers
66 views
Sharepoint 2007 User Groups
I've got a SharePoint 2007 site set up but am experiencing issues with getting the user AD group.
When I open the site in a new browser window there appears to be no user information loaded, a symtom ...
0
votes
2answers
694 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 ...
1
vote
2answers
307 views
merge data in a sharepoint2010 user profile property sync with sql using BCS
i have configured the user profile syncing with my custom SQL table.
i require 4 properties that are with 6 columns in the table
& the scenario is i have to concatenate the strings of the 3 ...
1
vote
1answer
121 views
Changing WebPart Custom Property
I want to change a string inside my Code using the customization for the WebPart.
Currently I created a custom WebPart Property like this:
[WebBrowsable(true), Category("Miscellaneous"), ...
0
votes
1answer
224 views
Why does setting a user profile property to Me Only not hide the property when people click on the user's name?
I have a Sharepoint install that is functioning as an extranet. We have been creating accounts for our partners and allowing them into the site.
I would like to hide our staff's phone numbers from ...
0
votes
1answer
617 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
1answer
114 views
Displaying a message to a user to change the image on My Profile
Do you know of a way to display a message on every page when a user had not changed thier default image in there profile. Once there profile has changed then I no longer wish to show the message.
1
vote
2answers
380 views
SharePoint 2010 User Profile Sync issue
I am doing a SharePoint user profile sync from AD, the process is working fine, as shown in the screenshot below got from "Synchronization service manager" 2373 profiles were added.
but only 9 were ...
2
votes
2answers
740 views
Users image in my site programatically
How to get the users image in my site programatically?
I need to show image of the logged-in user in my webpart.
1
vote
1answer
806 views
userdisp.aspx not displaying custom properties in User Profile Service
I've added custom properties in User Profile Server (UPS) like Employee Number, Company Code, and Division Code which it's all getting from Active Directory. It syncs fine and I can see these ...
5
votes
1answer
151 views
UserProfileChangeCollection is not recognizing the change if a property is associated with term store
We want to monitor the "User Profile Changes", so have used "UserProfileChangeCollection". It works perfectly for "UserProfileMultiValueChange" and "UserProfileSingleValueChange" however it is not ...
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
2answers
195 views
user profile changes not reflected
Say, i have 100 users in user profile.
Requirement : Get all user profile changes from a given date-time value to Now(date time) in a collection .Iterate collection to do the necessary changes.
...
1
vote
1answer
1k views
Powershell script to add local user to user profile
Lt me know if this is possible :
i have around 100 local user and i want to add them to user profile.Can any on help me out to create scripts to add the user to user profile.
Also i want the ...
2
votes
2answers
2k views
Get User Profile Section For Properties
I'm wondering if it's possible to get just one section of the users profile properties.
Since i created a new section with custom properties, i would like to call the whole section (including all of ...
2
votes
2answers
764 views
User Profile Sync Pulls Invalid Accountnames
I have a customer with an interesting issue. They are currently synchronizing about 12k user accounts from their domain. They have a selection of accounts that are coming over incorrectly.
Lets say ...
1
vote
0answers
180 views
SharePoint 2007 - setting column to list creator's full name or email? Lookup site user properties?
We installed this codeplex soluiton and activiated in one of our web aps. We are on sp2007 SP2.
http://sharepointapplied.com/2009/01/08/get-full-name-in-sharepoint-designer-workflow/#comment-419
...
