Results 1 to 4 of 4

Thread: Task Scheduler - does not run executable, err: 0xe0434f4d

  1. #1
    Karl Guest

    Task Scheduler - does not run executable, err: 0xe0434f4d

    I am trying to run an executable file every morning using Windows Server 2003
    Task Scheduler. It runs fine when I am logged in to the system. But it does
    not run correctly when I logoff from the system. The task scheduler status
    shows the following Last Result message: 0xe0434f4d


  2. #2
    Pegasus \(MVP\) Guest

    Re: Task Scheduler - does not run executable, err: 0xe0434f4d

    Place your executable into this batch file to see
    what's going on:

    @echo off
    echo %date% %time% Start of task > c:\test.log
    echo User=%UserName%, Path=%path% >> c:\test.log
    c:\Tools\YourTask.exe 1>>c:\test.log 2>c:\test.err
    echo ErrorLevel of c:\Tools\YourTask.exe=%ErrorLevel% >> c:\test.log
    echo %date% %time% End of task >> c:\test.log

    Now examine the two log files. They will probably tell
    you the full story.

  3. #3
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Task Scheduler - does not run executable, err: 0xe0434f4d

    You might be receiving a System.IO.FileNotFoundException exception when you are browsing a .Net Framework 2.0 ASP.NET Web application. You can download a hotfix to solve this problem. This hotfix will also get additional testing. This same hotfix is included in hotfix 941386 and to get more information about it click this link - http://support.microsoft.com/kb/941386

  4. #4
    Join Date
    Feb 2008
    Posts
    2,635

    Re: Task Scheduler - does not run executable, err: 0xe0434f4d

    Actually, you are getting the error which means that it is still running but failing in the process. I think that it could be a rights problem, so if you run it, then it will do what you can do but when the scheduler runs it then it will probably run as more restricted user. You can try to add a debugging output to your program to get to the bottom of it. Hope this helps.

Similar Threads

  1. Replies: 5
    Last Post: 29-09-2011, 01:03 PM
  2. Task Scheduler
    By StevenSchmid in forum Windows Software
    Replies: 3
    Last Post: 11-05-2010, 12:43 AM
  3. Task scheduler - anyone??
    By Jay in forum Vista Help
    Replies: 6
    Last Post: 04-11-2009, 05:49 AM
  4. Can't get MS Task Scheduler to run
    By 5201man in forum Windows Software
    Replies: 1
    Last Post: 07-05-2008, 02:17 PM
  5. Delete task from Task Scheduler
    By Jimbo in forum Vista Help
    Replies: 2
    Last Post: 05-03-2008, 09:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,249,583.63504 seconds with 17 queries