The State Service Delete Expired Sessions timer job is not enabled (SharePoint Server 2010)
Применимо к: SharePoint Server 2010
Последнее изменение раздела: 2010-06-23
Rule Name: The State Service Delete Expired Sessions timer job is not enabled
Summary: The State Service uses a timer job to delete data for expired sessions from the State Service databases. If this timer job is not enabled, the server that hosts the State Service database will run out of disk space and the SharePoint farm will cease to function
Cause: The State Service Delete Expired Sessions timer job is not enabled.
Resolution: Enable the timer job by using Central Administration
Verify that the user account that is performing this procedure is a member of the Farm Administrators group.
Примечание
The timer job settings are farm-wide and cannot be set for individual servers in the farm.
In Central Administration, on the Home page, click Monitoring.
On the Monitoring page, in the Timer Jobs section, click Review job definitions.
On the Job Definitions page, click the State Service Delete Expired Sessions timer job.
On the Edit Timer Job page, specify the schedule that you want, and then click Enable.
Resolution: Enable the timer job by using Windows PowerShell
Verify that you meet the following minimum requirements: См. статью Add-SPShellAdmin.
On the Start menu, click All Programs.
Click Microsoft SharePoint 2010 Products.
Click SharePoint 2010 Management Shell.
At the Windows PowerShell command prompt, type the following command:
Enable-SPTimerJob StateServiceExpiredSessionJobDefinition
For more information, see Enable-SPTimerJob.
Примечание
Для выполнения административных задач из командной строки мы рекомендуем использовать Windows PowerShell. Программа командной строки Stsadm является устаревшей, однако она добавлена для совместимости с предыдущими версиями продукта.