Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.2 KB

File metadata and controls

32 lines (27 loc) · 1.2 KB
title MSSQLSERVER_9003
description MSSQLSERVER_9003
author MashaMSFT
ms.author mathoma
ms.date 04/04/2017
ms.service sql
ms.subservice supportability
ms.topic reference
helpviewer_keywords
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.