home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q103 / 7 / 38.TXT < prev    next >
Encoding:
Text File  |  1993-09-09  |  3.0 KB  |  70 lines

  1. DOCUMENT:Q103738  07-SEP-1993  [W_NT]
  2. TITLE   :Discussion of DCE CDS and RPC NSI
  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. The Microsoft remote procedure call (RPC) run-time library provides a
  16. set of name service APIs (all prefixed by "RpcNs") to enable RPC
  17. applications to access name service information. RPC servers can
  18. export names and associated binding information to a name service
  19. database through these APIs. And, using the same set of APIs, RPC
  20. clients can import server binding information.
  21.  
  22. The RPC library implements these APIs by accessing a name service
  23. database through the RPC run-time interface called the name service
  24. interface (NSI). This interface is used to access information stored
  25. by various name service providers, such as the RPC Locator or the DCE
  26. Cell Directory Service (CDS) service.
  27.  
  28. On Windows NT systems, the default RPC name service provider is the
  29. RPC Locator. The RPC Locator maintains a loosely consistent database
  30. that is strictly cached and volatile. An administrator can select an
  31. alternative RPC name service provider from Control Panel in the
  32. Network section. (DCE CDS is the only alternative supported in Windows
  33. NT version 3.1.)
  34.  
  35. Limitations
  36. -----------
  37.  
  38. 1. If the DCE CDS is configured as the RPC name service provider, a
  39.    Windows NT server can export its binding information to the CDS,
  40.    and a Windows NT client can access server binding information
  41.    stored in the CDS. However, a DCE server has no way of exporting
  42.    its binding information to the RPC Locator, nor can a DCE client
  43.    access the Windows NT Locator in order to acquire server
  44.    information.
  45.  
  46. 2. The Windows NT 3.1 RPC Locator does not support groups, that is,
  47.    the group APIs (prefixed by "RpcNsGroup").
  48.  
  49. For additional information, see the Win32 SDK "RPC Programmer's Guide
  50. and Reference."
  51.  
  52. Additional reference words: 3.10
  53. KBCategory:
  54. KBSubCategory: NETSRV
  55.  
  56. =============================================================================
  57.  
  58. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  59. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  60. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  61. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  62. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  63. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  64. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  65. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  66. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  67. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  68. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  69.  
  70. Copyright Microsoft Corporation 1993.