home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7664 < prev    next >
Encoding:
Text File  |  1992-11-07  |  2.7 KB  |  52 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!daresbury!mrccrc!ifenton
  3. From: ifenton@crc.ac.uk (I. Fenton)
  4. Subject: Re: Clipper Internal error 1210?
  5. Message-ID: <1992Nov6.133550.12209@crc.ac.uk>
  6. Sender: news@crc.ac.uk
  7. Nntp-Posting-Host: tin
  8. Organization: MRC Human Genome Resource Centre
  9. References: <92310.100239U23176@uicvm.uic.edu>
  10. Date: Fri, 6 Nov 1992 13:35:50 GMT
  11. Lines: 39
  12.  
  13. In article <92310.100239U23176@uicvm.uic.edu> U23176@uicvm.uic.edu writes:
  14. >I have a database file with more than 80000 records and 15 indexes. I make
  15. >sure that all 15 indexes are active everytime I update the database and
  16. >the said indexes are being reindexed every night. When we append records to the
  17. >database, it works fine; but whenever we update a field which is a key to one o
  18. >f the indexes, it sometimes gives us Internal error 1210. I tried setting order
  19. >to 0 and i thought it worked but yesterday same thing happened. Our application
  20. >is running in Novell LAN environment.  Please help!!!! I'm very desperate about
  21. >fixing this problem.  Thanks in advance.
  22.  
  23. ok here goes... these answers are from a help list of internal errors i've got
  24.  
  25. ie1210 means record not found in index.  it should only occur if the database
  26. is updated without the index being open.  it could be a buffering problem
  27. where the disk is not 100% up-to-date with the latest index changes.  one
  28. comment says that on novell you should mark all your dbf and ntx files as
  29. shareable read/write.  novell 3.x has a habit of buffering at the
  30. workstation files not marked this way.  if a user changes a index field
  31. and another uses tries immediately after to access it then 1210 can occur.
  32.  
  33. also remember to set buffers to 8 in your workstation's config.sys file.
  34.  
  35. good luck, and keep in touch !
  36.  
  37. =============================================================================
  38. IAIN FENTON                             | All errors of spelling, grammar &
  39. Institute of Medical Genetics           | fact are due to a missing <Del> key
  40. University of Wales College of Medicine |====================================
  41. Heath Park                              | "No man should marry until he has
  42. Cardiff  CF4 4XN                        |  studied anatomy and dissected at
  43. U.K.                                    |  least one woman" - de Balzac
  44. =============================================================================
  45. Voice = +44 - 222 - 744049   | In 1912, Jack Johnson, the first black world
  46. Fax   = +44 - 222 - 747603   | heavyweight boxing champion, was refused
  47. Email = fenton@uk.ac.cardiff | permission to board the Titanic because of
  48.    (or) wmgif@uk.ac.cardiff  | his colour.
  49.    (or) ifenton@uk.ac.crc    |
  50. =============================================================================
  51.  
  52.