home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / 5851 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!sdd.hp.com!usc!rpi!batcomputer!munnari.oz.au!mel.dit.csiro.au!yarra!pta!g2syd!michaelh
  2. From: michaelh@g2syd.genasys.com.au (Michael Haldey)
  3. Newsgroups: comp.databases
  4. Subject: Re: clipper 5.01 and DOS 5.0
  5. Message-ID: <1992Jul30.003522.15991@g2syd.genasys.com.au>
  6. Date: 30 Jul 92 00:35:22 GMT
  7. References: <Bs3p0r.EL4@news.larc.nasa.gov>
  8. Organization: Genasys II, Sydney, Australia
  9. Lines: 27
  10.  
  11. In article <Bs3p0r.EL4@news.larc.nasa.gov> jka@windshear.larc.nasa.gov (J. Keith Alston) writes:
  12. >Hi,
  13. >   I have an application that I have compiled with clipper 5.01 under DR DOS
  14. >6.0.  It compiles and runs fine under DR DOS 6.0 with the CLIPPER=F50 environment
  15. >variable set. when I attempt to run this same program on another machine, running
  16. >DOS 5.0 with the CLIPPER=F50 env variable set I get DOS error number 4, which
  17. >is, I believe, a " not enough file handles" error. I have FILES=55 and
  18. >buffers=30 on both machines. Also I've tried increasing the f50 and the FILES
  19. >to higher numbers, without luck. Does anyone out there have even the slightest
  20. >clue as to what might be the problem?
  21.  
  22. Please try to increase a difference between SET CLIPPER and FILES variables.
  23. Try to make it more than 5. (For instance, FILES = 60; SET CLIPPER=F50);
  24. FILES should be more than CLIPPER. CLIPPER veriable should be more than
  25. files your program open, because Clipper needs a couple of files for its 
  26. own needs. This is just a quick answer, so if you fail please e-mail me 
  27. directly your config, autoexec and mem /c > file results and we try 
  28. to think about.
  29.  
  30. Here are my 0.02.
  31. Michael
  32. -- 
  33. Michael Haldey  |  Genasys II Pty Ltd
  34.                 |  13th Level, 33 Berry St, North Sydney, NSW, Australia
  35.                 |  Phone:    +61-2-954-2878 (-9930 FAX)
  36.                 |  Internet: michaelh@g2syd.genasys.com.au
  37.