Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
akarra
Starting Member
15 Posts |
Posted - 2010-03-29 : 13:51:56
|
Hi,I configured logshipping and my restore job is completed successsfully but not restoring the files and giving the below error in the job history..Could not find a log backup file that could be applied to secondary database 'DBNAME'I deleted the entire log shipping configuration and once again reconfigured the log shippping but no luckthe copy job is fine but restore is not working.I can run the restore job manuall and restrore the files but automatic the jobs is success full but no restore is happened.any ideas please.Thanks in advance. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
akarra
Starting Member
15 Posts |
Posted - 2010-03-29 : 14:12:11
|
Hi Tara,Thanks for the response Yes I could see the files copied in the secondary server with the current timestamp and also the same backup files in primary server with the below queries.SELECT * FROM msdb.dbo.log_shipping_monitor_primary WHERE primary_database='dbname'SELECT * FROM msdb.dbo.log_shipping_monitor_secondary WHERE secondary_database='dbname'yes the copy files are in sync.. this was working file till today morning and started is that any security related options to be checked. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
akarra
Starting Member
15 Posts |
Posted - 2010-03-29 : 14:20:38
|
Yes what the physical files are there in the windows explore log shipping folder. Iam able to run manually the restore job but the job is not automatically executed. Also I just now reconfiugred the entire setup of logshipping from the scratcheven then the problem persists. could you please tell me what could be the reason as I have started the logshipping completely from the beginging. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|