The User Profile Service in SharePoint is responsible for synchronising user data to and from SharePoint to identity stores such as Active Directory, LDAP and many others.
0
votes
2answers
683 views
Sync between the Content DB and Profile DB is not happening?
Sync between the Content DB and Profile DB is not happening since a week, even the command "stsadm -o sync -DeleteOldDatabases 0" is failed to respond. is there any other specific command can be used ...
7
votes
2answers
678 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 ...
2
votes
1answer
343 views
Is the User Information List deprecated in SharePoint 2010?
Is the User Information List deprecated in SharePoint 2010? I have been advised that it is, and that it can no longer be easily synched with AD.
It has been suggested that if I need this sort of user ...
1
vote
1answer
91 views
Shared Services with FBA enabled does not allow access to administrative actions in SSP_Admin
I'm in the process of integrating an image into SharePoint 2007's user profile, after a user has uploaded an image and we store it as a custom profile property in ASP.Net membership.
I've read ...
1
vote
1answer
233 views
Why is ServerContext always null?
I have a web part, hosted within a SharePoint 2007 site that has Forms Authentication enabled. During the registration process, I allow users to upload a profile image which gets stored within ASP ...
1
vote
0answers
336 views
How does Membership show in Mysite - SharePoint 2010 - Part-2?
User's membership is not getting populated in the Membership tab on Mysite in our SharePoint 2010 environment. It was working fine until we provisioned a new UPA (used the existing profile and social ...
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 ...
0
votes
4answers
2k views
Deleted Service Application, Service Instance(s) Remain
The User Profile Synchronization Service was not properly configured and was stuck in "Stopping" state. I was able to delete the User Profile Service Application but the User Profile Service ...
1
vote
1answer
238 views
can I create organization profiles manually, and add AD users to it?
I have partners with an AD account in a specific OU (for authentication purposes).
The schema hasn't be customized.
using the SharePoint OM and/or BCS and/or profile sync, can I create partners ...
1
vote
1answer
477 views
ProfileManagerBase.Search Method doesn't return all items
I'm trying to query all the UserProfile objects imported into SharePoint 2010 User Profile Service using OM using this:
SPServiceContext context = SPServiceContext.GetContext(site);
...
1
vote
2answers
187 views
User Profile Replication Problems when Many Colleagues
We are using User Profile Replication Engine http://technet.microsoft.com/en-us/library/cc663011.aspx to transfer information from old userprofile service to new userprofile service.
Anoyne else ...
0
votes
2answers
1k views
Why is the Domain\Username showing up instead of the full name in User Profile Sync Service?
I have the user profile sync service setup and running; with all of it's idiosyncrasies. I am however still getting the domain\username showing up instead of the person's first and last.
I've ...
5
votes
2answers
581 views
SharePoint Organization Profiles
I noticed that SharePoint User Profile Service now includes a definition for Organization Profiles. I think this is a really interesting new feature, but I'm not sure how it is used inside of ...
1
vote
2answers
951 views
MySite Organization Browser
Anybody know where the data for mysite Organization Browser is stored (the silverlight webpart)? We have a employee who left the company but he is still showing up in the Org Browser. He has been ...
3
votes
2answers
3k views
Active Directory thumbnail sync with SharePoint 2010
I've got the User Profile service setup in SharePoint 2010 to sync user profiles with Active Directory. It is working and pulls down changes from AD.
What I would like to do is allow users to change ...
3
votes
1answer
1k views
Event log errors with Forefront Identity Manager / User Profile Service
My event log is filled with errors with event ID 3. I am running a SharePoint 2010 farm with one front-end server and a dedicated database server.
The events look something like this:
...
1
vote
2answers
641 views
Sharepoint shows wrong account for User Profile Syncronisation Service
I've been trying to start UPS Sync Service in my SP2010 Farm.
Here what I do:
Create a UPS Sync Service Application with a managed account (DOMAIN\spservices).
Click on newly created application, ...
2
votes
2answers
171 views
User Profile Synchronisation Service Provision Problem
I'm having exactly the same problem as stated here: http://serverfault.com/questions/148924/sharepoint-2010-user-profile-synchronization.
I checked the page at harbar.net but I don't know what ...
1
vote
0answers
298 views
problem syncing user profile info to site collection
sp2010 Server - I've got a site collection where the user profiles aren't getting updated from the Farm Profile store. specifically I noticed that photos I've uploaded to the user profile aren't ...
5
votes
1answer
732 views
Can/should you migrate the User Profile Service databases?
We migrate the Content and Metadata databases to our Test environment from Production, although I was recently asked if we should be moving the User Profile Service databases as well. I don't really ...
2
votes
2answers
379 views
How to migrate User database from FBA to AD in SP2010
I have successfully migrated from WSS 3.0 to SP2010.
The User database is FBA.
However, I need to migrate from FBA to Active Directory (AD).
I need to know the process to migrate this User Database ...
0
votes
2answers
265 views
How can I upload documents/pictures into a users “My Site” Shared documents/pictures?
Is there any easy way to upload documents/pictures into a users "My Site" Shared Documents/Pictures? Maybe using the user profile service?
The only way I can think to accomplish this is to first get ...
3
votes
1answer
263 views
Forefront Run Profiles not created when creating user profile service from PowerShell
I'm trying to achieve a full User Profile setup for SharePoint 2010 using PowerShell, including the creation of the Active Directory connection.
My PowerShell source code comes mainly from here.
// ...
2
votes
2answers
588 views
Supplementing User Profile with information from BCS
I've got my external content type and BCS all sorted and working - the list view of the external list shows 100% in the site and the external content type shows under my BCS service application.
Now ...
4
votes
1answer
415 views
Error message on new farm “Failure checking user access permissions for User Profile Application Proxy”
I have created a new SharePoint farm and am getting an error message when I create sub-sites. The sub-site appears to be created fine (links appear to it in menus) but I also get an error when I ...
