search
Categories
Archive
Blogroll

Microsoft PowerShell MVP

Cozumpark Bilisim Portali
AdvancedInstaller
Task Scheduler Last Run Result Codes Explanations
Posted in Windows Server | 7 Comments | 32,161 views | 06/05/2009 23:13

Here are some last run result codes for task scheduler:

(0×0): Success.
(0×1): File not found or path not found.
(0×41301): Task still running.
(0x800704DD): User has not logged on to the network.

I’ll add more when I get more results :)


Comments (7)

Hercules

March 22nd, 2011
22:12:13

… some more last run result codes for task scheduler …

SCHED_S_TASK_DISABLED: 0×00041302
The task will not run at the scheduled times because it has been disabled.

SCHED_S_TASK_HAS_NOT_RUN: 0×00041303
The task has not yet run.

SCHED_S_TASK_NO_MORE_RUNS: 0×00041304
There are no more runs scheduled for this task.

SCHED_S_TASK_NOT_SCHEDULED: 0×00041305
One or more of the properties that are needed to run this task on a schedule have not been set.

SCHED_S_TASK_TERMINATED: 0×00041306
The last run of the task was terminated by the user.


Kaleu

April 4th, 2011
23:46:12

Hi,

What about 0×41325?

Thx


Kaleu

April 5th, 2011
16:52:27

Hi again.

Just found all of the in http://msdn.microsoft.com/en-us/library/aa383604%28VS.85%29.aspx

Thx


Genes

July 18th, 2011
12:09:43

Thanks for this . .

Do you know what (0×2) means?
Not in above msdn doc.

found it v. difficult to find an explanation of what these codes mean eg not in Help file on Windows server = v. helpful (not).

Regs


admin

July 19th, 2011
01:03:23

Hello Genes,

What is your OS? Windows Server 2008 R2? Also what do you try to execute? (0×2) seems your executable can not find a file you specified.

Yusuf.


Genes

July 26th, 2011
12:30:15

Yes, OS is Windows Server 2008 R2.

Job runs a script file, the executable is a program created by our software company. However the job itself all seems to run OK (ie files are updated etc).

Assumed there was a “standard” response that (0×02) meant.

Regs


Kevin

March 27th, 2013
14:12:18

Here is the full indexed list of return codes as google search is still showing your page in its results I though I’d point people to the full list as it is invaluable.

http://msdn.microsoft.com/en-us/library/ms681381.aspx



Leave a Reply



Powered by DorukNet