473,587 Members | 2,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SQL backup job - failed

Hi,
Appreciated anyone who can help us with our problem. Our backup job
for ROUTT database has been failing for the last 4 days. It was
working fine for almost a year now. The only thing happened few days
before the problem started is the addition of more memory to the
server because we've been getting the low virtual memory error. There
are two databases in this server so we have two backup jobs everyday.
The other backup job runs with no problem. Can someone give us any
suggestion please. Listed below is the sql log.

Thanks,
Teresa
ROUTT Database Backup Log
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 945: [Microsoft][ODBC
SQL Server Driver][SQL Server]Database 'ROUTT' cannot be opened due to
inaccessible files or insufficient memory or disk space. See the SQL
Server errorlog for details.

ROUTT Transaction Log Database Backup Log
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 945: [Microsoft][ODBC
SQL Server Driver][SQL Server]Database 'ROUTT' cannot be opened due to
inaccessible files or insufficient memory or disk space. See the SQL
Server errorlog for details.
SQL Sever ErrorLog

2004-04-02 21:16:05.65 spid54 udopen: Operating system error 32(The
process cannot access the file because it is being used by another
process.) during the creation/opening of physical device
D:\MSSQL\MSSQL\ Data\ROUTT_Data .MDF.
2004-04-02 21:16:05.65 spid54 FCB::Open failed: Could not open
device D:\MSSQL\MSSQL\ Data\ROUTT_Data .MDF for virtual device number
(VDN) 1.

2004-04-05 21:31:06.90 spid57 udopen: Operating system error 32(The
process cannot access the file because it is being used by another
process.) during the creation/opening of physical device
D:\MSSQL\MSSQL\ Data\ROUTT_Data .MDF.
2004-04-05 21:31:06.90 spid57 FCB::Open failed: Could not open
device D:\MSSQL\MSSQL\ Data\ROUTT_Data .MDF for virtual device number
(VDN) 1.

2004-04-06 00:30:10.89 backup BACKUP failed to complete the command
BACKUP LOG [ROUTT] TO DISK =
N'D:\MSSQL\MSSQ L\BACKUP\ROUTT_ tlog_2004040600 30.TRN' WITH INIT ,
NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT

2004-04-06 00:45:01.12 backup BACKUP failed to complete the command
BACKUP DATABASE [ROUTT] TO DISK =
N'D:\MSSQL\MSSQ L\BACKUP\ROUTT_ db_200404060045 .BAK' WITH INIT ,
NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT
Jul 20 '05 #1
5 16856
First and foremost. Ensure your backup drive has enough freespace.
Jul 20 '05 #2
In article <7f************ **************@ posting.google. com>,
tp****@pepco.co m says...
Hi,
Appreciated anyone who can help us with our problem. Our backup job
for ROUTT database has been failing for the last 4 days. It was
working fine for almost a year now. The only thing happened few days
before the problem started is the addition of more memory to the
server because we've been getting the low virtual memory error. There
are two databases in this server so we have two backup jobs everyday.
The other backup job runs with no problem. Can someone give us any
suggestion please. Listed below is the sql log.


Maybe a BIG transaction log and an increase in the DB size? How much
disk space do you have free on the drive you are doing the backups to?
--
--
sp*********@rro hio.com
(Remove 999 to reply to me)
Jul 20 '05 #3
lo************@ hotmail.com (louis nguyen) wrote in message news:<b0******* *************** ***@posting.goo gle.com>...
First and foremost. Ensure your backup drive has enough freespace.


I would test that you do a manual backup. This will remove any
problems that you may have regards to scheduling the job. Assuming
that you have enough disk space I'd set up a performance monitor trace
to check the SQL memory and other parameters to check what is going
on.

Ginters
Jul 20 '05 #4
jp*******@talk2 1.com (John McGinty) wrote in message news:<87******* *************** ****@posting.go ogle.com>...
lo************@ hotmail.com (louis nguyen) wrote in message news:<b0******* *************** ***@posting.goo gle.com>...
First and foremost. Ensure your backup drive has enough freespace.


I would test that you do a manual backup. This will remove any
problems that you may have regards to scheduling the job. Assuming
that you have enough disk space I'd set up a performance monitor trace
to check the SQL memory and other parameters to check what is going
on.

Ginters


Hi,
Thank you very much for helping us out. It turned out that the
application is still link to the database when the backup ran.

Thanks,
Teresa
Jul 20 '05 #5
jp*******@talk2 1.com (John McGinty) wrote in message news:<87******* *************** ****@posting.go ogle.com>...
lo************@ hotmail.com (louis nguyen) wrote in message news:<b0******* *************** ***@posting.goo gle.com>...
First and foremost. Ensure your backup drive has enough freespace.


I would test that you do a manual backup. This will remove any
problems that you may have regards to scheduling the job. Assuming
that you have enough disk space I'd set up a performance monitor trace
to check the SQL memory and other parameters to check what is going
on.

Ginters


Hi,
Thank you very much for helping us out. It turned out that the
application is still link to the database when the backup ran.

Thanks,
Teresa
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1959
by: Mirko Slavko | last post by:
Hi, I have scheduled backup job on MS SQL server which appends full backup, verifies it and then it should eject tape. But upon finishing it says that job failed. I checked backup and it seems okay, database was backup-ed on tape and tape was ejected at the end of execution but job status was failed. Here is a code of backup procedure...
2
13383
by: nt | last post by:
I am having a problem with a regular backup of an SQL Server (MSDE 2000) database to a local drive. I initiate the backup once a week, by issuing the required T-SQL, via ADO. In this case, the T-SQL is: BACKUP DATABASE GPRS_Dimensioning_Archive TO local_backup WITH RETAINDAYS=21, NAME='GDA_20040706' Note that "local_backup" is a file...
9
9939
by: tech_guru | last post by:
Hello!! I am relatively new to SQL and am having a problem. I have taken over a SQL 2000 db that did not have any backup plans scheduled for it. I created a maintenance plan that backs up the database every night and another plan that backs up the system databases once a week. I ran both these jobs successfully, but when I created a...
4
8747
by: nielsonj1976 | last post by:
I am getting a failure on the db backup job of one of my maintenance plans. It is coming back with the generic error message of, "sqlmaint.exe failed. (Error 22029). The step failed." I then checked the Database Maintenance Plan History page, but this shows all the steps having run successfully. If I check the drives for the actual...
1
1506
by: Bryan | last post by:
We have a SQL 2005 server running the following backup job: <font face="Courier New" size="2"><br><font color="blue">/* Created by <a href="http://www.wangz.net/gsqlparser/sqlpp/sqlformat.htm">free online sql formatter</a*/</font><br><br> <font color = "blue">EXECUTE</font>&nbsp;<font color = "maroon">master</font><font color =...
1
4051
by: Bryan | last post by:
We have a SQL 2005 server running the following backup job: EXECUTE master.dbo.xp_create_subdir N'\\Server\Backups\DBServerName\\DB_Name__METABASE' GO EXECUTE master.dbo.xp_create_subdir N'\\server\Backups\DBServerName\\DB_Name__MSCRM'
2
21122
by: m19peters | last post by:
We have a script that I had to rework a little bit for 2005 that does a full backup for every database on the server... For some reason on some nights the script does not backup all databases... Its like it skips over it for some reason... Output of the script below on the night in question was: Executed as user: NT AUTHORITY\SYSTEM. master...
1
5018
by: bhd282 | last post by:
Regarding this message: ADM10502W Health indicator "Database Backup Required" ("db.db_backup_req") is in state "Automated backup failed" on "database" "db2inst2.WAREHOUS". Is there any place I can look up to find out just why this automated backup failed? Benjamin
3
12991
by: nic829 | last post by:
Hi, I was trying to back up a database on SQL 2005 SP2 but then got this error: TITLE: Microsoft SQL Server Management Studio ------------------------------ Backup failed for Server 'NTSYDDBD155\MMSGDEV02'. (Microsoft.SqlServer.Smo) For help, click:...
0
7852
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8221
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6629
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5719
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5395
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3845
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3882
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.