Mombu the Microsoft Forum

Go Back   Mombu the Microsoft Forum > Microsoft > Scheduler not kicking out
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 31st October 06:55
sandra
External User
 
Posts: 1
Default Scheduler not kicking out



I'm using the scheduler app in Windows 2000 to trigger programs that run
every half hour. These have been working for a while but stopped kicking out
this morning. In Scheduler it says they did and if I manully select Run it
says they ran but they don't.
Anyone ever seen this?
  Reply With Quote


 


2 31st October 06:55
dave patrick
External User
 
Posts: 1
Default Scheduler not kicking out



It seems not a problem with Task Scheduler but a problem with the string on
the task's Run line.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

| every half hour. These have been working for a while but stopped kicking
out
| this morning. In Scheduler it says they did and if I manully select Run it
| says they ran but they don't.
| Anyone ever seen this?
|
|
  Reply With Quote
3 31st October 06:55
tlviewer
External User
 
Posts: 1
Default Scheduler not kicking out


After a time change (DST), this problem is common to all Win2k partitions
that use Fat32. You will need to reset passwords within the Mstask GUI once for
each username that appears.

If you have 100 Jobs spreadout as 40 for user1, 30 for user2, 20 for user3, and
10 for user4 (total 100), you only need to reset passwords 4 times -- pick one
Job out of each set.

--
tlviewer
  Reply With Quote
4 31st October 06:55
sandra
External User
 
Posts: 1
Default Scheduler not kicking out


But these have been kicking out every day for weeks and DST was 4 days ago.
Is there a delay likethat before the problem kicks in?

If so, I'm not clear on the fix. I don't know what you mean by Mstask GUI.
Am I resetting domain passwords??

Thanks

"Sandra" <ab@mdahospital.com> wrote in message news:#aflm8qOFHA.3356@TK2MSFTNGP12.phx.gbl...


After a time change (DST), this problem is common to all Win2k partitions
that use Fat32. You will need to reset passwords within the Mstask GUI once
for
each username that appears.

If you have 100 Jobs spreadout as 40 for user1, 30 for user2, 20 for user3,
and
10 for user4 (total 100), you only need to reset passwords 4 times -- pick
one
Job out of each set.

--
tlviewer
  Reply With Quote
5 31st October 06:56
sandra
External User
 
Posts: 1
Default Scheduler not kicking out


I opened up the Scheduler properties and re-typed the password of the user.
No change. The things still won't kick out. If I click on them in Scheduler
and right click/rnu - nothing happens except scheduler shows they've run at
that time but they didn't.
AAAHHHHHH!!!!!


"Sandra" <ab@mdahospital.com> wrote in message news:#aflm8qOFHA.3356@TK2MSFTNGP12.phx.gbl...


After a time change (DST), this problem is common to all Win2k partitions
that use Fat32. You will need to reset passwords within the Mstask GUI once
for
each username that appears.

If you have 100 Jobs spreadout as 40 for user1, 30 for user2, 20 for user3,
and
10 for user4 (total 100), you only need to reset passwords 4 times -- pick
one
Job out of each set.

--
tlviewer
  Reply With Quote
6 31st October 06:56
pegasus \(mvp\)
External User
 
Posts: 1
Default Scheduler not kicking out


You might believe that the task did not run but perhaps
it did. Embed it in a batch file like so, then have a closer
look at its two log files:

@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
  Reply With Quote
Reply


Thread Tools
Display Modes




666