Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > scheduler exit code 0x80

Reply
Thread Tools Display Modes

scheduler exit code 0x80

 
 
TPGBrennan
Guest
Posts: n/a

 
      06-03-2010
I have a Windows 2003 R2 SP2 x64 Enterprise Edition server that has
successfully run six scheduled tasks for more than a year. All of the tasks
fail as of this morning with an exit code of 0x80. The tasks run under
different service accounts and run different tasks including batch files,
powershell scripts and a third party app. All of them have the same problem.
The only information in the scheduler log is the exit code of 0x80, there is
nothing in any of the event logs. The problem developed between a successful
task last night at 2100 and the first morning task failing at 0730. No
changes have been made to the server during that time.

Does anyone have any clue what an exit code of 0x80 means?
 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a

 
      06-03-2010
This article may help.

http://support.microsoft.com/kb/843280



--

Regards,

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

"TPGBrennan" wrote:
>I have a Windows 2003 R2 SP2 x64 Enterprise Edition server that has
> successfully run six scheduled tasks for more than a year. All of the
> tasks
> fail as of this morning with an exit code of 0x80. The tasks run under
> different service accounts and run different tasks including batch files,
> powershell scripts and a third party app. All of them have the same
> problem.
> The only information in the scheduler log is the exit code of 0x80, there
> is
> nothing in any of the event logs. The problem developed between a
> successful
> task last night at 2100 and the first morning task failing at 0730. No
> changes have been made to the server during that time.
>
> Does anyone have any clue what an exit code of 0x80 means?


 
Reply With Quote
 
TPGBrennan
Guest
Posts: n/a

 
      06-03-2010

I'm still not sure what an exit code of 0x80 means but I figured out what my
specific problem was. The third party app running as a scheduled task had
spawned 68 child processes in the last month and never closed them down. I
killed all the child processes and the parent and scheduler works fine again.
Apparently, scheduler couldn't start anything after a certain point; the
last of the 68 children was spawned in the time window the scheduler stopped
working. this would explain some of the posts I have found that said a
reboot resolved the issue for a while and then it would come back. We
usually reboot the server each month for MS patching but could not last month
because of a configuration lockdown. i will monitoring the errant task going
forward.

My server and tasks didn't meet any of the conditions mentioned the KB
article referenced.

"Dave Patrick" wrote:

> This article may help.
>
> http://support.microsoft.com/kb/843280
>
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "TPGBrennan" wrote:
> >I have a Windows 2003 R2 SP2 x64 Enterprise Edition server that has
> > successfully run six scheduled tasks for more than a year. All of the
> > tasks
> > fail as of this morning with an exit code of 0x80. The tasks run under
> > different service accounts and run different tasks including batch files,
> > powershell scripts and a third party app. All of them have the same
> > problem.
> > The only information in the scheduler log is the exit code of 0x80, there
> > is
> > nothing in any of the event logs. The problem developed between a
> > successful
> > task last night at 2100 and the first morning task failing at 0730. No
> > changes have been made to the server during that time.
> >
> > Does anyone have any clue what an exit code of 0x80 means?

>
> .
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      06-03-2010

Might need a delayed cleanup / kill task if the problem can't be fixed.



--

Regards,

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

"TPGBrennan" wrote:
> I'm still not sure what an exit code of 0x80 means but I figured out what
> my
> specific problem was. The third party app running as a scheduled task had
> spawned 68 child processes in the last month and never closed them down.
> I
> killed all the child processes and the parent and scheduler works fine
> again.
> Apparently, scheduler couldn't start anything after a certain point; the
> last of the 68 children was spawned in the time window the scheduler
> stopped
> working. this would explain some of the posts I have found that said a
> reboot resolved the issue for a while and then it would come back. We
> usually reboot the server each month for MS patching but could not last
> month
> because of a configuration lockdown. i will monitoring the errant task
> going
> forward.
>
> My server and tasks didn't meet any of the conditions mentioned the KB
> article referenced.


 
Reply With Quote
 
Nick Allen
Guest
Posts: n/a

 
      09-28-2010
In my case, I went into Terminal Services Manager and reset a disconnected session and then the scheduled ran fine in the current RDP session.

Never seen that before.

Nick.


> On Thursday, June 03, 2010 11:48 AM TPGBrennan wrote:


> I have a Windows 2003 R2 SP2 x64 Enterprise Edition server that has
> successfully run six scheduled tasks for more than a year. All of the tasks
> fail as of this morning with an exit code of 0x80. The tasks run under
> different service accounts and run different tasks including batch files,
> powershell scripts and a third party app. All of them have the same problem.
> The only information in the scheduler log is the exit code of 0x80, there is
> nothing in any of the event logs. The problem developed between a successful
> task last night at 2100 and the first morning task failing at 0730. No
> changes have been made to the server during that time.
>
> Does anyone have any clue what an exit code of 0x80 means?



>> On Thursday, June 03, 2010 1:05 PM Dave Patrick wrote:


>> This article may help.
>>
>> http://support.microsoft.com/kb/843280
>>
>>
>>
>> --
>>
>> Regards,
>>
>> Dave Patrick ....Please no email replies - reply in newsgroup.
>> Microsoft Certified Professional
>> Microsoft MVP [Windows]
>> http://www.microsoft.com/protect
>>
>> "TPGBrennan" wrote:



>>> On Thursday, June 03, 2010 5:13 PM TPGBrennan wrote:


>>> I am still not sure what an exit code of 0x80 means but I figured out what my
>>> specific problem was. The third party app running as a scheduled task had
>>> spawned 68 child processes in the last month and never closed them down. I
>>> killed all the child processes and the parent and scheduler works fine again.
>>> Apparently, scheduler could not start anything after a certain point; the
>>> last of the 68 children was spawned in the time window the scheduler stopped
>>> working. this would explain some of the posts I have found that said a
>>> reboot resolved the issue for a while and then it would come back. We
>>> usually reboot the server each month for MS patching but could not last month
>>> because of a configuration lockdown. i will monitoring the errant task going
>>> forward.
>>>
>>> My server and tasks did not meet any of the conditions mentioned the KB
>>> article referenced.
>>>
>>> "Dave Patrick" wrote:



>>>> On Thursday, June 03, 2010 5:30 PM Dave Patrick wrote:


>>>> Might need a delayed cleanup / kill task if the problem cannot be fixed.
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Regards,
>>>>
>>>> Dave Patrick ....Please no email replies - reply in newsgroup.
>>>> Microsoft Certified Professional
>>>> Microsoft MVP [Windows]
>>>> http://www.microsoft.com/protect
>>>>
>>>> "TPGBrennan" wrote:



>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>> Book Review: Google Analytics
>>>> http://www.eggheadcafe.com/tutorials...analytics.aspx

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Re: DC with "Windows cannot obtain the domain controller name for your computer network" Danny Sanders Active Directory 0 01-21-2010 02:26 PM
Failing System Restore Vista Premium edition robert Windows Vista Performance 2 05-15-2007 10:44 AM
System Restore fails on Vista Media Edition D. Springs Windows Vista Performance 7 05-14-2007 08:10 PM
Stop 0x0000007b after Setup BobMiller Windows Vista Installation 8 08-05-2006 09:29 PM
Stop 0x0000007b at end of Install BobMiller Windows Vista Installation 2 08-03-2006 06:52 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59