Backup Jobs Hanging
qsac226
Posts: 22
Has anyone ever encountered an issue where the backup job just hangs?
The only way i have found to fix this is to restart the SQL Backup Service.
Some Background:
I have this installed on many different OS's and versions of SQL, both 32 and 64 Bit. We are strictly using the Professional version of SQL Backup. This problem is not consistent on one version of the OS or SQL, but random. Also to note, I run the script as a SQL Job.
Any thoughts?
Thanks
Q
The only way i have found to fix this is to restart the SQL Backup Service.
Some Background:
I have this installed on many different OS's and versions of SQL, both 32 and 64 Bit. We are strictly using the Professional version of SQL Backup. This problem is not consistent on one version of the OS or SQL, but random. Also to note, I run the script as a SQL Job.
Any thoughts?
Thanks
Q
Comments
Thanks,
- James
Head of DBA Tools
Red Gate Software Ltd
I currently have the jobs setup as follows:
TLogs - every 15mins
Differential - every 3 hours
Full - every night
Does it matter that the jobs overlap each other?
Overlapping jobs should just cause the later job to reattempt a 2nd backup. E.g.
- full backup starts at 1 a.m., takes 35 minutes
- log backup starts at 1:15 a.m
- log backup is blocked until 1:35, reports a failure, then reattempts the backup
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I seem to be experiencing a similar problem with backups hanging at random. I am running SQL Backup 4.6.0.815 Professional on on many different OS's and versions of SQL, both 32 and 64 Bit with both 32 and 64 bit editions of SQL Server.
I don't seem to be able to recover from these issues until i restart the sqlbackup agent.
Michelle
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
We aren't using the mailto command
12/07/2007 10:48:19 AM: BACKUP DATABASE [DBNAME] TO DISK = 'g:\backup\DBNAME\DBNAME_db_200707121048.BAK.SQB' WITH NAME = '<AUTO>', DESCRIPTION = '<AUTO>', ERASEFILES = 2, COMPRESSION = 3
In that archive, you will find SQBCoreService.exe and xp_sqlbackup.dll for Win32 and x64 platforms. Please replace the existing copies of the above files on a server that encounters the hanging issue most frequently. The xp_sqlbackup.dll file needs to be placed in the SQL Server Binn folder. You may need to unload the DLL from SQL Servers' memory space first, using
The next time that a backup hangs, run the following from Query Analyzer/SSMS:
This will generate a file named SQBCoreService_bugreport.txt in the SQL Backup folder. Send me that file. Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8