Comments
6 comments
-
Hi Todd,
Sorry, I don't have an answer to this one. I'd assume that the SQL Backup log that you quote was from a different job. A 790 is a general thread error and should be reflected in the SQL Backup log file.
Aside from that, SQL Backup 5.1 and 5.2 had some issues that caused thread aborts during backup. You may want to consider upgrading your server components to 5.4. -
Hi Brian -
Thanks for the reply! After reading your response and pausing to think for a moment, I fear that I had a moment of "stupid" when I was looking at the log file. For whatever reason, it didn't occur to me that this log file was a log for the *entire* task and I should look at the whole log file when researching a problem, rather than the end.
Sure enough, after looking through the log, I found this entry near the top:7/2/2009 8:02:04 AM: Thread 0 error:
Error 620: Error writing to backup file(s).
7/2/2009 8:02:04 AM: Warning 210: Thread 0 warning:
Warning 210: Error writing to backup file:\DB01\DB01_CDATA\LOG_DB01_DB-DB01_CDATA_20090702_080203.sqb
Warning: System error (The parameter is incorrect)
Processed 1641 pages for database 'DB-DB01_CDATA', file 'DB01_log' on file 1.
BACKUP LOG successfully processed 1641 pages in 0.221 seconds (60.809 MB/sec).
So, your theory about 5.1 having problems with threads aborting appears to be spot-on. I start the process of getting these agents update to the current version.
Again, thanks for your assistance!
-Todd -
Hi Todd,
The issue in question does look similar to this one, in that case an upgrade should fix it. -
Excellent information. I'm in the process of making sure we're still covered under maintenance as well as providing the necessary documents with which to implement the change/upgrade.
I've taken a quick peek at the upgrade process from within "SQL Backup" and as the SQL servers are in a multi-node cluster (all active, no standby), I'll be providing the appropriate cluster credentials.
One quick question: Is a reboot required for the upgrade, or is everything handled "hot"? -
Hi Todd,
An upgrade from SQL Backup 5.1 to 5.4 is a no-cost upgrade, even if you do not have support, so no worries there. SQL Backup does not ask for a reboot after the installation is done, but in some rare cases, you may need to restart the SQL Server Service because the server does not free the extended stored procedure dll. On 2005 and 2008 platforms, this happens rarely; it's most common on SQL Server 2000. -
That's great news! Thanks Brian!
Add comment
Please sign in to leave a comment.
I have MSSQL 2005 (SQL Server 9.0.3042) installed on a Windows 2003 Enterprise x64 SP2 server. The RedGate agent version is 5.1.0.2781. Every so often, I'll get an event from the SQLAgent in the Application Event Log stating:
The SQL Job History gives me this information:
However, upon checking the RedGate log, I find the following:
Based on what I'm reading in the RedGate log, everything is fine. I've checked the destination, and the SQB file (noted above) exists. So, I'm wondering why SQL thinks there's a problem when I can't seem to find one. And, to make matters even more interesting, subsequent backups using this same task run without an error.
Any thoughts or advice on this behavior would be appreciated.
Thanks!
-Todd