http://www.microsoft.com/data http://www.microsoft.com/adsi/">
The information in this article applies to:
SYMPTOMSWhen using Active Data Objects in conjunction with Active Directory Services Interfaces (ADSI), the application may return the following error:
CAUSE
This error may result from the installation of an older version of ADSI on a computer with Microsoft Data Access Components (MDAC) version 2.1. RESOLUTION
To resolve this problem you must first reinstall MDAC 2.1 in order to solve OLE-DB compatibility issues. You can do this by determining how you acquired MDAC 2.1 and reinstalling it from that source. http://www.microsoft.com/dataIn most cases the installation file for MDAC is Mdac_typ.exe. Running this should return all files to the current version of 2.1. At this point there are two possible solutions:
STATUSThis bug was corrected in ADSI 2.5. MORE INFORMATIONIt is possible to work around these compatibility issues by explicitly creating ADO objects of version 1.0. Previous versions of ADSI are compatible with this version of ADO. Note that any ADO object that will be used must be explicitly created as version 1.0. Following is an example of how to accomplish this task:
Please note that "Error '800a01ad (429)'" is caused by a conflict in ADO. Installing ADSI version 2.5 or using the preceding work around will not stop this error from occurring. You must reinstall MDAC version 2.1 in order to solve this problem.
REFERENCESFor additional information about Active Directory Services Interfaces compatibility issues with Microsoft Data Access Components version 2.1, please see the following article in the Microsoft Knowledge Base: Q216709 ADSI 2.0, 2.5, and MDAC 2.1 Compatibility IssuesFor more information about Active Directory Services Interfaces (ADSI), please refer to the following Web site: http://www.microsoft.com/adsi/For more information on Microsoft Data Access Components (MDAC), please refer to the following Web site: http://www.microsoft.com/data/ Additional query words: kbADSI kbGrpMsg kbMsg kbADO kbADO100 kbADO200
Keywords : kbADO kbADO100 kbADO200 kbADSI kbMsg kbGrpMsg |
Last Reviewed: September 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |