PRB: Exception 0x8000500D When Querying a Property Using ADSI

Last reviewed: April 30, 1997
Article ID: Q167695
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK), version 4.0

SYMPTOMS

An error value of 0x8000500D may be generated when you try to access a property using the Active Directory Service Interfaces (ADSI).

CAUSE

The value 0x8000500D is found in adserr.h and is defined as E_ADS_PROPERTY_NOT_FOUND. This error can be returned when the Directory Service provider, or underlying Directory Service, does not implement the property being used. Directory Service providers are not required to implement all properties.

MORE INFORMATION

Querying the schema entry for the class of the object being used indicates what properties are supported. See the ADSI Design Specification for more information about browsing the schema.


Keywords : kberrmsg kbprg
Version : 4.0
Platform : WINDOWS
Issue type : kbprb


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 30, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.