Bansal Blogs - Dynamics 365, PowerApps, Microsoft Flows, Power BI
Configuration migration utility is part of Dynamics 365 SDK and located in SDKToolsConfigurationMigration folder. Tool is used to import configuration/master data across CRM organizations. By default tool runs with 5 threads to import data and data import is comparatively slow.
You can increase number of threads to import data faster. Open DataMigrationUtility.exe.config file located in same folder SDKToolsConfigurationMigration. Search for “numberofinputthreads” and change value from 5 to 20 or more based on requirement. Once updated tool will initialize 20 threads and data will be imported comparatively faster.
Hi Nishant,
Somehow DataMigrationUtility not allow me to login, It showing error as follows:
“You dont have permission”. I am using credentials of system administrator on sandbox instance.
Thanks
LikeLiked by 1 person
Try with the correct version of the tool. For the latest Dynamics 365 https://www.nuget.org/packages/Microsoft.CrmSdk.CoreTools/
LikeLiked by 1 person