Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.33 KB

File metadata and controls

35 lines (30 loc) · 1.33 KB
description MSSQLSERVER_9003
title MSSQLSERVER_9003 | Microsoft Docs
ms.custom
ms.date 04/04/2017
ms.service sql
ms.reviewer
ms.subservice supportability
ms.topic reference
helpviewer_keywords
9003 (Database Engine error)
ms.assetid 7fdfb391-5c6f-428b-b434-6c3d0b30fd7b
author MashaMSFT
ms.author mathoma

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.