Имя: Пароль:
1C
1С v8
Помогите разобраться с ошибкой DBCC CHECKDB
0 kostya_77
 
11.03.16
11:33
При тестировании базы вылетает ошибка

Executing the query "DBCC CHECKDB(N'UPP')  WITH NO_INFOMSGS
" failed with the following error: "Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data): Page (1:2420494) could not be processed.  See other errors for details.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data), page (1:2420494). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 180488201 and -4.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420495) (level 0) is not >= the key value in the parent (1:395778) slot 28.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420496) (level 0) is not >= the key value in the parent (1:395778) slot 29.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420497) (level 0) is not >= the key value in the parent (1:395778) slot 30.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420498) (level 0) is not >= the key value in the parent (1:395778) slot 31.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420499) (level 0) is not >= the key value in the parent (1:395778) slot 32.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420500) (level 0) is not >= the key value in the parent (1:395778) slot 33.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420501) (level 0) is not >= the key value in the parent (1:395778) slot 34.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420502) (level 0) is not >= the key value in the parent (1:395778) slot 35.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420503) (level 0) is not >= the key value in the parent (1:395778) slot 36.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420504) (level 0) is not >= the key value in the parent (1:395778) slot 37.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420505) (level 0) is not >= the key value in the parent (1:395778) slot 38.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420506) (level 0) is not >= the key value in the parent (1:395778) slot 39.
Table error: Object ID 1438016254, index ID 1, partition ID 72057630368268288, alloc unit ID 72057630339104768 (type In-row data). The low key value on page (1:2420507) (level 0) is not >= the key value in the parent (1:395778) slot 40.
Table error: Object ID 1981302168, index ID 2, partition ID 72057628079685632, alloc unit ID 72057628050325504 (type In-row data). Parent node for page (1:405342) was not encountered.
Table error: Object ID 1981302168, index ID 2, partition ID 72057628079685632, alloc unit ID 72057628050325504 (type In-row data). Parent node for page (1:405343) was not encountered.
Table error: Object ID 1981302168, index ID 2, partition ID 72057628079685632, alloc unit ID 72057628050325504 (type In-row data). The previous link (1:405342) on page (1:1177196) does not match the previous page (1:1177195) that the parent (1:393154), slot 35 expects for this page.
Table error: Object ID 1981302168, index ID 2, partition ID 72057628079685632, alloc unit ID 72057628050325504 (type In-row data). The high key value on page (1:1177205) (level 0) is not less than the low key value in the parent (0:1), slot 0 of the next page (1:405343).
Table error: Object ID 1981302168, index ID 2, partition ID 72057628079685632, alloc unit ID 72057628050325504 (type In-row data). The previous link (1:405343) on page (1:1177206) does not match the previous page (1:1177205) that the parent (1:393154), slot 45 expects for this page.
CHECKDB found 0 allocation errors and 15 consistency errors in table '_AccRgAT11365' (object ID 1438016254).
CHECKDB found 0 allocation errors and 5 consistency errors in table '_InfoRg16831' (object ID 1981302168).
CHECKDB found 0 allocation errors and 20 consistency errors in database 'UPP'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (UPP).". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
1 ДенисЧ
 
11.03.16
11:37
Попробуй сделать копию, на ней снести все существующие индексы и натравить ТИИ на неё.
2 kostya_77
 
11.03.16
11:39
как снести индексы?
3 ДенисЧ
 
11.03.16
11:40
правой кнопкой по нему и "удалить".
4 kostya_77
 
11.03.16
11:41
правой кнопкой по чему?
5 ДенисЧ
 
11.03.16
11:44
так...
А каким образом ты тогда добрался до DBCC, если не знаешь, куда мышкой кликать?
6 kostya_77
 
11.03.16
11:47
уже разобрался. просто протупил
7 kostya_77
 
11.03.16
11:48
а как удалить индексы у всех таблиц сразу?
8 kostya_77
 
11.03.16
12:22
На одной из таблиц не удаляются индексы. Выдает ошибку ввода-вывода
9 ДенисЧ
 
11.03.16
12:35
А если его попробовать перестроить?
Ил сделать выгрузку в dt и загрузку в чистую базу?
10 ДенисЧ
 
11.03.16
12:36
И вообще - похоже у тебя диск посыпался... Перенеси базу на другой...
11 kostya_77
 
11.03.16
12:36
выгрузка не делается из-за этой ошибки
12 kostya_77
 
11.03.16
12:38
перестройка индекса то же не делается
13 ЧеловекДуши
 
11.03.16
12:39
(12) Бекап
14 kostya_77
 
11.03.16
12:40
средствами sql бекап делается. 1с dt не выгружает
Чтобы обнаруживать ошибки, программист должен иметь ум, которому доставляет удовольствие находить изъяны там, где, казалось, царят красота и совершенство. Фредерик Брукс-младший