How can we help you today? How can we help you today?
DonFerguson
Update: I just recycled the SQL Server service and now I no longer get the warning. For future reference, is there a better way? / comments
Update: I just recycled the SQL Server service and now I no longer get the warning. For future reference, is there a better way?
0 votes
Wow!!!! After upgrading both the client and Server components to 7.3.1.1, the history comes up blazingly fast. It's been turbo charged. Good job!!! [image] / comments
Wow!!!! After upgrading both the client and Server components to 7.3.1.1, the history comes up blazingly fast. It's been turbo charged.Good job!!!
0 votes
Thanks for the information Petey. I got really excited to see this new feature added to 7.1, but was disappointed that it doesn't "officially" work on SQL Server 2005. I tested this on as SQL Server 2005 with SP4/CU3 installed (Build 9.0.5266) and it worked with a transaction log backup where the database had been replaced but a full hadn't been performed. That's good. 8) However now that this option is enabled in the backup jobs, I now get a Warning 483: message every time a log backup is performed. Not so good. :roll: I realize this is benign, but it would be nice not to get the warning when it works. Sample output: ERRORS AND WARNINGS 7/5/2012 2:51:40 PM: Backing up MYDB1 (transaction log) on MYINSTANCE instance to: 7/5/2012 2:51:40 PM: F:\MyDestinationPath\MYINSTANCE\MYDB1\LOG_MYINSTANCE_MYDB1_20120705_145140.sqb 7/5/2012 2:51:40 PM: BACKUP LOG [MYDB1] TO VIRTUAL_DEVICE = 'SQLBACKUP_2C3E09AA-9699-48D7-85D5-C101BC0C6E45' WITH BUFFERCOUNT = 6, BLOCKSIZE = 65536, MAXTRANSFERSIZE = 1048576, NAME = N'Database (MYDB1), 7/5/2012 2:51:40 PM', DESCRIPTION = N'Backup on 7/5/2012 2:51:40 PM Server: MyServer\MYINSTANCE Database: MYDB1', FORMAT 7/5/2012 2:51:40 PM: Backup data size : 512.000 KB 7/5/2012 2:51:40 PM: Compressed data size: 4.000 KB 7/5/2012 2:51:40 PM: Compression rate : 99.22% 7/5/2012 2:51:40 PM: Processed 0 pages for database 'MYDB1', file 'MYDB1_log' on file 1. 7/5/2012 2:51:40 PM: BACKUP LOG successfully processed 0 pages in 0.014 seconds (0.000 MB/sec). 7/5/2012 2:51:40 PM: Warning 483: The FULLIFREQUIRED option is not available when taking transaction log backups on SQL Server 2005. SQL Backup was unable to create any full backups that may be required to restore transaction log backups. 7/5/2012 2:51:41 PM: Backing up MYDB2 (transaction log) on MYINSTANCE instance to: 7/5/2012 2:51:41 PM: F:\MyDestinationPath\MYINSTANCE\MYDB2\LOG_MYINSTANCE_MYDB2_20120705_145141.sqb 7/5/2012 2:51:41 PM: BACKUP LOG [MYDB2] TO VIRTUAL_DEVICE = 'SQLBACKUP_98D3B127-42B9-4174-B166-65A8314A258E' WITH BUFFERCOUNT = 6, BLOCKSIZE = 65536, MAXTRANSFERSIZE = 1048576, NAME = N'Database (MYDB2), 7/5/2012 2:51:41 PM', DESCRIPTION = N'Backup on 7/5/2012 2:51:41 PM Server: MyServer\MYINSTANCE Database: MYDB2', FORMAT 7/5/2012 2:53:41 PM: VDI error 1010: Failed to get the configuration from the server because the timeout interval has elapsed. Check that the SQL Server instance is running, that you have the SQL Server System Administrator server role; and that no other processes are blocking the backup or restore process; or try increasing the value of the VDITimeout registry setting in HKEY_LOCAL_MACHINE\SOFTWARE\Red Gate\SQL Backup\BackupSettingsGlobal\[InstanceName] 7/5/2012 2:53:41 PM: ~Process List Snipped~ 7/5/2012 2:53:41 PM: 7/5/2012 2:53:41 PM: SQL error 3013: BACKUP LOG is terminating abnormally. 7/5/2012 2:53:41 PM: SQL error 4214: BACKUP LOG cannot be performed because there is no current database backup. 7/5/2012 2:53:41 PM: 7/5/2012 2:53:42 PM: Memory profile 7/5/2012 2:53:42 PM: Type Maximum Minimum Average Blk count Total 7/5/2012 2:53:42 PM: 7/5/2012 2:53:42 PM: Commit 11511267328 4096 8056374 1692 13631385600 7/5/2012 2:53:42 PM: Reserve 64206340096 4096 228934287 281 64330534912 7/5/2012 2:53:42 PM: Free 6803192938496 4096 28397820964 307 8718131036160 7/5/2012 2:53:42 PM: Private 64206340096 4096 54553960 1427 77848502272 7/5/2012 2:53:42 PM: Mapped 1585152 4096 137340 66 9064448 7/5/2012 2:53:42 PM: Image 33374208 4096 217403 480 104353792 7/5/2012 2:53:42 PM: 7/5/2012 2:53:44 PM: Backing up MYDB2 (transaction log) on MYINSTANCE instance to: 7/5/2012 2:53:44 PM: F:\MyDestinationPath\MYINSTANCE\MYDB2\LOG_MYINSTANCE_MYDB2_20120705_145344.sqb 7/5/2012 2:53:44 PM: BACKUP LOG [MYDB2] TO VIRTUAL_DEVICE = 'SQLBACKUP_463A9C26-9A7B-4118-95F4-2EF2ABB404EF' WITH BUFFERCOUNT = 6, BLOCKSIZE = 65536, MAXTRANSFERSIZE = 1048576, NAME = N'Database (MYDB2), 7/5/2012 2:51:41 PM', DESCRIPTION = N'Backup on 7/5/2012 2:51:41 PM Server: MyServer\MYINSTANCE Database: MYDB2', FORMAT 7/5/2012 2:53:45 PM: Backup data size : 640.000 KB 7/5/2012 2:53:45 PM: Compressed data size: 6.000 KB 7/5/2012 2:53:45 PM: Compression rate : 99.06% 7/5/2012 2:53:45 PM: Processed 3 pages for database 'MYDB2', file 'MYDB2_Log' on file 1. 7/5/2012 2:53:45 PM: BACKUP LOG successfully processed 3 pages in 0.025 seconds (0.696 MB/sec). 7/5/2012 2:53:45 PM: Warning 474: A full database backup was performed for the database (MYDB2). 7/5/2012 2:53:45 PM: Backing up MYDB3 (transaction log) on MYINSTANCE instance to: 7/5/2012 2:53:45 PM: F:\MyDestinationPath\MYINSTANCE\MYDB3\LOG_MYINSTANCE_MYDB3_20120705_145345.sqb 7/5/2012 2:53:45 PM: BACKUP LOG [MYDB3] TO VIRTUAL_DEVICE = 'SQLBACKUP_77036C52-87B6-40C5-9B4F-D6F8010FC790' WITH BUFFERCOUNT = 6, BLOCKSIZE = 65536, MAXTRANSFERSIZE = 1048576, NAME = N'Database (MYDB3), 7/5/2012 2:53:45 PM', DESCRIPTION = N'Backup on 7/5/2012 2:53:45 PM Server: MyServer\MYINSTANCE Database: MYDB3', FORMAT 7/5/2012 2:53:46 PM: Backup data size : 512.000 KB 7/5/2012 2:53:46 PM: Compressed data size: 4.000 KB 7/5/2012 2:53:46 PM: Compression rate : 99.22% 7/5/2012 2:53:46 PM: Processed 0 pages for database 'MYDB3', file 'MYDB3_Log' on file 1. 7/5/2012 2:53:46 PM: BACKUP LOG successfully processed 0 pages in 0.015 seconds (0.000 MB/sec). 7/5/2012 2:53:46 PM: Warning 483: The FULLIFREQUIRED option is not available when taking transaction log backups on SQL Server 2005. SQL Backup was unable to create any full backups that may be required to restore transaction log backups. / comments
Thanks for the information Petey. I got really excited to see this new feature added to 7.1, but was disappointed that it doesn't "officially" work on SQL Server 2005. I tested this on as SQL Serve...
0 votes