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

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!cs.utexas.edu!swrinde!emory!emory!not-for-mail
  2. From: rridley@sin-pss.DHL.COM (Richard Ridley)
  3. Newsgroups: comp.databases.informix
  4. Subject: Tripping Server
  5. Date: 14 Dec 1992 05:38:06 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 44
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1gho6eINNikv@emory.mathcs.emory.edu>
  11. Reply-To: rridley@sin-pss.DHL.COM (Richard Ridley)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1696>
  14.  
  15.  
  16. %UNIPLEX
  17. %TO            informix-list@rmy.emory.edu
  18. %FROM          rridley
  19. %SYSTEM        DHLNET
  20. %SUBJECT       Tripping Server
  21. %VERIFY        y
  22. %DATE          14/12/92 18:03
  23. %REFERENCE     9241
  24.  
  25.  
  26. We are experiencing problems with an application developed using
  27. I4GL 4.0, and running on Online version 4.10.UE4 back-end.
  28.  
  29. The error message returned from either prepared select statements or
  30. normally coded select statements are as follows :
  31.  
  32. SQL statement error number -211
  33. Cannot read system catalog (systables).
  34. System error number -101.
  35. ISAM error: file is not open.
  36.  
  37. We have run tbchecks on the databases involved each time the error
  38. appears, but no faults are reported. The problem itself cannot be
  39. purposely duplicated - the engine seems to occasionally trip and send
  40. out the error (it does this about 3 times a day).
  41.  
  42. The line that is supposedly causing the error is the prepare line
  43. below:
  44.  
  45. let line3 = "select acc_no,company_name from cmf:accteadd where 1=1
  46. and acct_addr_cat_cd = 'B'"
  47. prepare line1 from line3
  48. declare c4 scroll cursor for line1
  49.  
  50. Any ideas/help would be much appreciated - this problem does not seem
  51. to occur when people are running 4.0 Online engine, but we are trying
  52. to encourage upgrading to 4.1 Online, so it is important that we
  53. track this one down.
  54.  
  55. Thanks in advance,
  56.  
  57. Richard Ridley
  58. %UEND
  59.