PRB: Exception 0x8000500D When Querying a Property Using ADSI

ID: Q167695


The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK)
  • Microsoft Active Directory Service Interfaces, version 2.5


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.


STATUS

This behavior is by design.


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.

Additional query words:

Keywords : kberrmsg kbprg kbADSI kbGrpPlatform
Version : WINDOWS:; winnt:2.5
Platform : WINDOWS winnt
Issue type : kbprb


Last Reviewed: October 4, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.