May 20, 2004 at 9:12 am
Received the following errors when trying to backup databases using a DB main. plan....
The DB main. plan reports....
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 3201: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device 'E:\sqldb\sql_dmpdb\LienRelease021a\LienRelease021a_db_200405190723.BAK'. Device error or device off-line. See the SQL Server error log for more details.
[Microsoft][ODBC SQL Server Driver][SQL Server]VERIFY DATABASE is terminating abnormally.
The job history reports....
Executed as user: JAXDOM\sqladmin. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed.
--------------------------------------------------
May 20, 2004 at 11:20 am
The databases that back up correctly using the maintenance plan, are they backed upt to the same location? Have you checked and confirmed that that directory structure exists?
May 20, 2004 at 12:53 pm
I confirmed directory structure exists plus all databases are set to write to the same directory. The main. plan is also set to create sub-directories for each database.
Another test I tryed was to create a new main. plan with one backup that is successful and one that I knows that fails. The results were the same as the original main. plan, one failed and the other one was successful. As I had mentioned before the one that fails, I can move to a different server and the main. plan will be successful....strange
One thing I did notice which may not be relevant but the db that is successful is only 12MB, whereas, the one that fails is 1.3GB. I've backed up others in the past that were 10 & 20GB so that shouldn't matter, these 36GB free space. All system table are set to grow automatically and are on the same drive with 36GB free....Thanks
May 20, 2004 at 1:08 pm
Are you able to use the maintenance plan to backup that database to a different drive on the same server?
May 20, 2004 at 1:45 pm
There are two drives a C:\ and E:\. I changes the main. plan to write to the C:\drive, which has twice the space it needs. I received the same results. Only certain databases are failing. When I created the new main. plan I pretty much went with the defaults.
I'm going to rerun the SQL service pack to see if that has any affect tonight.
May 21, 2004 at 7:19 am
I had a similar issue in our company... Some plans worked while others failed.... What I found out is that our Network Service department had turned on Disk Quotas that were limiting ALL domain accounts to 1 gig space on the machine. I had to have them remove this Disk Quota from the account used by SQLServerAgent. Once they did backups worked as expected. You might have a similar problem.
Chad
May 21, 2004 at 8:50 am
Good point about disk quota's. Can you backup the failing database using TSQL to the same directory? If not, I would suspect the disk system (quotas, free space, etc). If it were a network share, there are some potential issues with larger databases.
May 21, 2004 at 2:53 pm
OK, I've resolved the issue ...
The following is another error message displayed in the logs...
100 percent backed up.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (WrapperRead()).
Server: Msg 11, Level 16, State 1, Line 0
General network error. Check your network documentation.
Processed 1 pages for database '<databaseName>', file '<fileName>' on file 1.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply