Re: Task Scheduler unreliable in NT/2000/XP
From: Pegasus \(MVP\) (I.can_at_fly.com)
Date: 02/19/04
- Next message: Doug Knox MS-MVP: "Re: new installation"
- Previous message: Doug Knox MS-MVP: "Re: Missing Security Tab"
- In reply to: Robert: "Re: Task Scheduler unreliable in NT/2000/XP"
- Next in thread: Robert: "Re: Task Scheduler unreliable in NT/2000/XP"
- Reply: Robert: "Re: Task Scheduler unreliable in NT/2000/XP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 19 Feb 2004 13:17:23 +1100
The vast majority of all Scheduler issues are caused by
either of these:
- Inappropriate coding (e.g. failing to fully qualify executables);
- Expecting a screen output, waiting for user input
(most scheduled tasks run invisibly in the background);
- Insufficient access permissions;
- Other coding errors.
All of these can be identified by implementing simple
batch file diagnostic measures. Since you've written
nothing at all about your specific problem, it is not possible
to suggest possible reasons for the failures you observe.
"Robert" <no-spam@rakbiz.com> wrote in message
news:CB5FEC12-34BD-4134-8CDC-B274EA5BAC0F@microsoft.com...
> I am running xp with NTFS and having the same issue, so that is not the
solution. What else could it me?
>
- Next message: Doug Knox MS-MVP: "Re: new installation"
- Previous message: Doug Knox MS-MVP: "Re: Missing Security Tab"
- In reply to: Robert: "Re: Task Scheduler unreliable in NT/2000/XP"
- Next in thread: Robert: "Re: Task Scheduler unreliable in NT/2000/XP"
- Reply: Robert: "Re: Task Scheduler unreliable in NT/2000/XP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|