home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / informix / 2699 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.8 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!swrinde!emory!emory!not-for-mail
  2. From: anasaz!qip.naomi@enuucp.eas.asu.edu (Naomi Walker)
  3. Newsgroups: comp.databases.informix
  4. Subject: Systables problems
  5. Message-ID: <1gjd79INN8s9@emory.mathcs.emory.edu>
  6. Date: 15 Dec 92 01:43:05 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: anasaz!qip.naomi@enuucp.eas.asu.edu (Naomi Walker)
  9. Organization: Mailing List Gateway
  10. Lines: 36
  11. NNTP-Posting-Host: emory.mathcs.emory.edu
  12. X-Informix-List-ID: <list.1703>
  13.  
  14.  
  15.  
  16. >The error message returned from either prepared select statements or
  17. >normally coded select statements are as follows :
  18. >
  19. >SQL statement error number -211
  20. >Cannot read system catalog (systables).
  21. >System error number -101.
  22. >ISAM error: file is not open.
  23. >
  24. >Any ideas/help would be much appreciated - this problem does not seem
  25. >to occur when people are running 4.0 Online engine, but we are trying
  26. >to encourage upgrading to 4.1 Online, so it is important that we
  27. >track this one down.
  28. >
  29. I have had similar problem with a 4.1 engine, except in my case,
  30. I was just trying to drop the old table.  I'd suggest you unload
  31. the table before playing this mukking about game.  In fact, if unloading
  32. is successful and/or reasonable, the cleanest method is to unload, 
  33. drop the old table, and load the rows into a new squeaky clean table.
  34.  
  35. To fix my problem, I created a new table with the same schema as the
  36. one having the problems.  I then switched the partnum column in systables,
  37. and deleted the systables, syscolumns, and sysindexes for the tabid of 
  38. the new table, and then I was able to drop the old table.
  39.  
  40. Your mileage may vary.
  41.  
  42.  
  43. Naomi
  44.  
  45. -- 
  46.   Naomi Walker  (aka N7FSA)     naomi%anasaz.UUCP@asuvax.eas.asu.edu
  47.  
  48.   Enthusiasm is caught,         In tennis, 
  49.   not taught.                   love means nothing.
  50.