Task Scheduler Service broken in Windows XP Professional SP2

V

vincepoy

Greetings everyone:

My Task Scheduler Service under Windows XP Professional SP2 for the
last few years and then all of a sudden, it just fails to work
correctly. I have deleted all taks to make sure it isn't corrupted
tasks that is causing it.

The registry keys appears to be correct as well when I compared them:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
"Description"="Enables a user to configure and schedule automated
tasks on this computer. If this service is stopped, these tasks will
not be run at their scheduled times. If this service is disabled, any
services that explicitly depend on it will fail to start."
"Type"=dword:00000120
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,
00,6f,00,\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,
00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,
00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"DisplayName"="Task Scheduler"
"Group"="SchedulerGroup"
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"ObjectName"="LocalSystem"
"NextAtJobId"=dword:00000001
"FailureActions"=hex:
80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,4c,00,55,\
00,01,00,00,00,70,17,00,00,01,00,00,00,60,ea,
00,00,00,00,00,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Enum]
"0"="Root\\LEGACY_SCHEDULE\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule
\Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,
00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,
00,33,00,32,00,5c,00,\
73,00,63,00,68,00,65,00,64,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,
00,00,\
00
"ServiceMain"="SchedServiceMain"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule
\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,
00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,
00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,8d,
01,02,00,01,01,00,00,00,00,00,\
05,0b,00,00,00,00,00,18,00,9d,
01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,\
23,02,00,00,00,00,18,00,ff,01,0f,
00,01,02,00,00,00,00,00,05,20,00,00,00,20,\
02,00,00,00,00,14,00,fd,
01,02,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

In the Event Viewer -> System, it shows as the only error:

Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7023
Date: 9/24/2007
Time: 4:40:44 PM
User: N/A
Computer: LUNAR
Description:
The Task Scheduler service terminated with the following error:
Unspecified error

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

When I tried to launch the service from the command prompt, I get:

C:\Documents and Settings\vince>net start schedule
The Task Scheduler service is starting.
The Task Scheduler service could not be started.

A system error has occurred.

System error 16389 has occurred.

The system cannot find message text for message number 0x4005 in the
message fil
e for BASE.

the following services are running:

Event Log
Protected Storage
Remote Procedure Call (RPC)
Remote Procedure Call (RPC) Locator

When I used Symantec's Process Viewer to look at the svchost.exe
process that executes as:
C:\WINDOWS\System32\svchost.exe -k netsvcs
It shows that C:\Windows\System32\schedsvc.dll is running in memory as
a module.

So I don't know how to I go about troubleshooting this and fixing it
as I am not sure what is causing the error. I did not install or
remove anything since it was working.

Thanks for any assistance in advance!

Cheers,
Vince
 
V

vincepoy

Anyone have any ideas on how to figure out what's causing it? Thanks.

Cheers,
Vince
 
G

Guest

Anyone have any ideas on how to figure out what's causing it? Thanks.

Cheers,
Vince

Hi Vince,

I can't give you a fix, but perhaps another reasons for the cause. I just
had the same problem with task scheduler trying to schedule a future back up.
I posted the nature of the problem today under the Windows XP Security and
Administration category. One cause might be a Windows security update. The
recommended hotfix did not work. See MS Knowledge Base Artice 904423.
Good Luck
Hal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top