PC Review


Reply
Thread Tools Rate Thread

Task Scheduler Exit Codes

 
 
=?Utf-8?B?U01GYWlzb24=?=
Guest
Posts: n/a
 
      17th Jan 2006
Does anyone have a list of what they mean? We are having problems with
scheduled tasks and am trying to troubleshoot.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      17th Jan 2006

"SMFaison" <(E-Mail Removed)> wrote in message
news:309B597A-ACDB-47A9-A193-(E-Mail Removed)...
> Does anyone have a list of what they mean? We are having problems with
> scheduled tasks and am trying to troubleshoot.


These codes are set by the application you're running,
hence you need to look at your own application. Embed
it in a batch file like so, then examine the 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
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      18th Jan 2006
This may help. Also Scheduled Tasks|Advanced|View Log may provide some
details.

Result Codes in Scheduled Tasks Indicate an Error Occurred in the Task
http://support.microsoft.com/default...;en-us;Q267031

--

Regards,

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

"SMFaison" wrote:
| Does anyone have a list of what they mean? We are having problems with
| scheduled tasks and am trying to troubleshoot.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Task Scheduler Exit Codes GMC Microsoft Access 2 21st Apr 2007 01:33 AM
codes, codes, codes... =?Utf-8?B?amF0bWFu?= Microsoft Excel Misc 2 20th Aug 2006 07:30 AM
VB code exit error when run via scheduler giving exit code of (c000008f). connoisseur.infotech@gmail.com Microsoft VB .NET 1 4th Aug 2005 02:31 PM
Task Scheduler Last Result Codes Barry Hallman Windows XP Security 1 2nd Jun 2004 10:40 PM
win2kpro scheduler exit codes Graham Microsoft Windows 2000 1 3rd Mar 2004 10:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:50 PM.