monitor
#monitor#5180

5180

Product

Name

Event ID

5180

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic

Name

DSK_BAD_FCB_FILEID

Message Text

Could not open File Control Bank (FCB) for invalid file ID %d in database ’%.*ls’. Verify the

file location. Execute DBCC CHECKDB.

A query or operation may fail with an error 5180 when an invalid file ID is referenced by the

Database Engine. This is an example:

Msg 5180, Level 22, State 1, Line 1

Could not open File Control Bank (FCB) for invalid file ID %d in database ’%.*ls’. Verify the

file location. Execute DBCC CHECKDB.

Since the error is raised with severity 22, the user’s session will be disconnected. This error

message is written into the SQL Server Error Log and the Windows Application Event Log with

EventID = 5180.

The SQL Server Database Engine references a file ID in many different situations mostly when

referencing a page ID (since the file ID is the first portion of the page ID). If for any reason, the

Expand table