|
| |||||||||
| Tags: 2003, scheduled |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Scheduled Tasks in Windows Server 2003 (SP1) could not start
Hi, I have a set of scheduled tasks (daily) which have been running fine for a few years but suddenly having problem running since last week. The error message is: The attempt to log on to the account associated with the task failed, therefore, the task did not run. The specific error is: 0x80070569: Logon failure: the user has not been granted the requested logon type at this computer. Verify that the task's Run-as name and password are valid and try again. The scheduled tasks are run using the Administrator (Local) account and password. We tried re-entering the Administrator password for the individual tasks and manually kick off the task, which works. But on the next day, the same problem will happen again. We have also tried: 1) Delete the scheduled tasks and create them again. Doesn't work. 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't work. 3) Restart the service. Doesn't work. 4) Reboot the server. Doesn't work. 5) Change the Administrator password. Doesn't work. As far as I know, we did not apply any updates for the past 2 weeks. Anyone have any ideas to resolve this? Thanks in advance! Regards, Nigel |
|
#2
| |||
| |||
| Re: Scheduled Tasks in Windows Server 2003 (SP1) could not start
Hello nigel, Check the logfile in the scheduled tasks under Advanced, View log for additional errors. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hi, I have a set of scheduled tasks (daily) which have been running > fine for a few years but suddenly having problem running since last > week. > > The error message is: > > The attempt to log on to the account associated with the task failed, > therefore, the task did not run. The specific error is: 0x80070569: > Logon failure: the user has not been granted the requested logon type > at this computer. Verify that the task's Run-as name and password are > valid and try again. > > The scheduled tasks are run using the Administrator (Local) account > and password. We tried re-entering the Administrator password for the > individual tasks and manually kick off the task, which works. But on > the next day, the same problem will happen again. > > We have also tried: > > 1) Delete the scheduled tasks and create them again. Doesn't work. > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't > work. > 3) Restart the service. Doesn't work. > 4) Reboot the server. Doesn't work. > 5) Change the Administrator password. Doesn't work. > As far as I know, we did not apply any updates for the past 2 weeks. > > Anyone have any ideas to resolve this? Thanks in advance! > > Regards, > Nigel |
|
#3
| |||
| |||
| Re: Scheduled Tasks in Windows Server 2003 (SP1) could not start "Nigel" <Nigel@discussions.microsoft.com> wrote in message news:4358F0C8-FCB3-482B-9E1B-DB72C7EE75EA@microsoft.com... > Hi, I have a set of scheduled tasks (daily) which have been running fine > for > a few years but suddenly having problem running since last week. > > The error message is: > > The attempt to log on to the account associated with the task failed, > therefore, the task did not run. The specific error is: 0x80070569: Logon > failure: the user has not been granted the requested logon type at this > computer. Verify that the task's Run-as name and password are valid and > try > again. > > The scheduled tasks are run using the Administrator (Local) account and > password. We tried re-entering the Administrator password for the > individual > tasks and manually kick off the task, which works. But on the next day, > the > same problem will happen again. > > We have also tried: > > 1) Delete the scheduled tasks and create them again. Doesn't work. > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't > work. > 3) Restart the service. Doesn't work. > 4) Reboot the server. Doesn't work. > 5) Change the Administrator password. Doesn't work. > > As far as I know, we did not apply any updates for the past 2 weeks. > > Anyone have any ideas to resolve this? Thanks in advance! > > Regards, > Nigel Make sure that the account used for the scheduled task has a non-blank password. You should also log on under this account to ensure that it is active and working. |
|
#4
| |||
| |||
| Re: Scheduled Tasks in Windows Server 2003 (SP1) could not start
Hi Meinolf, Thanks for the reply. The only error in the logfile (under Advanced) is what I've posted before, as replicated below: "AUinterfaceResource.job" (AUinterfaceResource.exe) 1/17/2009 7:10:00 PM ** ERROR ** The attempt to log on to the account associated with the task failed, therefore, the task did not run. The specific error is: 0x80070569: Logon failure: the user has not been granted the requested logon type at this computer. Verify that the task's Run-as name and password are valid and try again. Regards, Nigel "Meinolf Weber [MVP-DS]" wrote: > Hello nigel, > > Check the logfile in the scheduled tasks under Advanced, View log for additional > errors. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > Hi, I have a set of scheduled tasks (daily) which have been running > > fine for a few years but suddenly having problem running since last > > week. > > > > The error message is: > > > > The attempt to log on to the account associated with the task failed, > > therefore, the task did not run. The specific error is: 0x80070569: > > Logon failure: the user has not been granted the requested logon type > > at this computer. Verify that the task's Run-as name and password are > > valid and try again. > > > > The scheduled tasks are run using the Administrator (Local) account > > and password. We tried re-entering the Administrator password for the > > individual tasks and manually kick off the task, which works. But on > > the next day, the same problem will happen again. > > > > We have also tried: > > > > 1) Delete the scheduled tasks and create them again. Doesn't work. > > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't > > work. > > 3) Restart the service. Doesn't work. > > 4) Reboot the server. Doesn't work. > > 5) Change the Administrator password. Doesn't work. > > As far as I know, we did not apply any updates for the past 2 weeks. > > > > Anyone have any ideas to resolve this? Thanks in advance! > > > > Regards, > > Nigel > > > |
|
#5
| |||
| |||
| Re: Scheduled Tasks in Windows Server 2003 (SP1) could not start
Hi Pegasus, Thanks for the reply. The password is non blank and the account/password is working, as manually kicking off the scheduled tasks using the account/password pose no problem. Regards, Nigel "Pegasus (MVP)" wrote: > > "Nigel" <Nigel@discussions.microsoft.com> wrote in message > news:4358F0C8-FCB3-482B-9E1B-DB72C7EE75EA@microsoft.com... > > Hi, I have a set of scheduled tasks (daily) which have been running fine > > for > > a few years but suddenly having problem running since last week. > > > > The error message is: > > > > The attempt to log on to the account associated with the task failed, > > therefore, the task did not run. The specific error is: 0x80070569: Logon > > failure: the user has not been granted the requested logon type at this > > computer. Verify that the task's Run-as name and password are valid and > > try > > again. > > > > The scheduled tasks are run using the Administrator (Local) account and > > password. We tried re-entering the Administrator password for the > > individual > > tasks and manually kick off the task, which works. But on the next day, > > the > > same problem will happen again. > > > > We have also tried: > > > > 1) Delete the scheduled tasks and create them again. Doesn't work. > > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't > > work. > > 3) Restart the service. Doesn't work. > > 4) Reboot the server. Doesn't work. > > 5) Change the Administrator password. Doesn't work. > > > > As far as I know, we did not apply any updates for the past 2 weeks. > > > > Anyone have any ideas to resolve this? Thanks in advance! > > > > Regards, > > Nigel > > Make sure that the account used for the scheduled task has a non-blank > password. You should also log on under this account to ensure that it is > active and working. > > > |
|
#6
| |||
| |||
| Re: Scheduled Tasks in Windows Server 2003 (SP1) could not start
I know I'm clutching at straws but I would create a new account with suitable privileges and use it for the scheduled backup job. "Nigel" <Nigel@discussions.microsoft.com> wrote in message news:F4CA4CDC-3E91-4813-8DAB-E271E911954A@microsoft.com... > Hi Pegasus, > > Thanks for the reply. The password is non blank and the account/password > is > working, as manually kicking off the scheduled tasks using the > account/password pose no problem. > > Regards, > Nigel > > "Pegasus (MVP)" wrote: > >> >> "Nigel" <Nigel@discussions.microsoft.com> wrote in message >> news:4358F0C8-FCB3-482B-9E1B-DB72C7EE75EA@microsoft.com... >> > Hi, I have a set of scheduled tasks (daily) which have been running >> > fine >> > for >> > a few years but suddenly having problem running since last week. >> > >> > The error message is: >> > >> > The attempt to log on to the account associated with the task failed, >> > therefore, the task did not run. The specific error is: 0x80070569: >> > Logon >> > failure: the user has not been granted the requested logon type at this >> > computer. Verify that the task's Run-as name and password are valid and >> > try >> > again. >> > >> > The scheduled tasks are run using the Administrator (Local) account and >> > password. We tried re-entering the Administrator password for the >> > individual >> > tasks and manually kick off the task, which works. But on the next day, >> > the >> > same problem will happen again. >> > >> > We have also tried: >> > >> > 1) Delete the scheduled tasks and create them again. Doesn't work. >> > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't >> > work. >> > 3) Restart the service. Doesn't work. >> > 4) Reboot the server. Doesn't work. >> > 5) Change the Administrator password. Doesn't work. >> > >> > As far as I know, we did not apply any updates for the past 2 weeks. >> > >> > Anyone have any ideas to resolve this? Thanks in advance! >> > >> > Regards, >> > Nigel >> >> Make sure that the account used for the scheduled task has a non-blank >> password. You should also log on under this account to ensure that it is >> active and working. >> >> >> |
|
#7
| |||
| |||
| RE: Scheduled Tasks in Windows Server 2003 (SP1) could not start
Thanks all. Managed to solve the problem. Apparently someone added a domain group policy which overwritten the local one. After removing that, all works well again. Regards, Nigel "Nigel" wrote: > Hi, I have a set of scheduled tasks (daily) which have been running fine for > a few years but suddenly having problem running since last week. > > The error message is: > > The attempt to log on to the account associated with the task failed, > therefore, the task did not run. The specific error is: 0x80070569: Logon > failure: the user has not been granted the requested logon type at this > computer. Verify that the task's Run-as name and password are valid and try > again. > > The scheduled tasks are run using the Administrator (Local) account and > password. We tried re-entering the Administrator password for the individual > tasks and manually kick off the task, which works. But on the next day, the > same problem will happen again. > > We have also tried: > > 1) Delete the scheduled tasks and create them again. Doesn't work. > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't work. > 3) Restart the service. Doesn't work. > 4) Reboot the server. Doesn't work. > 5) Change the Administrator password. Doesn't work. > > As far as I know, we did not apply any updates for the past 2 weeks. > > Anyone have any ideas to resolve this? Thanks in advance! > > Regards, > Nigel |
|
#8
| |||
| |||
| RE: Scheduled Tasks in Windows Server 2003 (SP1) could not start
Hello nigel, Nice to hear that you find it. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Thanks all. Managed to solve the problem. Apparently someone added a > domain group policy which overwritten the local one. After removing > that, all works well again. > > Regards, > Nigel > "Nigel" wrote: > >> Hi, I have a set of scheduled tasks (daily) which have been running >> fine for a few years but suddenly having problem running since last >> week. >> >> The error message is: >> >> The attempt to log on to the account associated with the task failed, >> therefore, the task did not run. The specific error is: 0x80070569: >> Logon failure: the user has not been granted the requested logon type >> at this computer. Verify that the task's Run-as name and password are >> valid and try again. >> >> The scheduled tasks are run using the Administrator (Local) account >> and password. We tried re-entering the Administrator password for the >> individual tasks and manually kick off the task, which works. But on >> the next day, the same problem will happen again. >> >> We have also tried: >> >> 1) Delete the scheduled tasks and create them again. Doesn't work. >> 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't >> work. >> 3) Restart the service. Doesn't work. >> 4) Reboot the server. Doesn't work. >> 5) Change the Administrator password. Doesn't work. >> As far as I know, we did not apply any updates for the past 2 weeks. >> >> Anyone have any ideas to resolve this? Thanks in advance! >> >> Regards, >> Nigel |
|
#9
| |||
| |||
| RE: Scheduled Tasks in Windows Server 2003 (SP1) could not start
In case anyone else runs into this, the fix is to go into group policy - windows settings - security settings - local policy - user rights assignment - log on as batch job. Change that setting to add the user group or user that you are running the scheduled task under. "Nigel" wrote: > Thanks all. Managed to solve the problem. Apparently someone added a domain > group policy which overwritten the local one. After removing that, all works > well again. > > Regards, > Nigel > > "Nigel" wrote: > > > Hi, I have a set of scheduled tasks (daily) which have been running fine for > > a few years but suddenly having problem running since last week. > > > > The error message is: > > > > The attempt to log on to the account associated with the task failed, > > therefore, the task did not run. The specific error is: 0x80070569: Logon > > failure: the user has not been granted the requested logon type at this > > computer. Verify that the task's Run-as name and password are valid and try > > again. > > > > The scheduled tasks are run using the Administrator (Local) account and > > password. We tried re-entering the Administrator password for the individual > > tasks and manually kick off the task, which works. But on the next day, the > > same problem will happen again. > > > > We have also tried: > > > > 1) Delete the scheduled tasks and create them again. Doesn't work. > > 2) Ensure "Logon as batch job" has Administrator added to it. Doesn't work. > > 3) Restart the service. Doesn't work. > > 4) Reboot the server. Doesn't work. > > 5) Change the Administrator password. Doesn't work. > > > > As far as I know, we did not apply any updates for the past 2 weeks. > > > > Anyone have any ideas to resolve this? Thanks in advance! > > > > Regards, > > Nigel |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Scheduled Tasks in Windows Server 2003 (SP1) could not start" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Scheduled Tasks don't luanch if tasks not finished | Andy Candy | Windows Software | 3 | 21-08-2009 12:47 PM |
| Scheduled Tasks: Notify me of missed tasks | Swifty | Windows XP Support | 2 | 02-01-2009 02:45 PM |
| Windows 2008 Scheduled Tasks | Joe Grover | Windows Server Help | 4 | 19-12-2008 09:23 PM |
| Scheduled Tasks | Starfish | Small Business Server | 2 | 07-10-2008 04:50 PM |
| Windows 2003 scheduled tasks | Mike Hyatt | Windows Security | 3 | 12-04-2006 04:47 AM |