Sunday, December 27, 2009 #

Error editing content source schedule in Microsoft Office SharePoint Server 2007: “Access is denied”

Symptom:

When you try and edit the crawl schedule in MOSS, you get an access denied:

Access is Denied (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED))

Problem:

The wss_wpg doesn't have read/write permissions on the Windows/Tasks folder

http://support.microsoft.com/default.aspx?scid=kb;en-us;926959&sd=rss&spid=11373

Solution:

1. Change attributes of Tasks folder by typing this in a command prompt:

attrib -s c:\windows\tasks 

2. Restart Windows Explorer.

3. Add the wss_wpg account with read/write permissions to the permissions of the folder

4. Change the attributes of the Tasks folder back to a system folder:

attrib +s c:\windows\tasks

 

Posted On Sunday, December 27, 2009 5:51 PM | Feedback (0)

Turn off custom errors

 

  1. Navigate to the site directory.
  2. Backup web.config.
  3. Open web.config.
  4. Switch Custom Errors off. Search for “customErrors” and set the value to “Off” instead of “On”. You can also set the value to “RemoteOnly” to troubleshoot a production issue.
  5. Enable CallStack. Search for “CallStack” and set the value to “true” instead of “false”.
  6. Save web.config.

Posted On Sunday, December 27, 2009 4:08 PM | Feedback (0)

Copyright © Cherie Riesberg

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski