home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / informix / 2385 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.5 KB

  1. Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!emory!emory!not-for-mail
  2. From: anasaz!qip.naomi@enuucp.eas.asu.edu (Naomi Walker)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: your mail
  5. Date: 11 Nov 1992 16:03:05 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 53
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1drse9INNh94@emory.mathcs.emory.edu>
  11. Reply-To: anasaz!qip.naomi@enuucp.eas.asu.edu (Naomi Walker)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1586>
  14.  
  15. } In article <1dbtpnINNqac@emory.mathcs.emory.edu> johnl@obelix.informix.com (Jonathan Leffler) writes:
  16. } >}From: uunet!gauss.rutgers.edu!manmetha (Rajesh Malhotra)
  17. } >}Subject: Erratic error 408 from ESQL/C
  18. } >}Date: 4 Nov 92 22:26:16 GMT
  19. } >}X-Informix-List-Id: <news.2057>
  20. } >}
  21. } >}Fellow Informix'ers,
  22. } >}
  23. } >}    Every now and then a query in our application fails
  24. } >}with an error code of 408. We have'nt been able to duplicate the
  25. } >}scenario and make the error occur again. The manual's description
  26. } >}of 408 does not seem to make sense.
  27. } >}
  28. } >}    Any ideas / suggestions?
  29. } >}
  30. } >}BTW we are running Informix online 5.0 and ESQL/C on an IBM RS600
  31. } >}running AIX 3.2
  32. } >
  33. } >The key info here is probably the RS6000.  AIX detects when it is getting
  34. } >low on swap space (or some other virtual memory resource), and it then
  35. } >arbitrarily kills a process or processes to relieve the pressure.  Sometimes
  36. } >you are lucky and it is only an sqlturbo it kills -- sometimes it kills
  37. } >tbinit instead.  And sometimes you are unlucky and it kills an sqlturbo in a
  38. } >critical section so OnLine has to abort.
  39. } >
  40. } >AIX is wonderful, really:-(
  41. } >
  42. } >Yours,
  43. } >Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h>
  44. } This error occurs every time in one of my load module.  To work around this
  45. } problem, I have to move/rearrange codes around.
  46. } It is a mystery to me, and I don't think it have any thing to do with the 
  47. } machine (my application is on Pyramid 7080 series).
  48. } I am still investigating....\8-(
  49. } Zombie (dinguyen@wam.umd.edu)
  50. We have gotten this error when somehow our tables were damaged.  If this
  51. had been a large production table, I would have run tbchecks against the
  52. table.  Since there were a small number of rows in the table, I created
  53. a new empty table, and copied from one table to another (select * from
  54. oldtable, insert into newtable), and the problem was resolved.
  55.  
  56.  
  57. -- 
  58.   Naomi Walker  (aka N7FSA)     naomi%anasaz.UUCP@asuvax.eas.asu.edu
  59.  
  60.   Enthusiasm is caught,         In tennis, 
  61.   not taught.                   love means nothing.
  62.