Здравствуйте, есть такая проблема :
HP-UX cmmcl3 B.11.11 U 9000/800 1245235611 unlimited-user license
IBM Informix Dynamic Server Version 11.50.FC6
Заархивировали табличку, на следующий день разархивировали, после этого при попытке выбрать оттуда что-нибудь получаем ошибку :
1.
unload to 'c:\lgl_opr' select * from lgl_opr;
-- [Informix][Dynamic Server 2000 ][aml321] SQL Error (- 244 ) : Could not do a physical-order read to fetch next row.
Дропнули все индексы, при попытке создать новый индекс :
1.
CREATE INDEX "informix".opr_ist_lo_brn_crn ON "informix".lgl_opr(id_istoch, login, brnm, curren);
-- [Informix][Dynamic Server 2000 ][aml321] SQL Error (- 212 ) : Cannot add index. [ ISAM error - 126 : ISAM error: bad row id ]
oncheck -cd -ce -cI и т.д., апдейт статистики проходят без ошибок. В логе ошибки :
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
12 : 22 : 54 stack trace for pid 3568 written to /usr/informix/ods_11. 5 /tmp/af.51d85ed
12 : 22 : 54 See Also: /usr/informix/ods_11. 5 /tmp/af.51d85ed
12 : 22 : 58 Unable to load compression dictionary for compressed partition 4195456 .
12 : 23 : 16 Assert Failed: Unable to load compression dictionary for compressed partition 4195456 .
12 : 23 : 16 IBM Informix Dynamic Server Version 11 . 50 .FC6
12 : 23 : 16 Who: Session( 307 , lgluser@legal-citrix.moscow.alfaintra.net, - 1 , c000000027eaf9b0)
Thread( 470 , sqlexec, c000000027e76468, 1 )
File: rscompress.c Line: 965
12 : 23 : 16 stack trace for pid 3568 written to /usr/informix/ods_11. 5 /tmp/af.5be88f3
12 : 23 : 16 See Also: /usr/informix/ods_11. 5 /tmp/af.5be88f3
12 : 23 : 21 Unable to load compression dictionary for compressed partition 4195456 .
12 : 23 : 23 Assert Failed: Unable to load compression dictionary for compressed partition 4195456 .
12 : 23 : 23 IBM Informix Dynamic Server Version 11 . 50 .FC6
12 : 23 : 23 Who: Session( 308 , lgluser@legal-citrix.moscow.alfaintra.net, - 1 , c000000027ea96b0)
Thread( 471 , sqlexec, c000000027e742e8, 1 )
File: rscompress.c Line: 965
12 : 23 : 23 stack trace for pid 3568 written to /usr/informix/ods_11. 5 /tmp/af.5bf88fa
12 : 23 : 24 See Also: /usr/informix/ods_11. 5 /tmp/af.5bf88fa
12 : 23 : 28 Unable to load compression dictionary for compressed partition 4195456 .
12 : 27 : 07 Assert Failed: Unable to load compression dictionary for compressed partition 4195456 .
12 : 27 : 07 IBM Informix Dynamic Server Version 11 . 50 .FC6
12 : 27 : 07 Who: Session( 317 , informix@UDV.moscow.alfaintra.net, 3328 , c000000027eaf698)
Thread( 489 , xchg_3. 0 , c000000027e7a768, 3 )
File: rscompress.c Line: 965
12 : 27 : 07 stack trace for pid 3584 written to /usr/informix/ods_11. 5 /tmp/af.5d189db
12 : 27 : 08 See Also: /usr/informix/ods_11. 5 /tmp/af.5d189db
12 : 27 : 12 Unable to load compression dictionary for compressed partition 4195456 .
Помогите пожалуйста понять причину.