D
dazzerb
Hi
Firstly I have tried EVERYTHING suggested in this forum post which is nearly four years long! (Scheduled task won't run .bat file)
I just cannot get tasks to run on Server 2012.
The task needs to run whether or not the user is logged on.
The account is a member of the local admins and had FC rights to the folder where the task resides.
I am using a test task to test with which is called
c:\temp\TestTask.CMD
and it had one line that does the following
echo %date% %time% >> c:\temp\TestTask.txt
No matter what I do i.e. add path to Start in field, run with highest privileges, etc.. I get the error
The operator or administrator has refused the request (0x800710E0)
I have disabled UAC
The account is set to 'Logon as Batch' in secpol.msc
When I just double click the CMD it work and if I right click / Run in Task Scheduler it works.
It does not work when it triggers based on time.
I have been creating Windows scheduled tasks for 15 years and have never had issues like this before. Seems like I can recreate problem on other servers too in the domain.
Please HELP!
The operator or administrator has refused the request (0x800710E0)
Continue reading...
Firstly I have tried EVERYTHING suggested in this forum post which is nearly four years long! (Scheduled task won't run .bat file)
I just cannot get tasks to run on Server 2012.
The task needs to run whether or not the user is logged on.
The account is a member of the local admins and had FC rights to the folder where the task resides.
I am using a test task to test with which is called
c:\temp\TestTask.CMD
and it had one line that does the following
echo %date% %time% >> c:\temp\TestTask.txt
No matter what I do i.e. add path to Start in field, run with highest privileges, etc.. I get the error
The operator or administrator has refused the request (0x800710E0)
I have disabled UAC
The account is set to 'Logon as Batch' in secpol.msc
When I just double click the CMD it work and if I right click / Run in Task Scheduler it works.
It does not work when it triggers based on time.
I have been creating Windows scheduled tasks for 15 years and have never had issues like this before. Seems like I can recreate problem on other servers too in the domain.
Please HELP!
The operator or administrator has refused the request (0x800710E0)
Continue reading...