Asked By
challamalli
10 points
N/A
Posted on - 05/21/2012
 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?
Answered By
rafi123
0 points
N/A
#157789
0x80070005 E_AccessDenied error comes up while scheduling Crawl
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:
-
Click Start, click Run, type cmd, and then click OK.
-
At the command prompt, type the following command, and then press ENTER:
attrib –s %windir%task
-
 %windir% is the path of the Windows folder. For example, the path can be C:Windows.
-
In Windows Explorer, right-click the Tasks folder, and then click Properties.
-
In the Tasks Properties dialog box, click the Security tab, and then click Add
-
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
-
Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
-
In Internet Information Services (IIS) Manager, right-click ComputerName (local computer), click All Tasks, and then click Restart IIS.
-
Click Start, click Run, type cmd, and then click OK.
-
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!