home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / ns / cds / readme.txt < prev   
Encoding:
Text File  |  1996-01-15  |  2.1 KB  |  58 lines

  1. CDS
  2.  
  3.  
  4. The directory samples\rpc\ns\cds contains the following files that
  5. describe the gateway protocol to the DCE Cell Directory Service (CDS):
  6.  
  7. FILES
  8. =====
  9.  
  10. File               Description
  11.  
  12. README.TXT         This readme file
  13. NSICLT.IDL[ACF]    Client-side interface
  14. NSISVR.IDL[ACF]    Server-side interface
  15. NSICOM.IDL[ACF]    Interface common to client and server
  16. NSIMGM.IDL[ACF]    Interface for management
  17.  
  18. The OSF DCE environment uses the DCE Cell Directory Service
  19. (CDS) for its RPC name service. However, the OSF has not yet
  20. released a specification of the protocol used to access the
  21. CDS. To allow interoperation between DCE computers and RPC
  22. client applications that call RPC name service API
  23. functions, you must use a gateway to the DCE CDS.
  24.  
  25. To help you develop such a gateway, Microsoft defines an
  26. interface for a gateway protocol in the files NSICLT.IDL,
  27. NSSVR.IDL, and NSICOM.IDL, and provides the client-side
  28. implementation of this gateway protocol in RPCNS.DLL. One
  29. such implementation of the server side gateway is currently
  30. available in the Digital Equipment Corporation DCE Starter
  31. Kit.
  32.  
  33. To use the gateway so that your RPC application can
  34. interoperate with DCE RPC applications:
  35.  
  36. 1. Verify that the gateway is started on the DCE host
  37.  
  38. 2. Verify that the client is running the TCP/IP transport
  39.  
  40. 3. (Microsoft Windows NT and Windows 95 only) Set the registry entry
  41.    Software\Microsoft\Rpc\NameService\ServerNetworkAddress to a
  42.    string of the form "<ip address of gateway 1>; <ip address
  43.    of gateway 2>...", where <ip address of gateway n> is the ip
  44.    address of the nth gateway in the list.
  45.  
  46. 4. Set the following registry entries under Software\
  47.    Microsoft\Rpc\NameService to the following values:
  48.  
  49.    Entry            Value
  50.  
  51.    Protocol         ncacn_ip_tcp
  52.    NetworkAddress   <ip addr gateway 1>; <ip addr gateway 2>...
  53.    Endpoint         <empty string>
  54.  
  55.    To change registry entry settings on Microsoft Windows NT or Windows 95,
  56.    use the REGEDIT utility. On MS-DOS and Microsoft Windows,
  57.    edit the text file RPCREG.DAT.
  58.