The Task Scheduler result code

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi Everyone,
Would you know where I can get the result code of Task
Scheduler?

If I can't, would you know what is means by result code
0x1f?

Thanks
 
Hello Ben,

Here is a link to Windows Error Codes -

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsm01/htm
l/gs0109.asp

You are getting a 0x1f which is the Hex equivalent of the decimal value of
31. You can do the translation yourself by using the built in Calculator
in Windows and switching it to Scientific mode.

Your code maps to the following - "A device attached to the system is not
functioning." or ERROR_GEN_FAILURE.

I have not run into the code before, but it could be in regards to failing
when connecting to a device like it says or it could be something like a
network drive. This is really more of a Generic error. Have you tried
recreating the task to see if that resolves it?

Best regards,
--
Shain Wray
Microsoft PSS Security Team

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top