I have a SQL Server 7.0 server with 2 production databases on them. For the last several weeks I have been having trouble getting the two dbs to backup. This week, one of them seems to be backing up just fine. Here's the details:
I have a separate maintenance plan for each of the databases. Both get a full backup with verify each night. One is scheduled at 2 AM the other at 2:15. The db that backs up at 2 AM takes about 5 minutes to back up.
I'm backing up to disk files. I am not backing up to a network share.
After the job executes, the log shows
Microsoft (R) SQLMaint Utility (Unicode), Version Logged on to SQL Server 'BSD_TRANS_S2' as 'BSD_CO\mullinsbr' (trusted)
Starting maintenance plan 'FA_DB Maintenance' on Thu May 20 11:01:19 2004
[1] Database FA_DB1_31SP1: Check Data and Index Linkage...
** Execution Time: 0 hrs, 0 mins, 1 secs **
[2] Database FA_DB1_31SP1: Database Backup...
Destination: [F:\SQLData\BACKUP\FA_DB1_31SP1\FA_DB1_31SP1_db_200405201101.BAK]
** Execution Time: 0 hrs, 0 mins, 4 secs **
[3] Database FA_DB1_31SP1: Verifying Backup...
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 3201: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device 'F:\SQLData\BACKUP\FA_DB1_31SP1\FA_DB1_31SP1_db_200405201101.BAK'. Device error or device off-line. See the SQL Server error log for more details.
[Microsoft][ODBC SQL Server Driver][SQL Server]Backup or restore operation terminating abnormally.
Deleting old text reports... 1 file(s) deleted.
End of maintenance plan 'FA_DB Maintenance' on Thu May 20 11:01:24 2004
SQLMAINT.EXE Process Exit Code: 1 (Failed)
Backups of the log files also fail with a similar message. I've checked that the login used for the SQLServerAgent has the correct permissions. I've looked all over these forums, and it seems the only other problems like this have been where backups are being done to a network share. All of the fixes for that that I have tried have not been successful.
I'm too young to be loosing my hair this fast. Can someone give me some info to fix this so I can stop pulling it out?
Thanks,
Brian
I have a separate maintenance plan for each of the databases. Both get a full backup with verify each night. One is scheduled at 2 AM the other at 2:15. The db that backs up at 2 AM takes about 5 minutes to back up.
I'm backing up to disk files. I am not backing up to a network share.
After the job executes, the log shows
Microsoft (R) SQLMaint Utility (Unicode), Version Logged on to SQL Server 'BSD_TRANS_S2' as 'BSD_CO\mullinsbr' (trusted)
Starting maintenance plan 'FA_DB Maintenance' on Thu May 20 11:01:19 2004
[1] Database FA_DB1_31SP1: Check Data and Index Linkage...
** Execution Time: 0 hrs, 0 mins, 1 secs **
[2] Database FA_DB1_31SP1: Database Backup...
Destination: [F:\SQLData\BACKUP\FA_DB1_31SP1\FA_DB1_31SP1_db_200405201101.BAK]
** Execution Time: 0 hrs, 0 mins, 4 secs **
[3] Database FA_DB1_31SP1: Verifying Backup...
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 3201: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device 'F:\SQLData\BACKUP\FA_DB1_31SP1\FA_DB1_31SP1_db_200405201101.BAK'. Device error or device off-line. See the SQL Server error log for more details.
[Microsoft][ODBC SQL Server Driver][SQL Server]Backup or restore operation terminating abnormally.
Deleting old text reports... 1 file(s) deleted.
End of maintenance plan 'FA_DB Maintenance' on Thu May 20 11:01:24 2004
SQLMAINT.EXE Process Exit Code: 1 (Failed)
Backups of the log files also fail with a similar message. I've checked that the login used for the SQLServerAgent has the correct permissions. I've looked all over these forums, and it seems the only other problems like this have been where backups are being done to a network share. All of the fixes for that that I have tried have not been successful.
I'm too young to be loosing my hair this fast. Can someone give me some info to fix this so I can stop pulling it out?
Thanks,
Brian