|
Trying to migrate from Novell to AD.
Profwiz runs fine locally but can't get it to run from mapped drive.
Creating migration process... Fails.
The handle is invalid.
A sample of our profwiz edited
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ForensiTUserProfileWizard xmlns=" http://www.ForensiT.com/schemas - http://www.ForensiT.com/schemas "> <Parameters> <!-- ForensiT User Profile Wizard 3.5 run options --> <!-- Note: options set here are overridden by parameters passed on the command line --> <Domain>ourdomain.com</Domain> <AdsPath>OU=Deployment,OU=ITSS,OU=ournet,DC=ad,DC=net,DC=us,DC=edu</AdsPath> <ForceJoin>False</ForceJoin> <NoJoin>False</NoJoin> <NoDefault>False</NoDefault> <Delete>False</Delete> <Disable>True</Disable>
<!-- Corporate Edition Settings --> <DomainAdmin>ournet\adjoin</DomainAdmin> <DomainPwd>hashedpassord</DomainPwd> <LocalAdmin>ournet\adjoin</LocalAdmin> <LocalPwd>hashedpassword</LocalPwd> <Key>12345</Key> <Silent>True</Silent> <NoMigrate>False</NoMigrate> <NoReboot>False</NoReboot> <RemoveAdmins>False</RemoveAdmins> <MachineLookupFile></MachineLookupFile> <Log>F:\APPS\HelpdeskTools\Migrate\Migrate.log</Log> <RunAs></RunAs> <Hash></Hash>
<!-- Settings for migrating all profiles --> <All>True</All> <OldDomain></OldDomain> <UserLookupFile></UserLookupFile> <Exclude>ASPNET,Administrator</Exclude>
<!-- Advanced Settings --> <Persist>False</Persist> <NoGUI>True</NoGUI> <SkipOnExistingProfile>False</SkipOnExistingProfile> <SkipOnDisabledAccount>False</SkipOnDisabledAccount> <ShareProfile>False</ShareProfile> <RenameProfileFolder>False</RenameProfileFolder> <ProtocolPriority>LDAP</ProtocolPriority> <DC>ourdc.ournetwork.com</DC> <CopyProfile>False</CopyProfile> <DeepScan>1</DeepScan>
<!-- VPN Settings --> <VPN>False</VPN> <DefaultUserPwd></DefaultUserPwd> </Parameters>
<!-- Script Settings - do not edit --> <ScriptLocation>C:\ProgramData\ForensiT\User Profile Wizard 3.5\Deployment Files\Migrate.vbs</ScriptLocation>
<!-- Licensing Information --> <licensing>Our license</licensing> </ForensiTUserProfileWizard>
Such at this handle error.
|