V31MigGuide.doc is unclear in ADMT command line or vbscript, especially about
target OU or source OU syntax.
We can read the target OU location in command line syntax is /TO:"target_OU"
We can read the target OU location in option file for command line is
TargetOU="target_OU"
We can read the target OU location in a vbscript is
objMigration.TargetDomain = "target domain" and objMigration.TargetOu =
"target container" .(I think there's a confusion betwen OU and container in
vbscript syntax description.)
I tried this :
objMigration.TargetDomain = "targetdomain.local"
objMigration.TargetOu = "OU=user_OU,OU=site_OU"
or
objMigration.TargetOu = "OU=user_OU,OU=site_OU,DC=targetdomain,DC=loca l"
or other possibilities.
ADMT.Migration.1 is unable to bind the container. Unable to get
distinguished name for 'targetdomain.local/OU=user_OU,OU=site_OU' or any
composed LDAP path. The paramater is always incorrect.
Does anyone who ever tried to control ADMT knows what is the syntax or has
an example for these parameters ?
|