PRB: Exception 0x8000500D When Querying a Property Using ADSI (167695)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0
  • Microsoft Active Directory Service Interfaces 2.5

This article was previously published under Q167695

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.

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kberrmsg kbprb kbprogramming KB167695