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 > Informix error code -211 ISAM -111

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-04, 14:47
gbbatoni gbbatoni is offline
Registered User
 
Join Date: Apr 2004
Posts: 12
Informix error code -211 ISAM -111

Hello there:
Can somebody know what to do when you get this error, I was doing

UPDATE STATISTICS HIGH FOR TABLE tab_name;

the process looks like is still runing where I type

onstat -g sql ses#

but it is showing this errors

Thanks

Gio
Reply With Quote
  #2 (permalink)  
Old 07-07-04, 16:07
aselar aselar is offline
Registered User
 
Join Date: Jun 2004
Posts: 19
Please check whether one of the tables are being updated by another process when you run update statistics. It is also safe to do a oncheck to ensure there are no corrupted indexes. Looks to me the update statistics process is unable to gain access to system catalog.
Reply With Quote
  #3 (permalink)  
Old 07-08-04, 13:25
gbbatoni gbbatoni is offline
Registered User
 
Join Date: Apr 2004
Posts: 12
Thanks for the info, I did run a oncheck -ci on the table and run the update statistics again and I am not getting the error in while executing I just see the error when I run onstat -g sql ses#

Thanks again
G
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