Page 1 of 1

Tak scheduler

Posted: Wed Dec 08, 2010 7:48 pm
by Brian
When I schedule a task it appears correctly in scheduler.

"C:\Program Files (x86)\Aquarius IS Consultancy\AISBackup\AISBACKUP.exe MyTask|OF"
is shown in Edit action dialog in the scheduler.
It suggest to put the "MyTask|OF" part in the parameters box. I answer yes.

When I open AIS Backup and run the task sin the Scheduler a AISbackupup asks if it is allowed to run the task.
If I answer yes nothing happens the task doesn't run.
The Scheduler reports trhe task has never been run.

If I close AISbackup and then run the task it shows as "running.."in the scheduler but AIS doesn't start and the task. But the scheduler keeps reporting the task is running.
This time it reports under Last Run Result

The syntax of the file name, directory or volumename is wrong. (0x8007007B)

Do I have to enter a path in the "Start in"box of the Scheduler?
----

/EDIT
I pointed the Scheduler to the AISBACKUP.EXE
That fixed the error message.
Backups run but don't do any backupping.

When starting the tasks manually from within AIS they work perfectly.

task scheduler

Posted: Thu Dec 09, 2010 11:01 am
by Barry
The 'O' parameter is for backing up once per day and only really intended for a task that makes a backup when the PC is booted. Remove the O and the backup should work okay:

".......AISBACKUP.exe" "MyTask|F"

Barry

Posted: Thu Dec 09, 2010 12:01 pm
by Brian
Thank completely solved the problem. Thanks!