MoveTree

C

Chris

I am attempting to move one OU from one domain to another
within the same forest. The check completes fine but when
executed it fails.

Here is the syntax and error. You ge a hit for the
associated error on Technet about using caps, but I'm not
using any.

Any ideas about what is going wrong?

Below is the output after the initial start command.


MOVETREE PRE-CHECK FINISHED.
MOVETREE IS READY TO START THE MOVE OPERATION.

ReturnCode: 0x208c The operation cannot be performed
because child objects exist
.. This operation can only be performed on a leaf object.
MoveTree cross domain move object
ou=sixth,ou=students,dc=rsdub to container dc=
rufsd,dc=local

ReturnCode: 0x0 The operation completed successfully.
MoveTree created Move Container cn=874a3c93-41b5-4008-9863-
c1f3f0abe8ce,CN=LostA
ndFound,DC=RSDUB

ReturnCode: 0x0 The operation completed successfully.
MoveTree Created proxy container cn=874a3c93-41b5-4008-
9863-c1f3f0abe8ce,cn=874a
3c93-41b5-4008-9863-c1f3f0abe8ce,CN=LostAndFound,DC=RSDUB
for object ou=sixth,cn
=874a3c93-41b5-4008-9863-
c1f3f0abe8ce,CN=LostAndFound,DC=RSDUB

ReturnCode: 0x0 The operation completed successfully.
MoveTree moved all the children of container
ou=sixth,cn=874a3c93-41b5-4008-9863
-c1f3f0abe8ce,CN=LostAndFound,DC=RSDUB to container
cn=874a3c93-41b5-4008-9863-c
1f3f0abe8ce,cn=874a3c93-41b5-4008-9863-
c1f3f0abe8ce,CN=LostAndFound,DC=RSDUB

ReturnCode: 0x0 The operation completed successfully.
MoveTree cross domain move object ou=sixth,cn=874a3c93-
41b5-4008-9863-c1f3f0abe8
ce,CN=LostAndFound,DC=RSDUB to container dc=rufsd,dc=local

ERROR: 0x20e4 The naming context could not be found.
MoveTree cross domain move failed. The extended error is
000020E4: SvcErr: DSID-
031B02E2, problem 5003 (WILL_NOT_PERFORM), data 0


ReturnCode: 0x20e4 The naming context could not be found.
MoveTree cross domain move object CN=Abner
Vasquez,CN=874a3c93-41b5-4008-9863-c1
f3f0abe8ce,CN=874a3c93-41b5-4008-9863-
c1f3f0abe8ce,CN=LostAndFound,DC=RSDUB to c
ontainer ou=uboumove,dc=rufsd,dc=local

ERROR: 0x20e4 The naming context could not be found.
MoveTree cross domain move failed to move object CN=Abner
Vasquez,CN=874a3c93-41
b5-4008-9863-c1f3f0abe8ce,CN=874a3c93-41b5-4008-9863-
c1f3f0abe8ce,CN=LostAndFoun
d,DC=RSDUB to container ou=uboumove,dc=rufsd,dc=local

MOVETREE FAILED. 0x20e4
READ movetree.err FOR DETAILS.

C:\>movetree /start /s ubdc.rsdub /d rsd-
pdc.rufsd.local /sdn ou=sixth,ou=studen
ts,dc=rsdub /ddn ou=uboumove,dc=rufsd,dc=local /u
rsdub\administrator /p * /verb
ose
 

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