home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER1.ISO / bbs / rbbs / rbtch180.zip / PROBLEMS.DOC < prev    next >
Text File  |  1992-08-28  |  7KB  |  156 lines

  1. Here are some typical problems that I have encountered helping out
  2. SysOp's in setting up and diagnosing problems with RBatch.  I hope
  3. this helps out with your setup.
  4.  
  5.  
  6. Q.  The program keeps telling me to use FMS or DIR as my file system?
  7.  
  8. A.  You configuration file has spaces after entries.  Make sure that
  9.     each entry in the configuration file ENDS with a CR/LF.  If your
  10.     word processor does not show spaces, just put your cursor at the
  11.     end of the line and hit the enter key.
  12.  
  13. Q.  The program will not de-archive a file to use the FILE_ID.DIZ or
  14.     DESC_SDI file description.
  15.  
  16. A.  The work directory that you specified as the second parameter on
  17.     the last line of the configuration file MUST EXIST, RBatch will
  18.     not create that directory.  It does create the node directories
  19.     under this directory though.
  20.  
  21. Q.  My RBatch command line looks like this and the program will not
  22.     function correctly?
  23.  
  24.     RBatch.Exe RBatch.cfg [PORT#] [PROTO] [NODE]
  25.  
  26. A.  The parameters that are listed in the brackets "[]" are to be
  27.     used in the Proto.Def file, not the Rbatch command line.  If
  28.     your Proto.Def upload side looked like this:
  29.  
  30.     "C:\Rbbs\Xfer\Batchup.Bat [PORT#] [BAUD] [PROTO] [NODE]"
  31.  
  32.     then you RBatch command line would look like this:
  33.  
  34.     RBatch.Exe RBatch.Cfg %1 %3 %4
  35.  
  36.     The %1 = The first [] item, PORT#, in the Proto.Def entry
  37.     The %3 = The third [] item, PROTO, in the Proto.Def entry
  38.     The %4 = The Fourth [] item, NODE, in the Proto.Def entry
  39.  
  40.     Whatever value substitued by RBBS in the Proto.Def will be the same
  41.     information that is used on the RBatch command line.  In other words
  42.     Rbbs will substitute 1 for PORT# for COM1 ports and then the %1 on
  43.     the RBatch command line would also be a 1.
  44.  
  45. Q.  When I enter in a category code, the screen just repaints and asks
  46.     me for the category code again.
  47.  
  48. A.  RBatch will look at your entry and match that with the FIRST FIELD
  49.     in your DIR.CAT file (FMS Systems).  For .DIR file systems, RBatch
  50.     will see if that .DIR file exists in the path you supplied on the
  51.     5th line of the configuration file (Path to where the .DIRs are
  52.     kept on your system with a trailing backslash).
  53.  
  54.     Here is an example of a DIR.CAT file for a FMS File System:
  55.  
  56.     "RBBS","BBS","BBS RELATED FILES"
  57.  
  58.     When the user enters a category code when in RBatch, RBatch
  59.     looks for the match in the FIRST FIELD of the DIR.CAT for a
  60.     match, if no match, it prompts the user again.  You Upcat.Hlp
  61.     should have the category codes for the user to enter that are
  62.     reflected by the FIRST field of the DIR.CAT
  63.  
  64.     Another problem could be that you have DIR on line 14 of your
  65.     configuration file when you are running a FMS file system.
  66.     Don't confuse the name of your FMS, which might be MASTER.DIR
  67.     with the .DIR file system.  The difference between the two is
  68.     many (see the RBBS Documention) but here are the major ones:
  69.  
  70.     1.  The FMS File system entries end with a Category Code and
  71.         and the files are contained in one main listing.
  72.         (Set length for each entry)
  73.  
  74.     2.  The .DIR File system has seperate files (11.DIR, 12.DIR)
  75.         for EACH category and the entries in these file DO NOT
  76.         end with a category code.
  77.  
  78.     As I stated, there are many more differences, advantages for
  79.     each file system and you should read the RBBS Manual for more
  80.     information.
  81.  
  82. Q.  Why doesn't RBatch check the file with the Phase?.Bat files?
  83.  
  84. A.  RBatch will look for the Phase?.Bat file in the SAME DIRECTORY
  85.     as the RBatch.Cfg file.  Make sure that they are located in the
  86.     same directory.
  87.  
  88.     You have specified different batch files to use on line #27
  89.     in your configuration file.  Again make sure that these batch
  90.     files exist in the same directory as the configuration file.
  91.  
  92.  
  93. Q.  I don't want to use the name Phase?.Bat for my file testing.
  94.  
  95. A.  Add and additional line to the configuration file (Line 27)
  96.     that lists the name(s) of the batch files that you wish RBatch
  97.     to call.  You can list up to 3 batch filenames here, using DOS
  98.     filenaming conventions.  RBatch will look for the existance of
  99.     these files and upon locating them, will call them for use in
  100.     the order that you list them on the configuration line.
  101.  
  102. Q.  The user never sees anything on their end while RBatch is running,
  103.     yet I can see everything on my end?
  104.  
  105. A.  You have told RBatch and incorrect port number to use on the command
  106.     line.  The item right after the name of the configuration file, on
  107.     the RBatch command line, lists the port number to use.
  108.  
  109. Q.  The logging of the file transfers is either going to the wrong callers
  110.     file or not to the callers file at all?
  111.  
  112. A.  You have the wrong callers file listed in your configuration file
  113.     or the wrong path.
  114.  
  115. Q.  The user is not getting any file credits for file transfers.
  116.  
  117. A.  Make sure that the correct Node Number is listed as the last parameter
  118.     on the RBatch command line.  This will tell RBatch which node
  119.     record to write the time credits to in the message base.  Also check
  120.     to make sure that the message base that you list in the configuration
  121.     file is the correct name and path.
  122.  
  123. Q.  RBatch keeps telling me that it cannot find the XFER-?.DEF file.
  124.     (This is the most common problem with RBatch!!)
  125.  
  126. A.  This is caused by a couple of things:
  127.  
  128.     1.  If a user aborts a transfer, the XFER-?.DEF file is never
  129.         created by the protocol, hence RBatch cannot find it.
  130.  
  131.     2.  You do not have a SET DSZLOG=XFER-1.DEF in your autoexec.bat
  132.  
  133.     3.  If you run DesqView, then you do not have the the same set
  134.         command as above in the batch files that start up each DV
  135.         window.  See the enclosed file DVRBBS.ZIP from Tom Hansen
  136.         of Church Chatters BBS on setting up DV to run on a RBBS
  137.         BBS System.  These examples show how to use the SET
  138.         command for each Node.
  139.  
  140.     4.  Remember that a protocol will created the XFER-?.DEF file
  141.         in the CURRENT directory.  If you change to the Upload
  142.         directory for single file uploads, the XFER gets created
  143.         there.
  144.  
  145.     5.  If you are using Di-Directional protocols, like HS/Link or
  146.         BiModem, YOU SHOULD NOT CHANGE DIRECTORIES FROM THE CURRENT
  147.         DIRECTORY THAT A USER SIGNS ONTO THE BBS.  This is because
  148.         a user that does a bi-directional transfer, has downloads as
  149.         well as uploads, and for RBBS to properly process the
  150.         downloads, the XFER-?.DEF file must reside in the same
  151.         directory as the one the user signs onto.  See my example
  152.         batch file for HS/Link and BiModem and you see that in those
  153.         I do not change to the upload directory, I just path to
  154.         the protocol.
  155.  
  156.