Skip to main content

Access denied when editing the content source

The problem
You get access denied when you try to edit the content source in Microsoft SharePoint 2007.
I ran into this error after I changed the "Farm Search Service Account".
Application error when access /_layouts/searchsspsettings.aspx
Error=Access is denied.
(Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

The cause could be
WSS_WPG group account does not have the correct permissions to the %windir%\Tasks folder on the computer that is running the indexing service.

Fix the problem
Add the WSS_WPG group to the Tasks folder.
  1. Log on to the servver that is running the indexing service with an account that has administrative permissions.
  2. Do the following step (2) if you don't have the security tab in the properties section of the %windir%\tasks folder:
  3. At the command prompt, run: attrib –s %windir%\tasks
    Note: If Windows Explorer is open when you make this change, you will not see the extra tab in Windows Explorer. If Windows Explorer is already open, close and then reopen it before you perform step 3.
  4. Right-click the Tasks folder, and then click Properties.
  5. In the Tasks Properties dialog box, click the Security tab, and then click Add.
  6. In the Select Users, Computers, or Groups dialog box, type WSS_WPG in the Enter object names to select box, and then click OK.
  7. Grant the following permissions for the WSS_WPG account, and then click OK:
    ◦Read
    ◦Write
  8. IISRESET.
  9. Run attrib +s %windir%\tasks to reset the Tasks Property back to the default view.

Comments

Popular posts from this blog

The form cannot be submitted because of an error

Problem I created a reusable approval workflow in SharePoint Designer 2010. I initiated the workflow. Then when I filled in the Assigned To field I got an error pop up saying: "The form cannot be submitted because of an error". Solution Uninstall the KB2553322 for SharePoint Designer. I didn't uninstall KB2553322 for Microsoft Office. Restart SharePoint Designer. Recreate the workflow.

Can't read from source file or disk

When you are using Windows Explorer View in SharePoint you can't MOVE a file from one site to another if it's not directly below the root site, but you can copy the file. See the different scenarios below. Working Scenario Moving files between libraries within the same site. For example: "http://sharepointsite/sites/site1/site2/library1" (source) "http://sharepointsite/sites/site1/site2/library2" (destination) Moving files between libraries across different sites as long as they are directly below the root site. For example: "http://sharepointsite/site1/library1 (source) "http://sharepointsite/site2/library2 (destination) Non-working Scenario Moving files between libraries in sub-sites that are more than 1 level below the root site. For example: "http://sharepointsite/sites/site1/site1/library1" (source) "http://sharepointsite/sites/site1/site2/library2" (destination)

Problem installing service pack 1 for SharePoint Foundation 2010

I have a SharePoint farm with one application server, two WFE servers and one db server. When I ran the configuration wizard after I installed service pack 1 on the application server and the WFE servers I got an error that said that the service pack was missing on the WFE servers. Solution: Open your powershell editor and execute the following command on the WFE servers. Get-SPProduct –local Then run the configuration wizard again.