MasterRacker
New member
I have a program that pulls call reporting info from my phone system and stores it in an Access DB. The DB is updated every 15-20 min. (it doesn't seem to be a fixed interval). I'm seeing an occasional problem where the program stops with a write error to the DB. It seems to happen about the time Backup Exec would be hitting that server.
My theory is if BE is getting that file that same time the program is trying to update, I get a write error. Most days there is no problem and on days this does happen I can simply stop the program and restart to get it going again. I don't appear to be losing to data as it seems to continue to buffer even when the reporting program stops.
The way I see it I have two options at the moment:
1. Leave it the way it is. Most days I get a backup and I can restart manually when necessary.
2. Exclude the DB from the backup. The program never stops, but I'm stuck with manual backups of the DB.
I've thought of excluding the DB from backups and creating a scheduled batch file to copy the DB daily thinking it would run faster than the tape backup and reduce the contention window, but that's about all I can think of.
BTW, this is a COTS application so I don't have the option of changing it to use a real DB like SQL.
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
My theory is if BE is getting that file that same time the program is trying to update, I get a write error. Most days there is no problem and on days this does happen I can simply stop the program and restart to get it going again. I don't appear to be losing to data as it seems to continue to buffer even when the reporting program stops.
The way I see it I have two options at the moment:
1. Leave it the way it is. Most days I get a backup and I can restart manually when necessary.
2. Exclude the DB from the backup. The program never stops, but I'm stuck with manual backups of the DB.
I've thought of excluding the DB from backups and creating a scheduled batch file to copy the DB daily thinking it would run faster than the tape backup and reduce the contention window, but that's about all I can think of.
BTW, this is a COTS application so I don't have the option of changing it to use a real DB like SQL.
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]