PRB: Retrieving Attributes of mGroup Object Throws Error 0x8000500D

ID: Q220856


The information in this article applies to:


SYMPTOMS

When you try to retrieve the attributes of an mGroup object that is a child of the ou=NTGroups container using VBScript, the call to Get() throws the error 0x8000500D.


CAUSE

The object in the Membership Directory is being bound to anonymously (for example, using GetObject() ). By default, access to objects created under the ou=NTGroups container are limited to members of the cn=Administrators and cn=SiteServer Administrators groups. If an anonymous bind to the object occurs, the bind succeeds, however, subsequent calls to Get() fail with 0x8000500D (E_ADS_PROPERTY_NOT_FOUND). This error occurs because the user does not have access to the attributes. Therefore, the attributes are not loaded into the ADSI property cache.


RESOLUTION

Do one of the following to resolve this problem:


STATUS

This behavior is by design.

Additional query words:


Keywords          : kberrmsg kbADSI kbScript kbVBScript prodsitesrv3 
Version           : winnt:3.0
Platform          : winnt 
Issue type        : kbprb 

Last Reviewed: July 6, 1999