Note that there are some explanatory texts on larger screens.

plurals
  1. POTask Scheduler failed to start
    primarykey
    data
    text
    <p>Last weekend I came across <b>Launch Failure</b> in the windows task scheduler. The details are as below - </p> <pre><code>&gt; Log Name: Microsoft-Windows-TaskScheduler/Operational Source: &gt; Microsoft-Windows-TaskScheduler Date: 6/24/2012 1:14:16 PM &gt; Event ID: 101 Task Category: Task Start Failed Level: &gt; Error Keywords: (1) User: SYSTEM Computer: Some &gt; Computer Name Description: Task Scheduler failed to start "some file &gt; path" task for user "author". Additional Data: Error Value: &gt; 2147549186. Event Xml: &lt;Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"&gt; &gt; &lt;System&gt; &gt; &lt;Provider Name="Microsoft-Windows-TaskScheduler" Guid="{DE7B24EA-73C8-4A09-985D-5BDADCFA9017}" /&gt; &gt; &lt;EventID&gt;101&lt;/EventID&gt; &gt; &lt;Version&gt;0&lt;/Version&gt; &gt; &lt;Level&gt;2&lt;/Level&gt; &gt; &lt;Task&gt;101&lt;/Task&gt; &gt; &lt;Opcode&gt;101&lt;/Opcode&gt; &gt; &lt;Keywords&gt;0x8000000000000001&lt;/Keywords&gt; &gt; &lt;TimeCreated SystemTime="2012-06-24T20:14:16.003204300Z" /&gt; &gt; &lt;EventRecordID&gt;2091795&lt;/EventRecordID&gt; &gt; &lt;Correlation /&gt; &gt; &lt;Execution ProcessID="936" ThreadID="812" /&gt; &gt; &lt;Channel&gt;Microsoft-Windows-TaskScheduler/Operational&lt;/Channel&gt; &gt; &lt;Computer&gt;Some Computer Name&lt;/Computer&gt; &gt; &lt;Security UserID="" /&gt; &lt;/System&gt; &lt;EventData Name="TaskStartFailedEvent"&gt; &gt; &lt;Data Name="TaskName"&gt;some file path&lt;/Data&gt; &gt; &lt;Data Name="UserContext"&gt;author&lt;/Data&gt; &gt; &lt;Data Name="ResultCode"&gt;2147549186&lt;/Data&gt; &lt;/EventData&gt; &lt;/Event&gt; </code></pre> <p>First, what is the meaning of error code <b>"Error Value: 2147549186"</b>.<br/> Second, what could be the reason for this issue.<br/> Finally, what is the resolution for the issue.<br/></p> <p>My heartiest thanks in advance for the replies :) </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload