home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / rahelp.arj / RAHLP3.ASC < prev    next >
Text File  |  1991-06-30  |  6KB  |  156 lines

  1.  RemoteAccess System Problems
  2.  
  3. Problem: I have just installed a new V32bis modem and after it
  4.          says call comming in it fires up the mailer again.
  5. Solution:
  6. Set up *all* your errorlevels ie in raconfig
  7. 31 => 300
  8. 32 => 1200
  9. 32 => 1275
  10. 33 => 2400
  11. 34 => 4800
  12. 35 => 7200
  13. 36 => 9600
  14. 37 => 12000
  15. 38 => 14400
  16. 39 => 19200
  17. 40 => 38400
  18. Making sure that if in shell to mailer mode you have identical settings
  19. in FrontDoor as in RemoteAcess and that your runbbs.bat has ALL the
  20. errorlevels defined upto errorlevel: 40
  21.  
  22. Problem: RA Reports The Sysop has suspended your access
  23. Solution/s:
  24. 1) In RACONFIG place a specific full drive and file name ie
  25. c:\ra\ra.log
  26. 2) Check default security level is NOT 0 and amend the user
  27. via Usered accordingly.
  28.  
  29. Problem: RA Reports TOP.MNU missing and then returns to DOS Prompt
  30. Solution:
  31. You havent setup the TOP menu via RAMENU simply set this menu up
  32. along with the others.
  33.  
  34. Problem: I cannot get messages addressed to me as Sysop
  35. Solution:
  36. 1) Make sure in Usered you are the 1st entry in there.
  37. 2) Make sure the name you login as is EXACTLY the same as
  38.    specified in RACONFIG as the SysOp.
  39. 3) Make sure that your security level is adequate for all your
  40.    menu options.
  41. 4) Make sure that in RACONFIG you have Full Mail check => Yes
  42. 5) Check that in the optional data field for message to Sysop
  43.    you have:
  44.    1 /T=John_Barton - Where 1 is the Board number for the *local*
  45.    messages go to. /T=John_Barton is your name exactly as in
  46.    RACONFIG for the SysOps name (seperated by an underscore)
  47.    ie the example above sends a message to John Barton.
  48. 6) Re Select ALL Areas are at ON
  49.  
  50. Problem: In type 40 menus the keys appear slow
  51. Solution:
  52. Set your action type 40 as the last entry in the Menu. This allows
  53. the keys to be loaded before displaying the relevant .A?? File.
  54.  
  55. Problem: I cannot get Nodelist Browse to work with Netmail
  56. Solution:
  57. Make sure you are registered first :-)
  58. If so have you run RANODE after receiving your latest Nodediff?
  59. Running RANODE creates the files RA needs for the Browse look-up list.
  60.  
  61. Problem: How do I enter Netmail (Or reply to it?)
  62. Solution:
  63. 1) Make sure you are registered for the options below :-)
  64. 2) Make a note of the senders address (On the Origin line) ie
  65.    *Origin The BBS 0708-780068 (2:257/168)
  66. 3) When you get the address enter 2:257/168
  67. 4) If it a new entry to query the address, at the address prompt
  68.    for Zone Query type ? <RETURN> This will show all the Zones
  69.    active assuming the Sysop has run RANODE
  70. 5) If it is a Net/Regional query type 2:? <RETURN> to see all the 
  71.    regions & Nets in Zone 2
  72. 6) If it is a Node query type 2:257/? <RETURN> to list all the
  73.    Nodes in Zone 2 Net 257.
  74. 7) Obviously make sure you have enough credit on the BBS
  75.    to use this facility.
  76.   
  77. Problem: I cannot change the flag settings in Usered.
  78. Solution:
  79. Delete the flags and enter the X's then fill in the remaining
  80. spaces with the - Key.
  81.  
  82. Problem: In type 40 menus my textfiles are a mess and amongst
  83.          other things stop half way or wrap around.
  84.  
  85. Solution 1:
  86. Using Thedraw (TDRAW330.ZIP on here)
  87. When finished editing the Textfile to your satisfaction save as follows:
  88. Using a maximum of 78 columns and 23 Rows
  89.  
  90. Save via ALT-B (Block Save.
  91. Move cursor to Top left and press Spacebar
  92. Move cursor to bottom right and press spacebar
  93. Follow prompts to save ie A for ANSI I for ASCII
  94.  
  95. Using an editor like Qedit - Load the textfile - Page down to the very
  96. bottom of the file and BACKSPACE to immediately just after the very
  97. last character and Save.
  98.  
  99. Solution 2:
  100. Stopping half way is cured by putting a Ctrl-E character at the top of the
  101. file..
  102. If you want to use 24-row screens, save with the Alt-B method, and then fire
  103. up DEBUG on the file:
  104.  
  105. --- you:    DEBUG LOGO.ASC                  ; (for example)
  106. --- debug:  -                               ; the standard prompt
  107. --- you:    RCX                             ; this sets the filelength
  108. --- debug:  CX @@@@                         ; read below for this
  109. --- debug:  :                               ; prompt when expecting a value
  110. --- you:    ####                            ; read below for what to enter
  111. --- debug:  -                               ; the standard prompt
  112. --- you:    w                               ; command to write file
  113. --- debug:  Writing #### bytes              ; depends on what you entered
  114. --- you:    q                               ; command to exit debug
  115. now, the @@@@ and #### bits. @@@@ is the old file length *IN HEX* and ####
  116. is the new file length, also in hex. So what you must do is subtract two
  117. from that - ie...
  118.  
  119.  <> Old: | New: <> Old: | New: <>
  120.  <>      |      <>      |      <>
  121.  <> 0010 | 000E <> 001B | 0019 <>
  122.  <> 0011 | 000F <> 001C | 001A <>
  123.  <> 0012 | 0010 <> 001D | 001B <>
  124.  <> 0013 | 0011 <> 001E | 001C <>
  125.  <> 001A | 0018 <> 001F | 001D <>
  126.  
  127. This will chop off the last carriage return/line feed which scrolls the
  128. text. Note that if you have menus this long, it's a good idea to include
  129. the -D parameter on the command line, which turns off the status bar, or
  130. your menus won't look too good on the local screen.
  131.  
  132. (The above Courtesy of Stuart Henderson)
  133.  
  134. Problem: After running RA it simply drops to Dos
  135. Solution: RA is meant to be run from a batch file, a simple example
  136. is shown below:
  137. Runbbs.bat
  138. Echo Off
  139. Cls
  140. :Loop
  141. c:
  142. cd\ra
  143. RA -E20
  144.  
  145. If errorlevel 20 goto loop
  146. If errorlevel 10 goto End
  147.  
  148. :End
  149. Echo ... Sysop aborted BBS Down >> c:\ra\ra.log
  150.  
  151.  
  152. Valid at 4th April, 1991  
  153. Courtesy of John Barton Barnabas RemoteAccess Support Europe HQ
  154. Fidonet @2:257/168 +44-708-670068 (United Kingdom)
  155. This file may be freely be made available for download but
  156. please keep the Promo Adds out of your Zipster stlye headings.