本文介绍了传入电子邮件计时器作业卡住的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Microsoft SharePoint Foundation传入电子邮件计时器作业已卡在0%.自凌晨4:36起未成功运行.多年来运行良好,没有问题.

Microsoft SharePoint Foundation Incoming E-Mail timer job has been stuck at 0%. Hasn't run successfully since 4:36am. It had been running fine for years without issue.

检查传入的放置位置,这是正确的.文件夹中有几百个项目.最早的电子邮件不到1MB.

Checked the incoming drop location, which is correct. There are a few hundred items in the folder. The earliest email is under 1MB.

在CA UI中禁用了作业.作业仍显示在正在运行"下.重新启用作业,无需更改.

Disabled the Job in CA UI. The job still appears under "Running". Re-enabled the job, no change.

该服务正在正确的服务器上运行.然

The service is running on the correct server. Ran

Get-SPServiceInstance | ? {$ _.Typename -eq"Microsoft SharePoint Foundation传入电子邮件"}

哪个返回了我的FE和APP服务器,正确的服务器显示为在线".

Which returned my FE and APP servers, with the correct server showing Online.

Ran

PS C:> Get-SPServiceInstance | ? {$ _.Typename -eq"Microsoft SharePoint Foundation传入电子邮件"}} | Start-SPServiceInstance

返回了

尝试多次重启计时器作业,没有任何改变.

Tried restarting the Timer Job several times, no change.

检查了应用程序的应用程序池,确认了访问权限(服务器管理员组的成员)

Checked the application's app pool, confirmed access (member of server Adminisrators group)

经过检查的ULS,未找到"由于网站超出配额或已锁定编辑,因此无法发送电子邮件.   "

Checked ULS, did not find "E-mail cannot be delivered because site is over quota or locked for editing. "

下一步是什么?

非常感谢.

推荐答案

然后再次启动计时器服务.

Then start the timer service again.


这篇关于传入电子邮件计时器作业卡住的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 23:25