Tagged Questions
0
votes
1answer
22 views
SharePoint 2010: Programmatic changes to user property not creating change token
I have a webpart that provides an interface to a new field for users, and when I save the changes, I notice that there arent any new events in the collection returned from the profile.GetChanges() ...
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
0
votes
0answers
73 views
How can I map the ADGuid Property for import in the User Profile Service Application?
I am trying to use the User Profile Service Application to import the ADGuid (Active Directory ID) from Active Directory into SharePoint 2010. There is already a default property to store this data, ...
2
votes
0answers
94 views
No results when searching with special characters in custom metadata property
We have an issue with SharePoint 2010 Search. Currently, we have a property in Active Directory, for each user, that specify their initials. We have a scheduled task that runs every hour to sync these ...
0
votes
0answers
155 views
Edit UserProfileProperties in Sharepoint 2010 using PowerShell
As I mentioned above I want to modify given UserProfileProperties.
http://www.c-sharpcorner.com/uploadfile/anavijai/modify-user-profile-properties-in-sharepoint-2010-using-powershell/
This is what I ...
0
votes
1answer
466 views
Delete sharepoint user property using powershell
This is the script im using to delete the sharepoint userprofile property using powershell.
#Load Sharepoint SnapIn
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction ...
0
votes
0answers
144 views
User Profile - MultiloginAccounts - Claims: Forms Based Auth and Windows
In SharePoint 2010, I'm using Forms Based Auth with the LDAP role and membership providers. I have the SPS-ClaimID mapped properly so the Forms Based Profile is sync/mapped to the AD Profile.
What ...
0
votes
0answers
74 views
SharePoint Group Members Picture Showing Wrong
I had created 2 User Profile Service Applications and i am assigning service connections to each web application depending on whether they are intranet or internet but in the user information list in ...
0
votes
1answer
177 views
User Profile Service Configuration problem: no update of user information even in full synch
I'm encountering some problems with UPS. After the installation every user from sharepoint has all fields parametrized (eg.: Department) but if I change them and launch a Sync (full or incremental) my ...
2
votes
2answers
1k views
User Profile Synchronization: How to delete/overwrite “Job Title” property?
The UPS animal is a strange one. I just don't know how I can delete or overwrite a property completely.
I have the Job Title property (Imported from AD) filled on all my users. I want to change this ...
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
387 views
BDC - User profile sync won't sync with sql server/wcf service
I created simple web service which implement 2 methods (one (no parameters) return list of object, another (one parameter - upId int) returns simple object with 3 properties (bool, string, and int ...
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
2k views
GetUserProfile Method Failure
I am trying to understand why the following error occurs. It seems to me that this fails whent the _userName does not have a My Site. I have seen that this code works in environments where My Sites ...
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 ...
7
votes
2answers
696 views
Tracing user profile changes without iterating all the through?
Due to the project requirement, we want to trace the user profile property changes (made through mysite) whenever they do.
Is it a good idea to insert a javascript (through a delegation control) and ...
1
vote
2answers
2k views
Sharepoint 2010 grab SIP address from AD?
I would like to have the 'SIP Address' (eg. sip:myname.companyname.com) field automatically filled in so we can use Portal's 'presence' functionality - as far as I can see we have no dedicated LDAP ...
