Guy's Top 10 Free Tools
1) FreePing
|
Code Error 80005002 -
|
|||||
Troubleshooting Code 80005002 - An unknown ADSI user object was requestedThe biggest clue is in the first five numbers: 80005 means that this is an ADSI error. This error is also referred to as E_ADS_INVALID_USER_OBJECT The Cause of Code Error 80005002Your VBScript contains an incorrect LDAP reference to a user. This is most likely a typing mistake, maybe an extra letter. Check each domain objects in the script. The SolutionsCheck the spelling of your LDAP objects. Another solution would be to to introduce error correcting code using E_ADS_INVALID_USER_OBJECT for example: Const E_ADS_INVALID_USER_OBJECT = &h80005002 Example of Code Error 80005002At present, I do not have an example script, so if you are getting an error please send in your script and I will try and help you solve the problem. Variation of this error: 80005001 and 80005003
|
||||
|
|
|
|
Home Copyright © 1999-2009 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |