Sunday, October 26, 2014

Windows Server 2008 Scheduled tasks codes.


                                           


  1. 0 or 0x0       : The operation completed successfully.
  2. 1 or 0x1       : Incorrect function called or unknown function called.
  3. 2 or 0x2       : File not found.
  4. 10 or 0xa     : The environment is incorrect.
  5. 0x41300       : Task is ready to run at its next scheduled time.
  6. 0x41301       : Task is currently running.
  7. 0x41302       : Task is disabled.
  8. 0x41303       : Task has not yet run.
  9. 0x41304       : There are no more runs scheduled for this task.
  10. 0x41306       : Task is terminated.
  11. 0x8004130F : Credentials became corrupted
  12. 0x8004131F : An instance of this task is already running.
  13. 0x800704DD: The service is not available (is "Run only when an user is logged on" check?)
  14. 0xC000013A: The application terminated as a result of a CTRL+C.
  15. 0xC06D007E: Unknown software exception.