madeinwales
IS-IT--Management
I have a number of Databases on one SQL server (SQL 2000). I am backing them up remotely from an NT4 server running BE8.6. I have the SQL 2000 agent installed. one of the old databases (the only one I don't need to back up) backs up fine. The others however give the following error in the log file:
Performing Remote Agent backup
Media Name: "Media created 5/21/02 10:40:06 "
Backup of "TETRA "
Backup set #6 on storage media #1
Backup set description: "Tetra Tests"
Backup Type: DATABASE - Back Up Entire Database
Backup started on 5/21/02 at 11:31:35 .
Database filegroup from Tcr
An error occurred on a query to filegroup Tcr..PRIMARY.
^ ^ ^ ^ ^
The statement BACKUP DATABASE...FILE=<name> is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.
^ ^ ^ ^ ^
Unable to open the item Tcr?PRIMARY - skipped.
Backup completed on 5/21/02 at 11:31:41 .
Backed up 0 filegroup(s) in 1 database(s)
1 item was skipped.
Processed 0 bytes in 6 seconds.
Throughput rate: 0.0 MB/min
----------------------------------------------------------------------
======================================================================
Job Operation - Verify
======================================================================
Verify of "TETRA "
Backup set #6 on storage media #1
Backup set description: "Tetra Tests"
Verify started on 5/21/02 at 11:32:34 .
Database filegroup from Tcr
Verify completed on 5/21/02 at 11:32:34 .
Processed 0 bytes in 1 second.
Throughput rate: 0.0 MB/min
----------------------------------------------------------------------
Consistency checking tables from Tcr
Consistency checking PRIMARY
Consistency Check including Indexes.
Consistency check was completed.
======================================================================
Job ended: Tuesday, May 21, 2002 at 11:32:59 AM
Job completion status: Failed
======================================================================
This is the same for all the databases I am trying to back up, does anyone have any idea why this is happening?
Performing Remote Agent backup
Media Name: "Media created 5/21/02 10:40:06 "
Backup of "TETRA "
Backup set #6 on storage media #1
Backup set description: "Tetra Tests"
Backup Type: DATABASE - Back Up Entire Database
Backup started on 5/21/02 at 11:31:35 .
Database filegroup from Tcr
An error occurred on a query to filegroup Tcr..PRIMARY.
^ ^ ^ ^ ^
The statement BACKUP DATABASE...FILE=<name> is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE.
^ ^ ^ ^ ^
Unable to open the item Tcr?PRIMARY - skipped.
Backup completed on 5/21/02 at 11:31:41 .
Backed up 0 filegroup(s) in 1 database(s)
1 item was skipped.
Processed 0 bytes in 6 seconds.
Throughput rate: 0.0 MB/min
----------------------------------------------------------------------
======================================================================
Job Operation - Verify
======================================================================
Verify of "TETRA "
Backup set #6 on storage media #1
Backup set description: "Tetra Tests"
Verify started on 5/21/02 at 11:32:34 .
Database filegroup from Tcr
Verify completed on 5/21/02 at 11:32:34 .
Processed 0 bytes in 1 second.
Throughput rate: 0.0 MB/min
----------------------------------------------------------------------
Consistency checking tables from Tcr
Consistency checking PRIMARY
Consistency Check including Indexes.
Consistency check was completed.
======================================================================
Job ended: Tuesday, May 21, 2002 at 11:32:59 AM
Job completion status: Failed
======================================================================
This is the same for all the databases I am trying to back up, does anyone have any idea why this is happening?