If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
When I run "oncheck -cd d:t" because I have possible inconsistencies where d=database and t=tablename I obtain a kinky error:
informix@mangl>oncheck -cd tt_o:nom_up
TBLspace data check for tt_o:tandt.nom_up
ERROR:Count of version 1 data pages 455 != pnv_pages 457ERROR: Data page count 4
My version of Informix is 7.30UC10.
Thanks for your help !
Please run:
unload to you_file
select ROWID,* from you_table
When error ocurre, look last ROWID, then run xx=ROWID+256
unload you_file2
select ROWID,* from you_tables
where ROWID > xx
Next recreate you_table and load rows.