Scheduling a task in Windows Server 2008 R2

前端 未结 4 765
自闭症患者
自闭症患者 2020-12-15 17:57

I have scheduled a task to run a SSIS job using the Task Scheduler (TS). It is configured to run as a User who belongs to the Admin group.

The security is \"Run wh

4条回答
  •  [愿得一人]
    2020-12-15 18:42

    You might find in sig606's solution that the "Add User or Group" is greyed out in Administrative Tools->Local Security Policy->Local Policies->User Right Assignment->Log on as a batch job, Local Security Setting tab. If that's the case, you need to check your Group Policy in AD. A good reference is here.

    Basically on your DC, Administrative Tools->Group Policy Management->Computer Configuration->Policies->Windows Setting->Security Settings->Local Policies->User Rights Assignment->Log on as a batch job, edit and add your user there.

提交回复
热议问题