0x80070005 E_AccessDenied error comes up while scheduling Crawl

Asked By 10 points N/A Posted on -
qa-featured

 I got an error when scheduling crawl. The error message says "0x80070005 E_AccessDenied". Please help me to fix this issue and the suggest me the steps to be performed and how I need to perform those steps?

SHARE
Answered By 0 points N/A #157789

0x80070005 E_AccessDenied error comes up while scheduling Crawl

qa-featured

when scheduling crawl error occurs when Wss_wpg group account does not have correct permission to the %windir%task folder on the computer that is running the office share point server 2007.

The solution is:

  1. Click Start, click Run, type cmd, and then click OK.
  2. At the command prompt, type the following command, and then press ENTER:

    attrib –s %windir%task

  3.  %windir% is the path of the Windows folder. For example, the path can be C:Windows.
  4. In Windows Explorer, 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.

After doing this you should Grant the following permissions for the WSS_WPG account, and then click OK:

           Read

  • Write
  1. Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
  2. In Internet Information Services (IIS) Manager, right-click ComputerName (local computer), click All Tasks, and then click Restart IIS.
  3. Click Start, click Run, type cmd, and then click OK.
  4. At the command prompt, type the following command, and then press ENTER:

    attrib +s %windir%tasks
    From here : https://support.microsoft.com/en-us/help/926959/error-when-you-try-to-edit-the-content-source-schedule-in-microsoft-of
    Hope that helps!

Related Questions