Hello all,
I have a bat file that I setup a schedule for (Win2k Server SP2). I am using a domain user account the has logon locally and from network rights. The account is a member of the local users group. It has the neccessary NTFS rights to the batch file. The Task Scheduler servive is running under the local system account. part of the batch file calls a blat program which shoots off an email to an SMTP server.
When I run this it fails with the following statement in the log file:
Unable to start task.
The specific error is:
0x80070005: Access is denied.
Try using the Task page Browse button to locate the application.
When I run the job as a user with localadmin rights it works. I can not find any literature stating that the task has to be run with a user that has local admin rights.
Also, this testing was done while I was logged on, although in production there will be no one logged on.