home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / carbcopy / install / acs.tx_ / acs.tx
Text File  |  1995-12-11  |  5KB  |  126 lines

  1. Using Carbon Copy with an ACS
  2. =============================
  3.  
  4. EBIOS/INT14-based ACS Packages
  5. ------------------------
  6.      Our testing with INT14-based ACS packages reveals that
  7.      many of them do not work properly with Microsoft Windows.
  8.      The most common problem is dropping characters when 
  9.      running at speeds greater than 4800 baud.  This is highly
  10.      dependent on your hardware and the specific ACS you are
  11.      using.  Microcom recommends using an NCSI/NASI-based ACS
  12.      if possible.  If your ACS provides both an INT14 API and
  13.      a NCSI API, you should use the NCSI API, which is always
  14.      more efficient.
  15.  
  16.      If you must use an INT14-based ACS, the BUFFER14 utility
  17.      included with Carbon Copy will help to solve some of these
  18.      problems.  BUFFER14 is designed to help minimize the
  19.      switching from protected to real mode when using character-
  20.      at-a-time INT14 packages with Windows.
  21.  
  22.      The BUFFER14 TSR is designed to be loaded after your INT14
  23.      provider TSR is loaded.  The TSR is loaded by typing
  24.  
  25.         BUFFER14 <Enter>
  26.  
  27.      at the DOS prompt.
  28.  
  29.      BUFFER14 can be unloaded by typing
  30.  
  31.         BUFFER14 /U <Enter>
  32.  
  33.      at the DOS prompt.
  34.  
  35.  
  36.      The steps required in order to use BUFFER14 are:
  37.  
  38.      1.  Load your network software.
  39.      2.  Load your INT14 ACS provider TSR from the DOS prompt.
  40.      3.  Load BUFFER14 from the DOS prompt.
  41.      4.  Load DOSHOST (optional - needed only for DOS remote control)
  42.      5.  Start Microsoft Windows.
  43.      6.  Start Carbon Copy for Windows.
  44.  
  45.  
  46. Network Drivers for EBIOS/INT14-based ACS
  47. -----------------------------------------
  48.      NDIS or ODI network drivers are highly recommended
  49.      on the user's workstation for proper operation of
  50.      EBIOS/INT14-based ACS software on a Novell network
  51.      with Carbon Copy.  The monolithic (IPX.COM) versions
  52.      of Novell's drivers do not work well in this
  53.      configuration.
  54.  
  55.  
  56. Using the "Start Connection" Parameter with an ACS
  57. --------------------------------------------------
  58.      Microcom's testing has shown that most ACS products
  59.      work with "RING" Message, Carrier Detect, or Data
  60.      Received, but not with Ring Indicator. For most uses,
  61.      the default option ("RING") will work.
  62.  
  63.  
  64. Using Carbon Copy with a LANexpress Server operating as an ACS
  65. --------------------------------------------------------------
  66.      In order to dial-out through a LANexpress server, it
  67.      is necessary to load the NCSI.EXE TSR provided on
  68.      the LANexpress NCSI Utilities Diskette.
  69.  
  70.  
  71. ACS Error Messages               
  72. ------------------
  73.      The following messages related to the Carbon Copy ACS
  74.      drivers are not found in the User Guide.
  75.  
  76. "The specified Port or ACS Server could not be found."
  77.  
  78.      This indicates one of the following:
  79.          1) The specified ACS is not running, 
  80.          2) The specified ACS and/or Port doesn't exist,
  81.          3) If using Novell NACS, this may also indicate
  82.             the specified Port is not available.
  83.  
  84.      Suggestion: Verify your ACS (NCSI/NASI) configuration is
  85.                  correct and that the Server is running.
  86.  
  87. "The specified Port is not available."
  88.  
  89.      This indicates that the specified port is currently in use
  90.      or has been disabled.
  91.  
  92.      Suggestion: Reconfigure for another port or try again later.
  93.  
  94. "Your local ACS driver is not loaded."
  95.  
  96.      This indicates the ACS interface driver included with
  97.      the ACS product and required to communicate with the ACS
  98.      is not loaded on your workstation.
  99.  
  100.      NOTE: It is not always possible for Carbon Copy to determine
  101.            whether an INT14 driver is loaded because the INT14 API
  102.            does not support a method to get this information.
  103.  
  104.      Suggestion: This driver must be loaded for Carbon Copy to
  105.                  access the communications server. If you do not
  106.                  have access to this driver, contact your network
  107.                  administrator for access and usage or consult the
  108.                  ACS user guide.
  109.  
  110. "Your BUFFER14 driver is not loaded."
  111.  
  112.      This indicates the Carbon Copy file BUFFER14.EXE has not 
  113.      been loaded.  This file is required when Carbon Copy is
  114.      configured for EBIOS/INT14 communications.
  115.  
  116.      Suggestion: Load BUFFER14.EXE after your local ACS INT14 driver.
  117.  
  118. "Communications port did not respond."
  119.  
  120.      When using INT14, this error may occur if a COM port was specified
  121.      that does not exist on the local system.  Use a COM port name that
  122.      is an existing COM port that is not currently in use by another
  123.      application.
  124.  
  125. End of File
  126.