Share via

While running scheduled job in Task Scheduler, getting error as follows-Scheduled Task Launch Failure - 2147944309

Relan, Sagar Rajkumar 0 Reputation points
Sep 3, 2024, 6:19 PM

While running scheduled job in Task Scheduler, getting error as follows-Scheduled Task Launch Failure - 2147944309

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 35,626 Reputation points
    Sep 3, 2024, 7:40 PM

    Probably some issue with the account that the task runs as. Is that a local or Active Directory account?

    Check the security event log for logon failures.

    Or open a command prompt and try to launch a process as that account.

    runas.exe /user:<username> cmd.exe
    
    1 person found this answer helpful.
    0 comments No comments

  2. Karlie Weng 19,236 Reputation points Microsoft External Staff
    Sep 4, 2024, 7:59 AM

    Hello,

    The error code 2147944309 (0x80070005 in hexadecimal) typically signifies an "Access is denied" message in Windows.

    Ensure you have the necessary permissions in the task scheduler settings.

    Additionally, verify the User Account Control (UAC) settings; you may disable it temporarily to test again.

    For more information, refer to the task scheduler log or the event log.


    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.