Hello, In SQL 2000 after trying several options, I am still having problems with log shipping. It worked for several months okay then started having errors. Example:
Here is the setup.
[ol A]
[li]do a fullbackup of ten databases on primary server at 9 PM nightly. Example:
[/li]
[li]setup log shipping with monitor server[/li]
[ol i]
[li]When setting up the destination database I use the same location for Transaction Log Destination Directory as local and as a share (imputing \\share\)
[/li]
[li]Have tried using the last full backup and preforming a full backup
[/li]
[li]Set backup schedule and copy/load to same increment with zero load delay (have played with the between time but do not know if I have it correct using both all day and stop before backup).
[/li]
[/ol]
[/ol]
Suggestions?
Thank you,
Dana
[Microsoft SQL-DMO (ODBC SQLState: 42000)]
Error 4305: [Microsoft][ODBC SQL Server Driver][SQL Server]
The log in this backup set begins at LSN 700821000002125700001, which is too late to apply to the database. An earlier log backup that includes LSN 700821000002120800001 can be restored.
[Microsoft][ODBC SQL Server Driver][SQL Server]RESTORE LOG is terminating abnormally.
Here is the setup.
[ol A]
[li]do a fullbackup of ten databases on primary server at 9 PM nightly. Example:
Code:
BACKUP DATABASE [master] TO DISK = N'D:\SQL_BACKUP\MASTER_BACKUP' WITH INIT ,
NAME = N'master backup', SKIP , NOFORMAT
[li]setup log shipping with monitor server[/li]
[ol i]
[li]When setting up the destination database I use the same location for Transaction Log Destination Directory as local and as a share (imputing \\share\)
[/li]
[li]Have tried using the last full backup and preforming a full backup
[/li]
[li]Set backup schedule and copy/load to same increment with zero load delay (have played with the between time but do not know if I have it correct using both all day and stop before backup).
[/li]
[/ol]
[/ol]
Suggestions?
Thank you,
Dana