If you ever need to figure out what are the default user profiles properties provided by SharePoint 2010 - you can follow this link.
You may also want to have a look at the Microsoft.Office.Server.UserProfiles.PropertyConstants class, you may find it here.
I hope this has helped you as it did me.
Over the years, I’ve performed many technical roles — from hands-on engineering to enterprise architecture — and always found joy in sharing ideas through blogging. After a bit of a hiatus from blogging, I thought I’d start again and try my luck at putting thoughts out there. My hope is to spark collaboration, challenge assumptions, and maybe even help us do things a little better. So here are my ramblings for now…
Showing posts with label SharePoint Search. Show all posts
Showing posts with label SharePoint Search. Show all posts
Wednesday, May 8, 2013
Wednesday, September 8, 2010
Access Denied - SharePoint Crawl Schedules
When you try and create or update a crawl schedule, you are prompted for a username and password, but for some strange reason your user credentials doesn't seem to work.
Upon examing the logs, you will find an Access Denied error.
This error occurs when the WSS_WPG group does not have the correct permissions to the c:\windows\tasks folder.
To solve this,
Open up the command prompt, type attrib –s %windir%\tasks, navigate to the c:\windows\tasks folder using windows explorer, right click and select the properties and then the securities tab, grant the WSS_WPG user Read, Write permissions to the folder, now reset IIS, using the following command, IISRESET \NOFORCE, then reset the folder back to the default view using the following command in the command prompt attrib +s %windir%\tasks.
For more info please see Microsoft article http://support.microsoft.com/kb/926959
Upon examing the logs, you will find an Access Denied error.
This error occurs when the WSS_WPG group does not have the correct permissions to the c:\windows\tasks folder.
To solve this,
Open up the command prompt, type attrib –s %windir%\tasks, navigate to the c:\windows\tasks folder using windows explorer, right click and select the properties and then the securities tab, grant the WSS_WPG user Read, Write permissions to the folder, now reset IIS, using the following command, IISRESET \NOFORCE, then reset the folder back to the default view using the following command in the command prompt attrib +s %windir%\tasks.
For more info please see Microsoft article http://support.microsoft.com/kb/926959
Subscribe to:
Posts (Atom)