Article
Problem
A Forum reader recently asked:
"I'd like to migrate 150 accounts in to the IDVault using the 'migrate in to IDVault' option in iManager but this will only let me do one at a time. Is there a way I can make the IDM engine do this for multiple accounts?"
And here is the response from Father Ramon ...
Solution
1. Migrate one user with Trace Level 3 enabled.
2. From the trace, take the document that initialized the migration. It should have a form something like this:
<nds...>
.
.
.
<input>
<query ....>
</query>
</input
</nds>
3. Copy that to a file.
4. Edit the file to duplicate the query portion once for each additional object you want to migrate, changing the specifics to match each object.
5. Use "dxcmd -migrateapp <driver dn> <filename>" to submit the document to the driver.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
Mass
Submitted by stharp on 6 June 2012 - 7:59am.
I have been able to so this with one account but if I place two of these commands in the same file I get errors. So I know that I have the command and format correct because it works perfect with one account anyone have ideas ?
DirXML Log Event -------------------
Status: Error
Message: Code(-9138) One or more errors occurred parsing the command document in the wire data for the Dir
XML sub-verb DSVR_MIGRATE_APP: '': (19): element after document element
ENG ET:
DirXML Log Event -------------------
Status: Error
Message: Code(-9140) Error processing DirXML sub-verb DSVR_MIGRATE_APP: com.novell.nds.dhutil.DSErr: inval
id request (-641)
at com.novell.nds.dirxml.engine.verb.QueueDocVerb.processSubVerb(QueueDocVerb.java:164)
at com.novell.nds.dirxml.engine.verb.DirXMLVerbs$SetVerbHandler.processVerb(DirXMLVerbs.java:485)
at com.novell.nds.dhutil.VerbProcessor$HandlerThread.run(VerbProcessor.java:507)
at java.lang.Thread.run(Unknown Source)
- Be the first to comment! To leave a comment you need to Login or Register


1