home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 9 / 23.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  2.9 KB  |  88 lines

  1. DOCUMENT:Q101923  28-JUL-1993  [W_NT]
  2. TITLE   :PRB: No (To) Entry in FTP Causes an Exception Error
  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. SYMPTOMS
  16. ========
  17.  
  18. In Windows NT, using an Open command in FTP with no (TO) entry causes
  19. an exception error in FTP.EXE.
  20.  
  21. CAUSE
  22. =====
  23.  
  24. When the FTP service receives the OPEN command, it is trying to open a
  25. service (virtual port) to another computer. It is expecting either a
  26. host server name, or an actual IP address, such as 129.05.123.22. By
  27. providing nothing at the (To) prompt, you should receive an error
  28. message stating that the FTP connection timed out because it could not
  29. find the host server you specified.
  30.  
  31. STATUS
  32. ======
  33.  
  34. Microsoft has confirmed this to be a problem in Windows NT version 3.1
  35. and Windows NT Advanced Server version 3.1. We are researching this
  36. problem and will post new information here in the Microsoft Knowledge
  37. Base as it becomes available.
  38.  
  39. MORE INFORMATION
  40. ================
  41.  
  42. Steps to Reproduce Problem
  43. --------------------------
  44.  
  45. 1. Type FTP.
  46.  
  47. 2. Type OPEN and press ENTER.
  48.  
  49. 3. At the (To) prompt, press ENTER.
  50.  
  51. You will receive the following Dr. Watson error message:
  52.  
  53.    An application error has occurred 
  54.    And an application error log is being generated.
  55.  
  56.       FTP.EXE
  57.  
  58.    Exception: Access violation (0xc0000005), Address: 0x766026ee
  59.  
  60. An event is also generated in the Application section of Event Viewer,
  61. which states the following:
  62.  
  63.    The application, exe\ftp.DBG, generated an application error. The
  64.    error occurred on 7/23/1993 @ 10:46:48.345 The exception generated
  65.    was c0000005 at address 766026ee (<nosymbols>)
  66.  
  67.    Note: The address may be different, but the Access violation code
  68.    should be the same.
  69.  
  70. Additional reference words: 3.10
  71. KBCategory:
  72. KBSubcategory: tpip
  73.  
  74. =============================================================================
  75.  
  76. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  77. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  78. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  79. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  80. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  81. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  82. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  83. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  84. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  85. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  86. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  87.  
  88. Copyright Microsoft Corporation 1993.