And again when he re-opened the PWA, again logged in as System account.
This Blog contains information about Microsoft products like Sharepoint, SQL, IIS, ASP.net and More. This Blog contains Facts about diffrent Products and will advance gradually, Do leave me comments to make this Blog useful and Informative and better
Tuesday, May 24, 2011
PWA always logged in as System Account
Auto forward Emails from Outlook to SharePoint Document Library
Wednesday, May 18, 2011
Search Error – ‘Cannot create a file when that file already exists
- Check service account for “Office SharePoint Server Search” in services.msc.
- Change it to “Local System Account” or use Farm Admin account to run the service.
- Restart the OSearch service from service.msc and also from Central Admin.
Exclude crawling content based on creation date
Sunday, May 1, 2011
MOSS 2007 User Profile AD Sync Issue
- User Profile Import Schedule was not running as per configured Schedules
- We have to manually run the Incremental crawl which pulled the users from different ADs.
- Profile Synchronization, Quick Profile Synchronization Jobs were running successfully.
- There were totally 90000 profiles, pulled from different domains.
- Imported User profile details (changes) were not getting published to the web applications.
- We were able to see the changes in SSP database in “UserProfileValue“table.
- On the other hand when we removed the user from site and added him back the changes are reflected in the web application.
Ran following commands to get rid of this issue
stsadm -o sync -listolddatabases
Resulted in number of GUIDs, so ran following command to delete those GUIDs
stsadm -o sync -deleteolddatabases
And then
stsadm -o sync
To check connection between AD and MOSS ran following command
stsadm -o getproperty -propertyname peoplepicker-searchadforests
If its resulted in NO, then we have to set connection between AD and MOSS using following command
stsadm –o setproperty –pn peoplepicker-searchadforests –pv
Display SharePoint site user with only user name (without domain name)
Click on the arrow besides Welcome domain name \ user name and then click on My Settings
There are following options Account , Name, etc.
Check Name option, if it will show you Domain name \ user name then you has to change the display name in user’s AD attributes because this information is directly fetched from AD via SSP.
After change in Display name in AD attributes recheck user profile properties under SSP user
profiles and properties
Please let me know in case of any queries