Error 775 Question
Randy Doub
Posts: 26
From the help file: Error 775: Failed to open file to write LSN data. Another process might be locking this file: <value>
SQL Backup writes a header block to each backup file upon completion of the backup. In some cases, antivirus applications may lock the backup file immediately after creation, denying SQL Backup access.
So when I get this error the .sqb is no good? And if it were a log backup that got the message, my chain has been broken?
SQL Backup writes a header block to each backup file upon completion of the backup. In some cases, antivirus applications may lock the backup file immediately after creation, denying SQL Backup access.
So when I get this error the .sqb is no good? And if it were a log backup that got the message, my chain has been broken?
Comments
The backup file is still usable, it is only the LSN details that are missing.
The backup file is still usable. What you will not be able to do now is to restore a sequence of log backups automatically e.g.
as SQL Backup uses the LSN values to sort the backup files.
If you want to find out which application is locking the backup file, you can do the following:
- download Handle from Sysinternals
- copy the executable file (handle.exe) to the folder where the SQL Backup Agent service (SQBCoreService.exe) is installed
Now when SQL Backup encounters a file locking error, it will use Handle to try to identify the locking application.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8