Task Scheduler – The following error was reported: 2147944309.

This common task scheduler message is cryptic, and means nothing without some digging,  you can see below how we find the true answer to what it means,  but the short answer is:


Account Is Locked Out

Why?
0n2147944309 = 0x80070775
Facility: 8007 = Win32 (it’s a “Win32″ status code)
Status: 0x775 = 0n1909
Q:\>net helpmsg 1909
The referenced account is currently locked out and may not be logged on to.

2 Responses to “Task Scheduler – The following error was reported: 2147944309.”

  1. Reap  on June 25th, 2011

    How do you translate 0n2147944309 to 0×80070775?

    I’ve seen this snippet at other places around the internet but I have no idea how you get that…

  2. edek  on September 29th, 2011

    Reap, use calc and convert decimal to hexadecimal


Leave a Reply