Home All Groups Group Topic Archive Search About

Scheduled Tasks result code meanings



Author
11 May 2005 8:17 PM
ag@work.org
Could someone please point me to a location where I can learn more about
result codes  from scheduled tasks.  For example:  Last Result 0x4  - I have
tried Google and the MS KB but didn't find the answer.  Thank you

Author
11 May 2005 8:49 PM
Dave Patrick
This article 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.aspx?scid=kb;en-us;Q267031

--
Regards,

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

Show quote
"a*@work.org" wrote:
| Could someone please point me to a location where I can learn more about
| result codes  from scheduled tasks.  For example:  Last Result 0x4  - I
have
| tried Google and the MS KB but didn't find the answer.  Thank you
|
|
Author
27 May 2005 6:49 AM
sarath
Have you found any answers to this code of 0x4.  I am also experiencing
the same thing.
Author
6 Oct 2005 2:46 PM
lnrfoley
sar***@saratech.com.au wrote:
> *Have you found any answers to this code of 0x4.  I am also > experiencing
> the same thing. *

I suspect this error occurs when the program was successfully started (i.e. you have the correct permissions) but it could not complete, perhaps because of a locked file. Are you outputting to a log file? Is the log file locked? You can check by trying to change its name. If you find it is locked, you will have to discover what process is using it and kill that process. Usually, it'll be locked because a previous run of your scheduled task got interrupted and it didn't unlock the file before it finished.

Another possibility is that your program ran out of memory. Ouch. You'll need to re-write it.....


- Lnr -- lnrfoley ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------

AddThis Social Bookmark Button