I have an application (built in-house) that is supposed to run on our server every night. I am able to run it manually just fine, but if I schedule it to run it errors out and doesn't work.
This happens whether I use Windows' built in task scheduler (win serv 2003-r2) or Cobian backup 11.
The application backups up a number of database files, compresses them with 7-zip, then moves them to our NAS device.
Any idea why it only fails when scheduled?
The error I get in the event log is "Reporting queued error: faulting
application BackupCP.exe, version 2.0.0.0, faulting module
kernel32.dll, version 5.2.3790.4062, fault address 0x0000bee7."
(BackupCP.exe is the name of the program)