SQL Backup 5.0 problems
Powerway
Posts: 29
First for the most critical problem.
We are testing SQL Backup 5 and have experienced this issue on the two test servers we have used.
When attempting to restore an encrypted and compressed SQL Backup 5.0 full backup, we get the following error during the "Checking password" phase
Error reading file: Unexpected end-of-file reached
SQL Backup Exit Code: 612
We got this on a couple differtential backups as well. Not every file is corrupt. The files look to be the correct length, but when the error is reported, it appears SQL Backup hasn't read fully through the complete file.
Two different pieces of hardware with two completely different disk subsystems. I do NOT believe this is a hardware issue.
Backups were taken with compression 2, 128-bit encryption, 2 threads, verification ON.
This is a show stopper for pushing SQL Backup into production and a very scary issue for us.
Issue 2
On one server, SQL Backup delete backups correctly per the job setup parameters. On the other server, SQL Backup was NOT deleting files per the jobs timing parameters on getting rid of older files. They just kept piling up.
Issue 3
We also have the issue when trying to use a domain login during setup. We attempt to use the same login which our SQL Server instances use and the SQL Backup install continues to reject the login. After the install, I just went into services and changed the login for the SBCoreServices service and restarted it and it starts fine.
You very well may be trying to test the login as an interactive login which most of us will not have that security policy set. Or it could be some other security policy that's causing the problems.
We are testing SQL Backup 5 and have experienced this issue on the two test servers we have used.
When attempting to restore an encrypted and compressed SQL Backup 5.0 full backup, we get the following error during the "Checking password" phase
Error reading file: Unexpected end-of-file reached
SQL Backup Exit Code: 612
We got this on a couple differtential backups as well. Not every file is corrupt. The files look to be the correct length, but when the error is reported, it appears SQL Backup hasn't read fully through the complete file.
Two different pieces of hardware with two completely different disk subsystems. I do NOT believe this is a hardware issue.
Backups were taken with compression 2, 128-bit encryption, 2 threads, verification ON.
This is a show stopper for pushing SQL Backup into production and a very scary issue for us.
Issue 2
On one server, SQL Backup delete backups correctly per the job setup parameters. On the other server, SQL Backup was NOT deleting files per the jobs timing parameters on getting rid of older files. They just kept piling up.
Issue 3
We also have the issue when trying to use a domain login during setup. We attempt to use the same login which our SQL Server instances use and the SQL Backup install continues to reject the login. After the install, I just went into services and changed the login for the SBCoreServices service and restarted it and it starts fine.
You very well may be trying to test the login as an interactive login which most of us will not have that security policy set. Or it could be some other security policy that's causing the problems.
Comments
Error reading file: Unexpected end-of-file reached
SQL Backup Exit Code: 612
Error message in SQL Error Log
05/07/2007 19:39:07,spid75,Unknown,BackupMedium::ReportIoError: read failure on backup device 'SQLBACKUP_766B53BA-0551-4F09-BAED-5549FB79C0DC'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
05/07/2007 19:39:07,spid75,Unknown,Error: 18210<c/> Severity: 16<c/> State: 1.
Red-Gate, I can dup this on two servers. Give us a status update when you return from holiday.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
While I had a couple smaller differentials last Friday that exhibited this issue, I deleted them and started over not knowing that I would be able to dup this on another machine.
I have one full backup that's 40 gig right now that exhibits the problem. Let me make a differential every half hour tomorrow and hopefully I'll have a small differential that shows this issue.
I'll let you know when I have a smaller sample I can send you.
The behavior I would much prefer to see is that the COPYTO command is run if the backup succeeds but the VERIFY doesn't. Command used:
In the rare case when a backup file gives the "Error reading file: unexpected end-of-file reached." on restore, the file can be converted to native SQL Server files which can be restored successfully.
You need to use the CONVERT command via the extended stored procedure.
e.g.
master..sqlbackup N'-SQL "CONVERT ''D:\SQL Backup 5 files\ERROR.sqb'' TO ''D:\SQL Backup 5 files\ConvertedFile.bak'' with password = ''mypassword'' "
Since this error is only occurring when there are multpile threads writing to a single file it will create multiple backup files which native SQL Server can restore.
This will be fixed in version 5.1 which will be released as soon as possible, but in the meantime please use this workaround for any affected backup files.
Helen Joyce
SQL Backup Project Manager
SQL Backup Project Manager
Red Gate Software