Hi,
I need to run set of batch files through task scheduler without the need of the user being signed on the host. I have been using the domain account to create tasks and everything was working fine until, after a few months of flawless work, all of them failed. Task scheduler history showed error 2147943726. I looked in the internet and there was a note that to fix that, it is better to use Users group which I did but here is a problem. When I change the owner to ...\Users in task's properties I am unable to change security options and task is automatically being set to run only when user is logged on and in fact these tasks don't launch if I am not logged on the machine.
I tried to change them to be owned by SYSTEM and they work but unfortunately some of them need to copy files across network shares and using SYSTEM user as a tasks' owner can't do that.
Here is my actual question:
how can I prevent 2147943726 from occuring again, permanently, using named account or what is the working solution of scheduling the scripts without the need of user being logged on but also being able to copy the files across shares?
Thank you in advance.
B.