Hi
I have writen ASP code that successfully updates various fields like co, division, l, st and a few others on LDAP, but for some reason I get an error
-2147016657 (no description) when I try to update the Initials using the following code (exact same code as with other 'fields')
On the SetInfo command I get the error. Can anyone help please - Do u know if 'Initials' has limited access.
I have writen ASP code that successfully updates various fields like co, division, l, st and a few others on LDAP, but for some reason I get an error
-2147016657 (no description) when I try to update the Initials using the following code (exact same code as with other 'fields')
Code:
objCN.Put "Initials", InitialVar
objCN.SetInfo