Displaying 1 result from an estimated 1 matches for "schemaupgradeinprogress".
2014 May 30
2
Schema attributes changes after AD extension
...trying to modify those wrong attributes entries, like 
isSingleValued and oMSyntax.
I'm following these guide - 
https://blogs.oracle.com/hariblog/entry/modify_attribute_properties_in_active 
- to make the changes. I go to LDP.exe, connect and bind to LDAP and try 
to make the changes on "schemaUpgradeInProgress" attribute and it 
outputs this:
***Call Modify...
ldap_modify_s(ld, '(null)',[1] attrs);
Modified "".
I don't know if the change was really made. If I go to ADSI Editor, I 
change the attributes and then it shows a message saying that I server 
is not available, but it...