home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / informix / 1736 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.2 KB  |  38 lines

  1. Newsgroups: comp.databases.informix
  2. From: axcess@axcess.demon.co.uk (Axcess Systems)
  3. Path: sparky!uunet!pipex!demon!axcess.demon.co.uk!axcess
  4. Subject: DOS Informix - ISAM error number -24
  5. Distribution: world
  6. Organization: Axcess Systems
  7. Lines: 26
  8. Date: Mon, 17 Aug 1992 15:43:07 +0000
  9. Message-ID: <714082472snx@axcess.demon.co.uk>
  10. Sender: usenet@gate.demon.co.uk
  11.  
  12. I am currently in the process of porting an existing system from SCO XENIX
  13. to DOS under Informix 4GL V3.61.  I have hit upon a problem where I
  14. receive the following error message :-
  15.  
  16. Program error at cbak.4gl line 180
  17. SQL statement error number -229
  18. ISAM error number -24
  19. Could not open or create a temporary file.
  20.  
  21. The line it stops at merely reads
  22.  
  23. OPEN cu_due
  24.  
  25. where 'cu_due' is a previously defined cursor.
  26.  
  27. The problem occurs *ONLY* if I have previously issued a 'RUN' command to
  28. call a DOS batch file.  The batch file is used to call WordPerfect 5.1, 
  29. although calling a batch file that does nothing will then proceed to
  30. cause the above error.  The problem does not occur under XENIX.
  31.  
  32. I have read the manual, error number -229 tells me to look at the ISAM
  33. error, but I cannot find any trace of error -24!
  34.  
  35. Can any one please help!
  36.  
  37. Mark.
  38.