home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / informix / 2818 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  2.0 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!emory!emory!not-for-mail
  2. From: rridley@sin-pss.DHL.COM (Richard Ridley)
  3. Newsgroups: comp.databases.informix
  4. Subject: Tripping Server III
  5. Date: 27 Dec 1992 22:08:02 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 54
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1hlr2iINNrfb@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.1739>
  14.  
  15.  
  16. %UNIPLEX
  17. %TO            informix-list@rmy.emory.edu
  18. %FROM          rridley
  19. %SYSTEM        DHLNET
  20. %SUBJECT       Tripping Server III
  21. %VERIFY        y
  22. %DATE          28/12/92 10:34
  23. %REFERENCE     10020
  24.  
  25. Alan Denney writes :
  26.  
  27. >We are experiencing problems with an application developed using
  28. >I4GL 4.0, and running on Online version 4.10.UE4 back-end.
  29.  
  30. >The error message returned from either prepared select statements or
  31. >normally coded select statements are as follows :
  32.  
  33. >SQL statement error number -211
  34. >Cannot read system catalog (systables).
  35. >System error number -101.
  36. >ISAM error: file is not open.
  37.  
  38. >let line3 = "select acc_no,company_name from cmf:accteadd where 1=1
  39.                                               ^^^^
  40. >and acct_addr_cat_cd = 'B'"
  41. >prepare line1 from line3
  42. >declare c4 scroll cursor for line1
  43.  
  44. >>Is the cmf database on the same server as your primary database?
  45. >>Is it intact and OK?
  46.  
  47. Yes, all databases are on the same server
  48.  
  49. >>Are you mixing 4.0 and 4.1 engine processes or server processes in
  50. >>the same environment?
  51.  
  52. NO, what we have since discovered is the following :
  53.  
  54. Online 4.10.UE4        No Informix-Star       : Works OK
  55. Online 4.10.UE4        Informix-Star 4.10.UE4 : Gives the error
  56. Online 4.10.UE4        Informix-Star 4.10.UE5 : Works OK
  57. Online 5.00.UC2        No Informix-Star       : Works OK
  58. Online 5.00.UC2        Informix-Star 5.00.UC2 : Works OK
  59.  
  60. It would appear from this that the problem causer is I-Star
  61. 4.10.UE4 (This is on an HP-UX 8.02 (9000/827) machine).
  62.  
  63. Has any related or similar bug been reported on I-Star 4.10.UE4 ?
  64.  
  65. Cheers,
  66.  
  67. Richard Ridley
  68. %UEND
  69.