Re: Scheduled backups fail to start

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Your reply is inconclusive:
- When you scheduled your backup, did you schedule the ntbackup.exe
command or did you schedule a batch file to run?
- If it is the batch file, what does it look like?
- What is the contents of the log file c:\test.log?

"Frances Butcher" <FrancesButcher@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:EAE9D8E5-6D03-4CBB-9471-40AAAD3E2D77@xxxxxxxxxxxxxxxx
Hi and thanks for your help.

The .bks file contains the following:
C:\
D:\
Systemstate

Normally we run and manage the Backups and schedule entirely through the
GUI
located in Accessories, System tools, Backup.
When we try to run in a batch file as you suggested then a log is made
which
is visible in the Backup GUI.

When we run using batch file it seems ok but when i try to run using the
scheduler the '0x80090016: keyset does not exist' message appears again. -
I
think message may be the key to the problem.

Any more ideas or assistance is definately welcome.

Thanks and regards

Frances.




"Pegasus (MVP)" wrote:


"Frances Butcher" <FrancesButcher@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:3624C5FC-D93B-4046-9F14-BE8D7866B826@xxxxxxxxxxxxxxxx
We have been using Win Backup on Win Svr 2003 for at least 18months now
and
suddenly it is refusing to work. If I run a manual backup it backs up
no
problem. However the scheduled backups do not start. No log is
generated
in
the backup GUI and the very few messages which appear in the event
viewer
do
not seem applicable. I have rebooted the server and also deleted and
recreated all the scheduled tasks and media but it has made no
difference. -
The only clue I have is that if I select properties on any of the tasks
then
the following error appears:
General page initialization failed. The specific error is:
0x80090016:keyset does not exist. An error has occurred attempting to
retrieve task account information you may continue editing the task
object, but will be unable to change the task ac info.

No changes have been made to the system and a similar server on the
network
does not give this error. Currently we are on Win Svr 2003 SP1. I have
not
tried to upgrade to SP2 yet.

Can anyone assist please?

Your first job should be to establish if the task does start or
not. Even though you think that it does not, I suspect that it
does. Grab the command line from the scheduled task and
insert it into a batch file like so:

@echo off
echo The backup job started on %date% at %time%. Account=%UserName% >>
c:\test.log
ntbackup /.. /.. /..
echo The backup job ended on %date% at %time%. >> c:\test.log
echo. >> c:\test.log

Now use the Task Scheduler to run this job instead of ntbackup.exe,
then have a look at c:\test.log

It would also help if you posted the exact command line you
currently have, and the contents of your .bks file.





.



Relevant Pages

  • Re: Schedule Batch File-How to?
    ... backup with your Robobkup program. ... Panel> Scheduled Task etc. and the batch file name was used as the ... Windows command that you are using within the batch file. ... The properties window for the new scheduled task should now be open. ...
    (microsoft.public.windowsxp.general)
  • Re: How can I easily back up to an external hard drive?
    ... Easiest way to do this is to create a batch file and use the XCOPY command ... This may be overridden with /-Y on the command line. ... Documents & Settings folder that you use to sign in with. ... My batch file to backup my primary desktop to my server's backup drive is: ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Schedule Batch File-How to?
    ... temporary that zip uses is on I: and the actual backup goes to J:. ... Panel> Scheduled Task etc. and the batch file name was used as the ... Windows command that you are using within the batch file. ... The properties window for the new scheduled task should now be open. ...
    (microsoft.public.windowsxp.general)
  • Re: Schedule Batch File-How to?
    ... Panel> Scheduled Task etc. and the batch file name was used as the program ... The destination locations were checked to insure execution had taken place ... Windows command that you are using within the batch file. ... according to the schedule you selected. ...
    (microsoft.public.windowsxp.general)
  • Re: Elegant shutdown method
    ... I generally use the command line Shutdown.exe command with ... I also believe there is a shutdown tool in the Psutils (available ... I schedule with the scheduler so I am not sure about the time. ... I simply setup a batch file on the Main ...
    (microsoft.public.windows.server.active_directory)