Hi. I'm new to SQL Backup and I just set it up to use log shipping. The main server backups are fine, but the standby server reports this error whenever I try to run the restore job. I've looked all over for error code 4326, but I can't seem to find anything about it. The sqltech account is a domain admin, a sys admin on both sql servers and has full control of the network share folder. The SQL Server and Agent are running under this account.
Comments
1 comment
-
SQL error code 4326:The log in this backup set terminates at LSN %.*ls, which is too early to apply to the database. A more recent log backup that includes LSN %.*ls can be restored.
You could copy the script from the job step, then run it manually from Query Analyzer/SSMS, to determine which file contains data that's too early to apply to the database.
Add comment
Please sign in to leave a comment.