Error Transfering FSMO roles

G

Guest

while tranfering fsmo roles using ntdsutil.exe i am getting following error.

transfer schema master
ldap_modify_sW error 0x34(52 (Unavailable).
Ldap extended error message is 000020AF: SvcErr: DSID-032101BD, problem 5002
(UN
AVAILABLE), data 8524
 
T

Tim Springston [MSFT]

The 8524 error is " ERROR_DS_DNS_LOOKUP_FAILURE". That suggests that the
server which is known to previously hold the role is either down or cannot
be resolved via DNS. If that server is in fact online then you should fix
the connectivity problem. If it is offline and you never anticipate
bringing it back online then you can seize the role using NTDSUTIL.EXE
instead.
 
N

nitin

while tranfering fsmo roles using ntdsutil.exe i am getting
following error.

transfer schema master
ldap_modify_sW error 0x34(52 (Unavailable).
Ldap extended error message is 000020AF: SvcErr:
DSID-032101BD, problem 5002
(UN
AVAILABLE), data 8524

Hi

i would suggest you to register the schmmgmt.dll
and for that run "regsvr32 schmmgmt.dll" on the command prompt
it will register the DLL file

reboot the server
and then try to transfer the FSMO role to the server
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top