调度程序不运行0x8004131F

Bha*_*mar 5 php vbscript job-scheduling

我想每5分钟运行一次PHP脚本,所以我创建了VBScript,这个VBScript将启动PHP应用程序,这个VBScript将在控制面板的Scheduler任务中配置.计划作业从未运行过以下错误代码An instance of this task is already running. 0x8004131F.

更新说明:

终于今天我已经确定了调度问题.我有两个用户,两个用户都有相同的权限(管理员).考虑user1,user2.

当我在user1下安排SCRIPT时.脚本将按计划时间自动启动.

但是当我在user2下安排SCRIPT时.脚本不会运行.我也被提到了错误."此任务的实例已在运行.0x8004131F".

这个问题仍未解决.

Sau*_*tel 6

您可以"Do not start a new instance, If the task is already running, then the following tule applies"在此任务的设置中选择该选项.