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.

 
Go Back  dBforums > Database Server Software > Informix > oncheck -ci error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-04, 09:24
bdeignan bdeignan is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
oncheck -ci error

I am getting the following error when I run oncheck -ci against a specific table. I drop and recreate the table and indexes and I still get the error. What could be wrong ? I can not find the error message in any IDS documentation.

oncheck -ci performance_database:nc_bsc

Validating indexes for performance_database:nc_bsc...
Index nc_bsc_ix3
Index fragment in DBspace dbindex1
Index nc_bsc_ix4
Index fragment in DBspace dbindex1
Index nc_bsc_ix5
Index fragment in DBspace dbindex1
Index nc_bsc_uk1
Index fragment in DBspace dbindex1
Index nc_bsc_uk2
Index fragment in DBspace dbindex1
ERROR: Bad key information in TBLspace description.
Reply With Quote
  #2 (permalink)  
Old 07-12-04, 08:17
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

Please run:
unload to /dev/null
select * from table ;

Test what happen ?

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On