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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 LogShipping - Restore problem

Author  Topic 

amit.2601
Starting Member

8 Posts

Posted - 2010-03-12 : 02:08:54
I have configure logshipping in my data database, intially both the jobs are running fine but afer a month i have faced a problem ,now the problem is back up job is running fine but restore job failed with the following error as shown below -

Date 3/12/2010 11:37:30 AM
Log Job History (Log shipping: restore [databasename])

Step ID 2
Server asdf
Job Name Log shipping: restore [databasename]
Step Name Step 1
Duration 00:00:01
Sql Severity 16
Sql Message ID 50000
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: ABC\Administrator. SQL Backup job failed with exitcode: 1010 SQL error code: 18210 [SQLSTATE 42000] (Error 50000). The step failed.


Kindly suggest what to do ...............

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-12 : 17:53:50
Check the SQL Server Error Log on the secondary server for the actual RESTORE error. If that doesn't give enough information, then you'll need to manually run the RESTORE LOG command so that we can see the error. What you have posted isn't enough to figure out what's going on.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -