SharePoint计时器作业未运行,显示为不适用于日志 [英] SharePoint timer jobs not running, appearing as not applicable in log

查看:96
本文介绍了SharePoint计时器作业未运行,显示为不适用于日志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个SharePoint 2016服务器场,包含2个应用程序,2个wfe和2个分布式缓存服务器。我们面临的问题是,大多数计时器作业未运行且其上次运行时间显示为 NA。   没有自定义作业。为了
解决问题,尝试了以下解决方案,但没有成功:


*清除所有服务器上的缓存,重新启动计时器作业,重置iis。


*重新输入计时器作业用户帐户的登录凭据。


*更改计时器服务的用户帐户。


检查时日志文件出现错误"作业定义{作业名称},ID {作业ID}不适用,忽略"。该链接提供了该日志文件  Log
File


感谢任何解决问题的建议。

解决方案


请确保您的SP服务器中正在运行SharePoint定时服务。




如果您通过PowerShell枚举计时器作业:


Get-SPTimerJob |其中{


_ .DisplayName -like"<计时器作业名称>"}


它是否显示正确的上次执行时间?


谢谢,


Dean Wang


We have a SharePoint 2016 farm with 2 app, 2 wfe and 2 distributed cache servers. We are facing issue that most of the timer jobs are not running and their last run time is appearing as NA.  There is no custom job. In order to resolve the issue, tried the below solutions but no success:

* Clear the cache on all servers, restart timer job, reset iis.

* ReEnter the logon credentials for timer job user account.

* Change the user account of timer service.

While checking the log files got error that "Job definition {Job Name}, id {Job ID} not applicable, ignoring". The log file is available at this link Log File.

Appreciate any suggestion to resolve the issue.

解决方案

Hi,

Please make sure that SharePoint Timer Service is running in your SP servers.

If you enumerate the timer job via PowerShell:

Get-SPTimerJob | where {


_.DisplayName -like "<timer job name>"}

does it show a proper last execution time?

Thanks,

Dean Wang


这篇关于SharePoint计时器作业未运行,显示为不适用于日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆