Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > AD error '8000500c'

Reply
Thread Tools

AD error '8000500c'

 
 
Lynn
Guest
Posts: n/a
 
      08-01-2003
I receive the following error when trying to GET field
values from an AD User object:

Active Directory error '8000500c'
The Active Directory datatype cannot be converted to/from
a native DS datatype

The error occurs on the second line of the following code:

Set oEntry = GetObject(oPath)
uName = oEntry.Get("displayName")
uCenter = oEntry.Get("physicalDeliveryOfficeName")
uDept = oEntry.Get("department")
Set oEntry=nothing

If I comment out the second line (displayName), the same
error occurs on the fourth line (department). If I
comment out that line too, uCenter
(physicalDeliveryOfficeName) is populated successfully &
no error occurs.

Knowledgebase article 241981 offers a workaround for this
problem, but it does not work. I've restarted & even
rebooted my IIS server to try to resolve the issue, but
nothing works.

Any ideas?
 
Reply With Quote
 
 
 
 
Stuart sgamble
Guest
Posts: n/a
 
      08-21-2003

Did you get a solution for this problem?


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xffc Thread 0x228 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-30-2006 03:16 PM
Error connecting to SQLExpress 2005 locally (error: 26 - Error Locating Server/Instance Specified) hfk0 ASP .Net 2 03-27-2006 08:43 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 1 03-24-2006 04:20 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-24-2006 02:22 PM
Error 500: ERROR: Cannot forward. Writer or Stream already obtained. Error JavaQueries Java 1 03-01-2005 06:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57