home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FIXFIL10.ZIP / FIXFILE.DOC < prev    next >
Encoding:
Text File  |  1996-05-03  |  2.7 KB  |  78 lines

  1. *************READ THIS FILE THOROUGHLY BEFORE USING FIXFILE****************
  2.  
  3.  
  4. FIXFILE was written by Tom Almy and contributed to the public domain.
  5. No warrantee is given as to fitness for use -- test this program
  6. carefully! FIXFILE does create backups so its operation can be
  7. undone. 
  8.  
  9.  
  10.  
  11. THE PROBLEM
  12.  
  13. RemoteAccess 2.5 has a new indexing feature in the file database so
  14. that any file area can have any number. In earlier versions, all file
  15. areas were sequentially numbered. While there is some convenience in
  16. this new system, older utility programs will not work after file
  17. areas have been rearranged.
  18.  
  19.  
  20. THE SOLUTION -- PART 1
  21.  
  22. The FIXFILE program will rearrange the file database so that areas
  23. are restored to numberic order, with new unused areas added where
  24. there were gaps in the numbering. When FIXFILE is run after every
  25. file area alteration older RemoteAccess utilities will continue to
  26. function. 
  27.  
  28. THE SOLUTION -- PART 2
  29.  
  30. RACONFIG has no feature to renumber file areas as a group. There are
  31. 2.0x utilities available which can do this.
  32.  
  33. Additional steps must be taken with 2.0x utilities which move file
  34. areas. When such a utility is used, the new index field is not
  35. properly updated. This will cause problems with the operation of
  36. RemoteAccess 2.5, its utilities, and future execution of FIXFILE.
  37.  
  38. After running one of these utilities, the file database must be
  39. converted back to 2.5 format! Here are the proper steps to take:
  40.  
  41. 1. Run FIXFILE (always run FIXFILE before running the 2.0x utility!)
  42.  
  43. 2. Run the 2.0x area rearranging utility.
  44.  
  45. 3. Delete any FILES.RDX file, rename MESSAGES.RA and MESSAGES.RDX
  46.    to something else so they won't be modified, then run 20XTO250 
  47.    to convert the format back to 2.5. DO ONLY STEP 2! Then
  48.    rename the MESSAGES file back to their original names.
  49.  
  50. *******************************************
  51.  
  52. Instructions to use FIXFILE:
  53.  
  54.    Whenever the file areas have been altered (inserted/deleted/moved/renamed
  55.    areas) follow these steps:
  56.  
  57.    1. Run this program. It will create a new, compatible FILES.RA, rename the
  58.       old file FILES.OLD, and delete the FILES.RDX file.
  59.    2. Run RACONFIG and go the the file area manager. This will cause a new
  60.       FILES.RDX to be created.
  61.    3. When you are satisfied everything is working, delete the FILES.OLD.
  62.  
  63.    This program will not run if FILES.OLD exists or FILES.RDX is missing.
  64.  
  65.    Note -- FILES.RA will have as many records as the largest used file area
  66.    number. It's not a good idea to use large area numbers unless you need
  67.    to do so!
  68.  
  69.    IMPORTANT -- Area #0 is not supported. Please renumber any area 0
  70.    before running FIXFILE!
  71.  
  72. Tom Almy
  73. 1:105/290
  74. almy@teleport.com
  75.  
  76.  
  77.  
  78.