While trying to run DBCC CHECKDB Getting error - "Msg 845, Level 17, State 1, Line 1 Time-out occurred while waiting for buffer latch type 3 for page (1:16695257), database ID 46."

  • Hi,

    I am using Ola's script to one of the Sharepoint databases to run checkDB. It's SQL Server 2008 R2.

    https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html

    Failing against one of the databases - and getting this error:-

    "Msg 845, Level 17, State 1, Line 1 Time-out occurred while waiting for buffer latch type 3 for page (1:16695257), database ID 46."

    Thanks.

  • Msg 1823, Level 16, State 2, Line 1

    A database snapshot cannot be created because it failed to start.

    Msg 7928, Level 16, State 1, Line 1

    The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the underlying volumes does not support sparse files or alternate streams. Attempting to get exclusive access to run checks offline.

    Msg 5030, Level 16, State 12, Line 1

    The database could not be exclusively locked to perform the operation.

    Msg 7926, Level 16, State 1, Line 1

    Check statement aborted. The database could not be checked as a database snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previous errors for more details.

    Msg 845, Level 17, State 1, Line 1

    Time-out occurred while waiting for buffer latch type 3 for page (1:16695257), database ID 46.

    Thanks.

  • Does this help?

    https://support.microsoft.com/en-gb/kb/928518

  • I figured that out. It's because of low disk space.

    Thanks.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply