Windows Server备份使用计划备份一直启动失败问题

对公司的域内进行计划备份时候,出现很奇怪的问题,每次都是提示任务计划程序无法为用启动任务。其他数据: 错误值: 2147943785。

经查询该错误问题,确认是权限问题,

但是该错误一般是:

Problem: Windows Task Scheduler Fails With Error Code 2147943785

Solution: This is usually due to a permissions issue. It’s due to the user that is running the scheduled task not having the Log On As Batch Job assignment. To fix it, have your Network Administrator go to Start Menu > Administrative Tools > Local Security Policy > Local Policies > User Rights Assignment > Log On As Batch Job as seen below:

但是去组策略-用户权限分配-登录为批处理作业里查看这边并未设置任何策略,拒绝登录为批处理作业里也未进行定义,经过多此确认,该策略问题,主要涉及批处理定时计划,一般默认是勾选

 

 使用最高权限运行,该权限涉及账号权限问题,当时使用的用户为域内管理员账户,但是非最高权限账户,造成启动失败,切换为最高权限账号,该问题得到解决

 

posted @ 2021-07-27 17:02  Livingdying  阅读(937)  评论(0)    收藏  举报