Scheduled Tasks not working at all ?

S

Skybuck Flying

Hi,

In "Scheduled Tasks" I try to "Add Scheduled Task".

I tried with programs/executables and batch files.

I set the time a few seconds ahead then as soon as the time is reached
nothing happens.
( I also tried with a minute and "starting" a few days back nothing happens)

I checked services and "Task Schedular" is running.

The batch files and programs are really simple.

Any idea why it is not working ?

Bye,
Skybuck.
 
P

Pegasus \(MVP\)

Skybuck Flying said:
Hi,

In "Scheduled Tasks" I try to "Add Scheduled Task".

I tried with programs/executables and batch files.

I set the time a few seconds ahead then as soon as the time is reached
nothing happens.
( I also tried with a minute and "starting" a few days back nothing happens)

I checked services and "Task Schedular" is running.

The batch files and programs are really simple.

Any idea why it is not working ?

Bye,
Skybuck.

You did not say what your batch files actually do.
Here is something that is guaranteed to tell you
if the scheduled task runs or not:

@echo off
echo %date% %time% Start of task > c:\test.log
echo User=%UserName%, Path=%path% >> c:\test.log
c:\Tools\YourTask.exe 1>>c:\test.log 2>c:\test.err
echo ErrorLevel of c:\Tools\YourTask.exe=%ErrorLevel% >> c:\test.log
echo %date% %time% End of task >> c:\test.log

Now examine the two log files. What do they report?

There is no need to set the scheduled time two minutes
into the future. Simply right-click the task, then click "run".
 
N

Nepatsfan

Open up your Scheduled Tasks folder.
On the toolbar near the top click on Advanced.
Select "View Log" from the menu.
Look for any type of error message for these tasks.

Keep in mind that in order to schedule tasks your user account
has to have a password. No blank passwords are allowed.
 
T

Tristan Wang [MSFT]

Hi Skybuck,

Thanks you for your post.

Based on your information, your "Scheduled Tasks" don't work.

Thanks for MVP Pegasus' answer on this issue. Please try those steps
first and if you need any further assistance on this issue, just let me
know.


Regards,

Tristan Wang

Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================

Business-Critical Phone Support (BCPS) provides you with technical phone
support at no charge during critical LAN outages or "business down"
situations. This benefit is available 24 hours a day, 7 days a week to all
Microsoft technology partners in the United States and Canada.

This and other support options are available here:

BCPS:
https://partner.microsoft.com/US/technicalsupport/supportoverview/40010469

Others: https://partner.microsoft.com/US/technicalsupport/supportoverview/

If you are outside the United States, please visit our International
Support page:
http://support.microsoft.com/default.aspx?scid=/international.aspx.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
T

Tristan Wang [MSFT]

Hi Skybuck,

I have not received any responses from you lately, and I am just wondering
if you require further assistance or if the issue has been resolved. Please
let me know if there is anything that I can do for you on it. I look
forward to hearing from you soon. :)

Thanks & Regards,

Tristan Wang

Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================

Business-Critical Phone Support (BCPS) provides you with technical phone
support at no charge during critical LAN outages or "business down"
situations. This benefit is available 24 hours a day, 7 days a week to all
Microsoft technology partners in the United States and Canada.

This and other support options are available here:

BCPS:
https://partner.microsoft.com/US/technicalsupport/supportoverview/40010469

Others: https://partner.microsoft.com/US/technicalsupport/supportoverview/

If you are outside the United States, please visit our International
Support page:
http://support.microsoft.com/default.aspx?scid=/international.aspx.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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