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

  1. Xref: sparky comp.databases:7641 comp.object:4143 comp.databases.informix:2324
  2. Path: sparky!uunet!oracle!pyramid!infmx!davek
  3. From: davek@informix.com (David Kosenko)
  4. Newsgroups: comp.databases,comp.object,comp.databases.informix
  5. Subject: Re: missing SQL exec (std engine)
  6. Message-ID: <1992Nov5.172021.8436@informix.com>
  7. Date: 5 Nov 92 17:20:21 GMT
  8. References: <19921104.185537.730@almaden.ibm.com>
  9. Sender: news@informix.com (Usenet News)
  10. Organization: Informix Software, Inc.
  11. Lines: 32
  12.  
  13. In article <19921104.185537.730@almaden.ibm.com> galem@vnet.ibm.com writes:
  14. >
  15. >Upon detection of the disappeared sqlexec, we attempted closing the
  16. >database and then opening it again. This fails with an error code of
  17. >-457, WHICH IS NOT DOCUMENTED in any of our manuals. We have also been
  18. >unable to obtain any information from Informix Tech Support regarding
  19. >the meaning of this error code. Because we cannot reopen the database,
  20. >it would appear that when the original engine exited, it was not done
  21. >cleanly. But we haven't a clue about what we can look at to try and
  22. >determine what has happened.
  23. >
  24. >Any help would be very much appreciated. Thank you.
  25. >
  26.  
  27. I have no idea as to why you are seeing what you are seeing.  I can say
  28. that -457 means "SQL engine terminated unexpectedly".  This is because
  29. the front end expects an engine to be there.  The easiest way to get
  30. moving again would be to issue an sqlexit() call (this simply terminates
  31. the engine, which, though already gone, should do some additional cleanup),
  32. followed by an sqlstart(), which will start up a new engine process. You
  33. should then be able to open the database with a DATABASE statement.
  34. These two functions are, I believe, undocumented in older releases, but
  35. they should be available.
  36.  
  37. Hope this is helpful.
  38.  
  39. Dave
  40. -- 
  41. Disclaimer: These opinions are not those of Informix Software, Inc.
  42. **************************************************************************
  43. "I look back with some satisfaction on what an idiot I was when I was 25,
  44.  but when I do that, I'm assuming I'm no longer an idiot." - Andy Rooney
  45.