Microsoft Knowledge Base

Incorrect Entry for LAN Manager 2.2c in the SERVICES File

Last reviewed: March 9, 1995
Article ID: Q126976
The information in this article applies to:
  • Microsoft Windows NT Server version 3.5
  • Microsoft LAN Manager version 2.2c
  • Microsoft Network Client for MS-DOS, version 3.0

SYMPTOMS

In order for applications to start the UDP services in LAN Manager version 2.2c (both MS-DOS and OS/2 versions) or Network Client for MS-DOS, the applications must use the Microsoft TCP/IP protocol and read the SERVICES file. The SERVICES file allows the application to find assigned UDP ports, and it is included in the Windows NT Server version 3.5 CD. However, the applications are not able to read the entire SERVICES file.

CAUSE

There is an incorrect entry in the SERVICES file included on the Windows NT Server version 3.5 CD. If a space is detected for the service name in the SERVICES file, the parser stops reading the file. The SERVICES file includes the following:

   erlogin         888/tcp         # Login and environment
   passing kpop    1109/tcp        # Pop with Kerberos

WORKAROUND

To work around this problem, use a text editor to modify the SERVICES file so that it reads:

   erlogin         888/tcp         # Login and environment passing
   kpop            1109/tcp        # Pop with Kerberos


STATUS

Microsoft has confirmed this to be a problem in Windows NT version 3.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


KBCategory: kbinterop kbbug3.50
KBSubcategory: ntinterop nttcp
Additional reference words: prodnt 3.50 2.20 3.00 lm nc


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: March 9, 1995
©1997 Microsoft Corporation. All rights reserved. Legal Notices.