Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.2 KB

mssqlserver-9003-database-engine-error.md

File metadata and controls

32 lines (27 loc) · 1.2 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
MSSQLSERVER_9003
MSSQLSERVER_9003
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
9003 (Database Engine error)

MSSQLSERVER_9003

[!INCLUDE SQL Server]

Details

Attribute Value
Product Name SQL Server
Event ID 9003
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name LOG_INVALID_LSN
Message Text The log scan number %S_LSN passed to log scan in database '%.*ls' is not valid. This error may indicate data corruption or that the log file (.ldf) does not match the data file (.mdf). If this error occurred during replication, re-create the publication. Otherwise, restore from backup if the problem results in a failure during startup.

Explanation

A component passed an invalid log sequence number to the log manager for the database. This could be replication, corruption, or an inconsistency between the primary data file and the log.

User Action

If this occurred during replication, recreate the publication. Otherwise, restore from backup.