FIX: Transaction Log Restores May Fail with 3456 Error (295644)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q295644
BUG #: 352799 (SHILOH_BUGS)

SYMPTOMS

Transaction log restores may fail with a 3456 error message when minimally logged operations (bcp, SELECT INTO, and so forth) are performed on the server. The error message text is similar to the following:
Redo of log record 00000018:00000036:0001 for transaction 0000:000027c2 failed on page %S_PGID for database Northwind. Page: LSN = %S_LSN, type = %ld. Log: OpCode = %ld, context %ld, PrevPageLSN: %S_LSN.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

Hotfix

NOTE: The following hotfix was created prior to Microsoft SQL Server 2000 Service Pack 1.

The English version of this fix should have the following file attributes or later:
   Version      File name      
   ------------------------

   8.00.0269    s80269i.exe    
				
NOTE: Due to file dependencies, the most recent hotfix or feature that contains the preceding files may also contain additional files.

WORKAROUND

To avoid this problem, use a full recovery model on the database.

To change the recovery model, use these steps:
  1. Open Enterprise Manager.
  2. In Enterprise Manager, click to select a database name. Click Properties, and then click Options.
  3. In the Options dialog box, select Full for the recovery model.

-or-

To change the recovery model from the SQL Server Query Analyzer by using Transact-SQL, run the following command:
ALTER DATABASE <DBNAME> SET RECOVERY FULL
				

STATUS

Microsoft has confirmed that this is a problem in Microsoft SQL Server 2000. This problem was first corrected in Microsoft SQL Server 2000 Service Pack 1.

Modification Type:MajorLast Reviewed:11/5/2003
Keywords:kbBug kbfix kbQFE kbSQLServ2000sp1fix KB295644