home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / casem11.zip / READ.ME < prev    next >
Text File  |  1993-02-14  |  4KB  |  95 lines

  1. NETWORK OPERATION SUPPLEMENT FOR SHAREWARE RELEASE OF CASEM 1.1
  2.  
  3. This file provides necessary information for the proper installation
  4. and unlimited use of CASEM 1.1 on a single Novell NetWare 3.11 
  5. local area network server. Use of CASEM on other networks may be 
  6. possible, but is not supported. Written instructions on the actual 
  7. operation of CASEM are enclosed with registered copies of the 
  8. program; these instructions only cover network related instructions.
  9.  
  10. To register for unlimited use of CASEM on a single server, 
  11. send $49.95 to:
  12.  
  13.         Alan Frayer
  14.         6023 26th Street West #183
  15.         Bradenton, FL 34207
  16.  
  17. Be sure to indicate which version of CASEM you are registering.
  18. ---------------------------------------------------------------------
  19. INSTALLATION
  20.  
  21. For proper network security, CASEM.EXE should be installed to its own
  22. directory on your file server. This directory should be READ ONLY, to
  23. protect the program from accidental deletion.
  24.  
  25. CASEM still creates its files in the directory from which it executes.
  26. For this reason, you should create a shared directory separate from
  27. the program directory, then execute CASEM from that directory. This
  28. can be done by mapping a search directory to the CASEM program, then
  29. changing to the data directory and starting the program. For example:
  30.  
  31.         MAP INS S3:=L:\CASEM
  32.         CD\CASEMDATA
  33.         CASEM
  34.  
  35. You will probably want to remove the search directory mapping when
  36. you finish using CASEM:
  37.  
  38.         MAP DEL S3:
  39.  
  40. The above commands can be included in a batch file, if desired.
  41. ---------------------------------------------------------------------
  42. UNDERSTANDING CASEM ON THE NETWORK
  43.  
  44. CASEM allows multiple users to access the same record simultaneously.
  45. To maintain an accurate file of cases, you should understand how
  46. CASEM manages multiple-user access.
  47.  
  48. CASEM doesn't keep the case file open while a record is accessed.
  49. Instead, the record is read into memory and the file is closed. When
  50. changes are made, the changes are just as quickly added to the file.
  51. File access is kept to a minimum. By reducing file access, and more
  52. importantly by eliminating record locking, CASEM is not susceptible
  53. to user lockout from a user leaving a record open while going to
  54. lunch.
  55.  
  56. Further, before CASEM writes changes to a record, the record in memory
  57. is compared to the record in the file. If the record in the file does
  58. not match the record originally collected before changes were made, the
  59. changes are discarded and the user is warned of the changed record.
  60.  
  61. The following example should make the process clear:
  62.  
  63. Peggy has a correction to make in the Smith case. She locates the
  64. case in CASEM and opens the record. CASEM reads the Smith record into
  65. memory and closes the file.
  66.  
  67. Nancy also has a change to make in the Smith case, and locates the
  68. case in CASEM, opening the record. Since CASEM has already read the
  69. record into memory and closed the file, it allows Nancy to open the
  70. file again and read the Smith case into another portion of memory,
  71. closing the file after doing so. This allows a third secretary to
  72. open the Smith record if one desired.
  73.  
  74. Peggy sees the information originally on file, and makes a change,
  75. then saves the change by exiting the record. Before saving the change,
  76. CASEM compares the copy of the Smith case stored in memory before the
  77. change with the record in the file. The two match, so CASEM writes the
  78. changes to the Smith record in the file.
  79.  
  80. Nancy sees the same data Peggy saw before changes, since she opened
  81. the case record before Peggy's changes were stored to the file. Nancy
  82. makes her change and exits the record, expecting the change to be made.
  83. CASEM compares the copy of the original case record in memory to the 
  84. current file record and sees the current file record has changed. To
  85. prevent losing the earlier change, CASEM tosses out Nancy's change and
  86. sends a message to Nancy, telling her another user has changed the record.
  87. Nancy should now return to the Smith record to view Peggy's change and
  88. decide whether the record needs further editing.
  89.  
  90. Because CASEM allows multiple users to access the same record, it is
  91. extremely important that users pay attention to messages generated by
  92. CASEM. By doing so, case information can be protected and case
  93. management can be handled more efficiently.
  94.  
  95.