Hi,
I have the following problem. I am trying to log ship between two standard SQL 2000 servers. I have installed SP_ShipLog on the primary server, in the master database, and sp_applystandbylog on the secondary server in the master database.
When I run the sp_shiplog from the primary server, the log.bak gets copied correctly to a share on the secondary server. However, when the job on the primary server trys to apply the log to the secondary server's database (which is read-only and set up accept the application of transaction logs), I get the following message:
Executed as user: domain1\troutSQL. ...roup\mssql\TransLogs\TE
ST_2006052
5_1037_LOG
.BAK [SQLSTATE 01000] (Message 0) BACKUP LOG successfully processed 0 pages in 0.372 seconds (0.000 MB/sec). [SQLSTATE 01000] (Message 3014)
Execute [SQLServer01].master.dbo.s
p_ApplySta
ndByLog N'Yoda',N'\\SQLServer01\da
ta\data_sr
v\dbagroup
\mssql\Tra
nsLogs\Yod
a_20060525
_1037_LOG.
BAK',N'\\S
QLServer01
\data\data
_srv\dbagr
oup\mssql\
TransLogs\
undo_yoda.
dat' [SQLSTATE 01000] (Message 0)
Executing RESTORE LOG Yoda FROM DISK='\\SQLServer01\data\d
ata_srv\db
agroup\mss
ql\TransLo
gs\Yoda_' WITH STANDBY='\\SQLServer01\dat
a\data_srv
\dbagroup\
mssql\Tran
sLogs\undo
_yoda.dat [SQLSTATE 01000]
(Message 0) RESTORE LOG is terminating abnormally. [SQLSTATE 42000] (Error 3013)
Cannot open backup device '\\SQLServer01\data\data_s
rv\dbagrou
p\mssql\Tr
ansLogs\Yo
da_'.
Device error or device off-line. See the SQL Server error log for more details. [SQLSTATE 42000] (Error 3201) Error severity levels greater than 18 can... The step failed.
help!
Start Free Trial