Configuring RPC in Windows 95

Last reviewed: September 9, 1996
Article ID: Q137567
The information in this article applies to:
  • Microsoft Windows NT Workstation version 3.5 and 3.51
  • Microsoft Windows NT Server version 3.5 and 3.51
  • Microsoft Windows 95

To implement client-side RPC, Windows 95 uses a Name Service Provider on a Windows NT Workstation or Windows NT Server. This service is provided by the Windows NT Locator which is a database that contains a list of servers and the information to connect to them. To allow Windows 95 to point to the computer running the locator service, modify the registry.

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. On the computer running Windows 95, run Registry Editor and add the NameService key under:

          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc
    

  2. The NameService key should contain the following string values:

          DefaultSyntax        "3"
          Endpoint             "\pipe\locator
          NetworkAddress       "\\<Machine running Locator service>
          Protocol             "ncacn_np"
          ServerNetworkAddress "\\<Machine running Locator service>
    
    

  3. For other protocol entries, view the registry under:

          HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ClientProtocols
    

          Default              (value not set)
          ncacn_ip_tcp         "rpcltc3.dll"
          ncacn_nb_nb          "rpcltc5.dll"
          ncacn_np             "rpcltc1.dll"
          ncacn_spx            "rpcltc6.dll"
          ncalrpc              "ncalrpc"
    
    

REFERENCES

Programming Windows 95 Unleashed, SAMS Publishing, pp. 919-920.


KBCategory: kbnetwork
KBSubCategory: ntinterop ntnetserv ntprotocol
Additional reference words: 3.50 3.51 win95 win95x



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: September 9, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.