Scheduled Task not running

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to run a Scheduled Task backup using an SQL database. For some
reason it creates the task but doesn't run it. The following information is
in the Run field in the Task Properties.

"C:\Program Files\MySQL\MySQL Administrator 1.1\MySQLAdministrator.exe"
"-UDC:\Documents and Settings\Administrator\Application Data\MySQL\" "-c"
"-bpRDIRANI1" "-btC:\" "-bxRDIRANI1"

Is Scheduled Task only good for opening applications and not running them?
Please advise. Thanks!
 
Rob said:
I'm trying to run a Scheduled Task backup using an SQL database.
For some reason it creates the task but doesn't run it. The
following information is in the Run field in the Task Properties.

"C:\Program Files\MySQL\MySQL Administrator
1.1\MySQLAdministrator.exe" "-UDC:\Documents and
Settings\Administrator\Application Data\MySQL\" "-c" "-bpRDIRANI1"
"-btC:\" "-bxRDIRANI1"

Is Scheduled Task only good for opening applications and not
running them? Please advise. Thanks!

Who are you running it as? (And that is one NASTY command line - does that
work if you run it at a command prompt?!)
 
Back
Top