Event ID 10 Appears When Using Simple TCP/IP Services

Last reviewed: April 4, 1997
Article ID: Q138366

The information in this article applies to:
  • Microsoft Windows NT Workstation version 3.51
  • Microsoft Windows NT Server version 3.51
  • Microsoft Windows NT Server version 4.0
  • Microsoft Windows NT Workstation version 4.0

SYMPTOMS

When you use the Windows NT simple TCP/IP services to view the "Quote of the Day", the following event appears in the System Log (as seen with the Event Viewer):

   Event ID: 10
   Source: SIMPTCP
   Type: Error
   Description: The simple TCP/IP service could not find the
   UDP QOTD Port. The UDP QOTD service is not started.

RESOLUTION

To correct this problem:

  1. Open the SERVICES file in the %SystemRoot%\SYSTEM32\DRIVERS\ETC directory using a text editor, such as Notepad.

  2. Ensure the following entry exists in the SERVICES file:

       qotd               17/tcp    quote
       qotd               17/udp    quote
    
    
NOTE: The entry in the SERVICES file uses the following format:

   <service name>  <port number>/<protocol>  [aliases...]   [#<comment>]


Additional query words: prodnt
Keywords : kbnetwork ntras NTSrvWkst nttcp
Version : 3.51 4.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 4, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.