Sharepoint 2010 计时器作业未执行

发布于 2024-10-19 08:15:05 字数 183 浏览 7 评论 0原文

最近,当我运行升级或卸载 .wsp 的命令时,会创建一个作业并计划在同一分钟内运行,而不是执行实际的命令。如果我尝试手动启动作业,它不会启动,只是根据当前时间戳重新安排自身。

我认为一些应该运行所有作业的全球服务无法正常工作...

您知道什么可能导致此问题,或者我该如何解决它?

非常感谢任何帮助!谢谢。

Lately, when I run a command of upgrading or uninstalling a .wsp, a job is created and scheduled to run in the same minute instead of executing the actual command. If I try to start the job manually it does not start, simply reschedules itself for the current timestamp.

I think some global service which is supposed to run all the jobs is not working...

Do you have any idea what might cause this, or how could I fix it?

Any help is greatly appreciated! Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

丶情人眼里出诗心の 2024-10-26 08:15:05

问题是 SharePoint 计时器服务 (sptimerv4) 未启动。当我尝试手动启动它时,收到一条错误消息“由于登录失败,服务未启动”。我重新配置了用于运行此服务的帐户(即使它看起来配置正确),并且......瞧!

此链接帮助我修复它: http://technet.microsoft.com/en -us/library/ff182790.aspx

The problem was that the SharePoint Timer service(sptimerv4) was not started. When I tried to start it manually, I received an error saying "The service did not start due to a logon failure". I reconfigured the account used to run this service (even if it appeared to be correctly configured), and... voila!

This link helped me to fix it: http://technet.microsoft.com/en-us/library/ff182790.aspx

一世旳自豪 2024-10-26 08:15:05

首先,检查SharePoint定时服务(sptimerv4)是否启动。接下来检查服务帐户是否已过期。如果已过期,请添加计时器服务的服务帐户凭据并重新安排。

Firstly, check if the SharePoint Timer service (sptimerv4) was started or not. Next check if the service account has expired. If it has expired, add service account credentials for Timer service and schedule it again.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文