Windows Task Scheduler stops fuctioning

R

Ragnar Midtskogen

We have a machine running Windows 2000 server. We use the Task Scheduler to
run three different tasks, all asp pages.
The tasks are using the curl.exe to run these pages by passing a URL.
Sometimes the scheduler stops working. The status messages are 'Could not
start'.
This happens maybe on the average once a month.
We have seen this on other machines too, running NT Server, but not asw
often.

It appears to have something to do with curl.exe, because I can always run
the program by using IE

The only way we have found that works is to reboot the machine.

I have searched for info on this paroblem and on curl.exe and not found
anything relevant.

Does anyone have any experience with this?

Any help would be appreciated.

Ragnar
 
P

Pegasus \(MVP\)

Instead of rebooting the machine, try this:

net stop "Task Scheduler"
net start "Task Scheduler"
 
R

Ragnar Midtskogen

Thanks, I tried that. Tomorrow I will know if it fixed the problem.

Ragnar
 
P

Pegasus \(MVP\)

If rebooting machine failed to fix the problem then this
method won't fix it either. It's just a way of walking around
the problem.
 
R

Ragnar Midtskogen

Rebooting always works, but it would be nice to not have to do that.

Unfortunately stopping and restarting the process did not fix the problem.
I am pretty sure we had tried that and found that it did not work.
There is probably one or more other processes that Schedule Task is
dependent on, but I would have no idea which one(s) it could be.
Late tonight I will reboot.

Ragnar
 

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