Restoration of SQL Server 2000 DB to new SQL Server 2008 R2
tcarlisle
Posts: 15
I am attempting to restore a Redgate SQL Backup from a SQL Server 2000 instance to its repalcement, a SQL Server 2008 R2 instance. On browsing to a backup file and selecting it as the restoration source, all I see for every column in the file list for the backup are "Unknown". In hovering over the red X under the OK column, the pop-up message is, "Could not retrieve information from the server about C:\Backup\13Software.sqb"
I have completed the same restoration of the same db from that server to a SQL Server 2005 instance running on Windows Server 2003, many times before without any issue. What could be the problem now? I know Windows 2008 is real picky about file permissions, perhaps it could be that. Any thoughts?
TeeCee
I have completed the same restoration of the same db from that server to a SQL Server 2005 instance running on Windows Server 2003, many times before without any issue. What could be the problem now? I know Windows 2008 is real picky about file permissions, perhaps it could be that. Any thoughts?
TeeCee
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
The backup file has actually been copied from another server location to a directory on the local machine.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Msg 1, Level 15, State 1, Line 0
Reading filelist of "C:\Backup\13Software.sqb"
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 1
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 2
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 3
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 4
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 5
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 6
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 7
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 8
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 9
Warning 485: File does not exist: C:\Backup\13Software.sqb
Validating file (C:\Backup\13Software.sqb): attempt 10
Warning 485: File does not exist: C:\Backup\13Software.sqb
File validation failed: C:\Backup\13Software.sqb
SQL Backup exit code: 840
I ran a backup on the 13Software DB on my failover server (SQL Server 2005) using the built-in SQL Server backup utility. I then copied that to the new SQL 2008 R2 server and was able to restore that backup using the SQL Server 2008 R2 backup restore utility sucessfully.
That indicates to me, that there is something going on under the hood with the RedGate SQL Backup versions. I don't know what that might be. I really need this to work, because I will have to make RedGate backup files available to our case management software vendor that uses RedGate Backup for restoration to the 13Network Data online databases (country-wide) and in turn they provide Bankruptcy data to the National Data Center.
Still looking for a clue...
Tim
I'm aware that I'm repeating things here, but please note that the "C:\Backup\13Software.sqb" file must exist on the SQL Server 2008 R2 server, and that the SQL Backup Agent service startup account has at least read rights to that folder and file.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I am trying some other things with permissions to try to get this issue resolved. I will let you know how that goes.
Thanks.
Tim
I then created a backup on the new server using RedGate backup rev. 6.4. That ran sucessfully. I then used that backup to run a restoration using Redgate backup aftert dropping the database and then recreating its DB shell. That restoration was sucessful.
I do not doubt that there may be permissions issues on the files created on the Windows 2003 server location of the Redgate rev 3.4 backup file. I have seen unexplanable permissions issues with files in a mixed 2003 - 2008 Windows server environment previously, and this might just be another one of those. I have a work around, although it is not what I wanted to do in the original project plan. My real concern was that i would not be able to produce the Redgate backup files that will be used to spread the info into the cloud. I have teste that and it will be possible.
Thank you, Peter, for your input.
Tim Carlisle
Systems Manager
Office of the Chapter 13 Trustee
Columbus, GA, USA
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8