How can jobs or migration sessions associated with particular Directory Synchronization Agents be moved to other Directory Synchronization Agents?
UpdateJob2AgentAssociations script can be used to move directory synchronization jobs to a new DSA server without performing full re-sync. Also this script allows to re-assign finished migration sessions between DSA servers to preserve rollback functionality.
The UpdateJob2AgentAssociations script can be downloaded at the bottom of the page.
Once downloaded, please un-zip the utility.
To install the script, complete the following steps:
cscript UpdateJob2AgentAssociations.vbs ADAMServer[:ADAMPort] ProjectName OldAgentName NewAgentName
Where:
-Path.The full path to the UpdateJob2AgentAssociations.vbs file.
-ADAMServer. The name of the server running an ADAM instance with the migration project partition.
-ADAMPort. ADAM instance port number (the default value is 389).
-ProjectName. The name of the migration project to update. This name is displayed in the status bar of the Migration Manager Console.
-OldAgentName.The NetBIOS name of the computer running the previous Directory Synchronization Agent.
-NewAgentName.The NetBIOS name of the computer running the new Directory synchronization Agent.
Example:
cscript C:\UpdateJob2AgentAssociations.vbs ROM2003SRV6:50000 QMMADProject W2K3SRV1 W2K3SRV2
Note:You must specify the full path to the UpdateJob2AgentAssociations.vbs file.
Logging
You can check the script execution results by viewing the UpdateJob2AgentAssociations.log file located in the script installation folder.