windows 2003 task scheduler error
We had a windows 2003 server that was getting an error running scheduled tasks. When you tried to view the properties of that task you would get the follow error:
The attempt to retrieve account information for the specified task failed; therefore, the task did not run. Either an error occurred, or no account information existed for the task.
The specific error is:
0x80090016: Keyset does not exist
Searching Microsoft’s site, they had a fix but required you to boot into safe mode. This was a production server I did not want to take down.
But I found a way to fix it without needing to enter safe mode.
Try this:
Stop the Task Scheduler Service
Delete? the files from C:Documents and Settings-All? Users-Application Data-Microsoft-Crypto-RSA-S-1-5-18
Start the Task Schedule Service
Go into each task and re-enter the password for the user account under which the task runs.
Give each task a test run.
That should do it for you. A much better process than booting into safe mode and you don?t even have to reboot the computer.
2 thoughts on “windows 2003 task scheduler error”
Leave a ReplyCancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
More Stories
Windows Deployment with the Next Generation of Windows Autopilot
Microsoft's latest update to Windows Autopilot brings significant enhancements to the deployment process of Windows devices, catering to the needs...
Shrink PowerPoint files
Need to reduce the size of your PowerPoint file that contain a large number of pictures. Give this a try...
Setting the exchange online max send and receive size
Quick post today around setting exchange online max send and receive size. It can be set using the GUI in...
How to find your Microsoft Exchange build number
When documenting your environment, it’s important to keep track of the build number of your Exchange server. To get the...
Micrsoft Defender for Endpoints
We use Microsoft Defender for endpoints on our physical workstations. I'm now looking at it for our servers. The servers...
Security URL scanners
As the internet continues to evolve, so do the threats that come with it. One of the most common threats...
Hi
Nice tip and for sure a way better solution that the on Microsoft came up with.
I just hate working with schedule task in Windows. I think that it should be supposed to be simple to create a schedule task, but it is not in Windows at all. Somehow they have managed to make it even more complex in Windows server 2008 / Vista / Windows 7. Sometimes I prefer to use the good old AT commands from a prompt. I just trust that one more 😉
It is more complex with win7 and 2008, but I think they also have more options. Like the ability to email as part of a task without a 3rd party script like blat.
I remember using AT back on NT.
We don’t do much with scheduled tasks here at work because they tend to be forgotten about and when there is an issue no one remembers the how or why.