home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q103 / 0 / 74.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  2.9 KB  |  81 lines

  1. DOCUMENT:Q103074  27-SEP-1993  [W_NT]
  2. TITLE   :How to Customize the Maximum Connections Message with FTP
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. WARNING: Using Registry Editor incorrectly can cause
  16.      serious, system-wide problems that may require you to
  17.      reinstall Windows NT to correct them. Microsoft cannot
  18.      guarantee that any problems resulting from the use of
  19.      Registry Editor can be solved. Use this tool at your own
  20.      risk.
  21.  
  22. If the maximum number of concurrent connections on the FTP server is
  23. reached, any new connection attempts made by other machines will
  24. result in the following error message:
  25.  
  26.    Maximum clients reached, service unavailable.
  27.  
  28. This message can be customized by using the Registry Editor and adding
  29. an entry called MaxClientsMessage.
  30.  
  31. To customize the message, do the following:
  32.  
  33. 1. Open the Registry Editor (REGEDT32.EXE).
  34.  
  35. 2. Use the following path:
  36.  
  37.       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FtpSvc
  38.       \Parameters
  39.  
  40. 3. From the Edit menu, choose Add Value to create the following entry:
  41.  
  42.       MaxClientsMessage
  43.  
  44. 4. Set the Data Type to REG_SZ.
  45.  
  46. 5. Enter the desired message.
  47.  
  48. When making any configuration changes to the FTP Server (with the
  49. exception of security configuration), you must restart the FTP Server
  50. by either restarting the computer or manually stopping and restarting
  51. the server. To do this manually, use the Services option in Control
  52. Panel, or at a command prompt, use the following two commands:
  53.  
  54.    net stop ftpsvc
  55.  
  56.    net start ftpsvc
  57.  
  58. Restarting the service manually disconnects any users presently
  59. connected to the FTP Server without warning, be sure to use the FTP
  60. Server icon in Control Panel to determine if any users are connected.
  61.  
  62. Additional reference words: 3.10
  63.  
  64. KBCategory:
  65. KBSubcategory: tpip
  66.  
  67. =============================================================================
  68.  
  69. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  70. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  71. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  72. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  73. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  74. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  75. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  76. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  77. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  78. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  79. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  80.  
  81. Copyright Microsoft Corporation 1993.