Auteur de questions
DBCC CHEKDB WITH NO_INFOMSGS

Discussion générale
-
Après l’exécution de la requête « DBCC CHEKDB WITH NO_INFOMSGS » voici le message que j’ai eu:
Msg 8928, Level 16, State 1, Line 1
Object ID 62831486, index ID 1, partition ID 72057594326286336, alloc unit ID 72057594443333632 (type In-row data): Page (1:8117) could not be processed. See other errors for details.
Msg 8939, Level 16, State 98, Line 1
Table error: Object ID 62831486, index ID 1, partition ID 72057594326286336, alloc unit ID 72057594443333632 (type In-row data), page (1:8117). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12716041 and -4.
Msg 8976, Level 16, State 1, Line 1
Table error: Object ID 62831486, index ID 1, partition ID 72057594326286336, alloc unit ID 72057594443333632 (type In-row data). Page (1:8117) was not seen in the scan although its parent (1:20923) and previous (1:8116) refer to it. Check any previous errors.
Msg 8978, Level 16, State 1, Line 1
Table error: Object ID 62831486, index ID 1, partition ID 72057594326286336, alloc unit ID 72057594443333632 (type In-row data). Page (1:8118) is missing a reference from previous page (1:8117). Possible chain linkage problem.
CHECKDB found 0 allocation errors and 4 consistency errors in table 'DLN1' (object ID 62831486).
CHECKDB found 0 allocation errors and 4 consistency errors in database 'Unic 8-11 MV'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (Unic 8-11 MV).
- Type modifié Aurel BeraModerator mercredi 28 novembre 2012 07:37 Pas de reponse
Toutes les réponses
-
=> Audit de page en échec.
- Préparer le jeu de backups (FULL + transac)
- Vérifier la dernière date de DBCC CHECKDB valide sur la base [Unic 8-11 MV]
use [Unic 8-11 MV] GO dbcc traceon(3604) GO dbcc dbinfo GO
Rechercher la propriété dbi_dbccLastKnownGood avec la date. Si la date est ancienne potentiellement les backups suivants peuvent avoir embarqué la corruption sauf si les backups sont effectués avec l'option checksum.
- Vérifier le journal d'évènements système Windows pour voir si des erreurs matérielles remontent (disques, HBA)
- Une fois l'origine du problème déterminée et corrigée, penser à faire une sauvegarde de fin de journal avant de restaurer la chaîne complète de backup.David B.
-
Merci David pour votre réponse
j'ai essayer d'exécuter la requête, j'ai obtenu le journal suivant :
Msg 911, Level 16, State 1, Line 1
Database 'Unic 8-11 MV' does not exist. Make sure that the name is entered correctly.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
DBINFO STRUCTURE:
DBINFO @0x59ABE084
dbi_dbid = 30 dbi_status = 65536 dbi_nextid = 26131534
dbi_dbname = UNIC 19112012 MV2 dbi_maxDbTimestamp = 1062000 dbi_version = 655
dbi_createVersion = 611 dbi_ESVersion = 0
dbi_nextseqnum = 1900-01-01 00:00:00.000 dbi_crdate = 2012-11-21 15:23:39.193
dbi_filegeneration = 0
dbi_checkptLSN
m_fSeqNo = 3107 m_blockOffset = 3402 m_slotId = 164
dbi_RebuildLogs = 0 dbi_dbccFlags = 2
dbi_dbccLastKnownGood = 2011-11-08 15:37:07.953
dbi_dbbackupLSN
m_fSeqNo = 3107 m_blockOffset = 3468 m_slotId = 1
dbi_oldestBackupXactLSN
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_LastLogBackupTime = 2012-11-21 15:33:05.207
dbi_differentialBaseLSN
m_fSeqNo = 3107 m_blockOffset = 3402 m_slotId = 164
dbi_createIndexLSN
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_versionChangeLSN
m_fSeqNo = 2665 m_blockOffset = 287 m_slotId = 10
dbi_MinSkipLSN
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_familyGUID = be775005-c07d-49cc-8259-771cf79c2f92
dbi_recoveryForkNameStack
entry 0
m_fSeqNo = 3107 m_blockOffset = 3468 m_slotId = 1
m_guid = e6cd562e-b459-4e9d-bdb6-ac97b826668a
entry 1
m_fSeqNo = 3107 m_blockOffset = 3468 m_slotId = 1
m_guid = 15570781-4694-4f6e-9b73-4e54a2874b0e
dbi_differentialBaseGuid = ab960648-b731-46c9-912e-2506831973ac dbi_firstSysIndexes = 0001:00000014
dbi_collation = 704696328 dbi_category = 0 dbi_maxLogSpaceUsed = 792524800
dbi_localState = 0 dbi_roleSequence = 0
dbi_failoverLsn
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_dbmRedoLsn
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_dbmOldestXactLsn
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_dbMirrorId = 00000000-0000-0000-0000-000000000000
dbi_pageUndoLsn
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_disabledSequence = 0
dbi_dvSplitPoint
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
dbi_CloneCpuCount = 0 dbi_CloneMemorySize = 0
dbi_updSysCatalog = 1900-01-01 00:00:00.000
dbi_LogBackupChainOrigin
m_fSeqNo = 658 m_blockOffset = 136 m_slotId = 45
dbi_dbccLastKnownGood = 2011-11-08 15:37:07.953 dbi_modDate = 2009-09-22 17:56:35.060
dbi_verPriv = 167773760 dbi_svcBrokerGUID = 6f84e00c-3f76-40e5-98c6-3855126981ff
dbi_svcBrokerOptions = 0 dbi_dbmLogZeroOutstanding = 0 dbi_dbmLastGoodRoleSequence = 0
dbi_dbmRedoQueue = 0 dbi_rmidRegistryValueDeleted = 0 dbi_dbmConnectionTimeout = 0
dbi_fragmentId = 0 dbi_AuIdNext = 1099511636457 dbi_CurrentGeneration = 0
dbi_EncryptionHistory
Scan 0
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
EncryptionScanInfo:ScanId = 0
Scan 1
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
EncryptionScanInfo:ScanId = 0
Scan 2
m_fSeqNo = 0 m_blockOffset = 0 m_slotId = 0
EncryptionScanInfo:ScanId = 0
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Amina DIF
-
Il n'y a pas de base qui s'appelle 'Unic 8-11 MV' ?
C'est pourtant ce nom-là qui est cité dans la sortie du DBCC CHECKDB:
CHECKDB found 0 allocation errors and 4 consistency errors in table 'DLN1' (object ID 62831486).
CHECKDB found 0 allocation errors and 4 consistency errors in database 'Unic 8-11 MV'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (Unic 8-11 MV).
La capture dans la dernière réponse parle d'une base 'UNIC 19112012 MV2', ce n'est donc probablement pas la bonne...
...
dbi_dbname = UNIC 19112012 MV2
...
David B.
- Modifié David Baffaleuf mercredi 21 novembre 2012 14:57
-
Bonjour,
Merci pour tenir la communauté informée sur la suite de vos démarches.
Bonne journée,
Aurel
-
Bonjour,
Nous changeons le type de votre question à « Discussion générale ». Si vous avez plus de temps pour réexaminer la question et fournir plus d'informations, n'hésitez pas à modifier le type du thread à « Question ». Si le problème est résolu, s’il vous plaît partagez la solution avec nous afin que la réponse puisse être trouvée et utilisée par d'autres membres de la communauté ayant des questions similaires.
Merci !
Cordialement,
Aurel