<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>configuration-data-mover on Alexander Development</title><link>https://alexanderdevelopment.net/tag/configuration-data-mover/</link><description>Recent content in configuration-data-mover on Alexander Development</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 16 Jan 2018 23:12:00 +0000</lastBuildDate><atom:link href="https://alexanderdevelopment.net/tag/configuration-data-mover/index.xml" rel="self" type="application/rss+xml"/><item><title>Dynamics 365 Configuration Data Mover v2.4</title><link>https://alexanderdevelopment.net/post/2018/01/16/dynamics-365-configuration-data-mover-v2-4/</link><pubDate>Tue, 16 Jan 2018 23:12:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2018/01/16/dynamics-365-configuration-data-mover-v2-4/</guid><description>I&amp;rsquo;ve released an updated version of my popular Dynamics 365 Configuration Data Mover utility that was built with .Net 4.7 to address the new requirement to use TLS 1.2 (or better) for connections to Dynamics 365 online instances as described in this entry on the Microsoft Dynamics 365 team blog: https://blogs.</description></item><item><title>Using proxy connections with the Dynamics 365 Configuration Data Mover</title><link>https://alexanderdevelopment.net/post/2018/01/08/using-proxy-connections-with-the-dynamics-365-configuration-data-mover/</link><pubDate>Mon, 08 Jan 2018 15:16:49 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2018/01/08/using-proxy-connections-with-the-dynamics-365-configuration-data-mover/</guid><description>I was recently asked to add a feature to my Dynamics 365 Configuration Data Mover to enable connections through a proxy server. Because the tool is a .Net application, proxy server connections can be configured directly in the AlexanderDevelopmentConfigDataMover.exe.config file. For example, if you want to use the default Internet Explorer proxy settings, just add the following values inside the element:</description></item><item><title>Creating many-to-many associations with the Dynamics 365 Configuration Data Mover</title><link>https://alexanderdevelopment.net/post/2017/11/28/creating-many-to-many-associations-with-the-dynamics-365-configuration-data-mover/</link><pubDate>Tue, 28 Nov 2017 20:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/11/28/creating-many-to-many-associations-with-the-dynamics-365-configuration-data-mover/</guid><description>I&amp;rsquo;ve released an updated version of my popular Dynamics 365 Configuration Data Mover utility that includes the ability to create many-to-many associations in the target system. This upgrade is fully compatible with existing job files.
To create a many-to-many job step in the GUI, select the new &amp;ldquo;many to many&amp;rdquo; step type and input a FetchXML query for the relationship entity (relationship entity name on the many-to-many relationship form) that includes the GUID fields for each entity.</description></item><item><title>Running Dynamics 365 Configuration Data Mover jobs in VSTS builds</title><link>https://alexanderdevelopment.net/post/2017/09/12/running-dynamics-365-configuration-data-mover-jobs-in-vsts-builds/</link><pubDate>Tue, 12 Sep 2017 12:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/09/12/running-dynamics-365-configuration-data-mover-jobs-in-vsts-builds/</guid><description>In today&amp;rsquo;s post I will show how to use my Dynamics 365 Configuration Data Mover utility for synchronizing configuration data between CRM orgs as part of a Visual Studio Team Services build.
Download the latest version of the Configuration Data Mover utility&amp;rsquo;s CLI tool from my repository on GitHub here: https://github.</description></item><item><title>Dynamics 365 Configuration Data Mover v2.2</title><link>https://alexanderdevelopment.net/post/2017/09/11/dynamics-365-configuration-data-mover-v2-2/</link><pubDate>Mon, 11 Sep 2017 17:17:17 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/09/11/dynamics-365-configuration-data-mover-v2-2/</guid><description>I&amp;rsquo;ve released an updated version of my popular Dynamics 365 Configuration Data Mover utility that includes the following features:
Path to source and target JSON data files can now be absolute or relative to current working directory. This is particularly useful for running the CLI tool in an automated fashion. Location of job configuration file can be passed to CLI tool as absolution or relative path.</description></item><item><title>Running Dynamics 365 Configuration Data Mover jobs in Azure Functions</title><link>https://alexanderdevelopment.net/post/2017/08/09/running-dynamics-365-configuration-data-mover-jobs-in-azure-functions/</link><pubDate>Wed, 09 Aug 2017 19:13:58 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/08/09/running-dynamics-365-configuration-data-mover-jobs-in-azure-functions/</guid><description>My Dynamics 365 Configuration Data Mover utility allows you to run synchronization jobs from an interactive GUI tool or the command line, but the actual data synchronization logic is contained in a separate AlexanderDevelopment.ConfigDataMover.Lib.dll file that can be included in other applications. In today&amp;rsquo;s post I will show how you can set up an Azure Function to execute a Configuration Data Mover job file to sync data between two Dynamics 365 organizations.</description></item><item><title>Updated Dynamics 365 Configuration Data Mover to support new online regions</title><link>https://alexanderdevelopment.net/post/2017/07/12/updated-dynamics-365-configuration-data-mover-to-support-new-online-regions/</link><pubDate>Wed, 12 Jul 2017 15:17:30 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/07/12/updated-dynamics-365-configuration-data-mover-to-support-new-online-regions/</guid><description>About two weeks ago a commenter mentioned that my Configuration Data Mover wasn&amp;rsquo;t working with UK Dynamics 365 online organizations that had been created since the change to the orgname.crm11.dynamics.com URL structure. I&amp;rsquo;ve released a new version with an updated SDK reference that has resolved the issue.
If you are using an older version of the data mover and you are working with online orgs in a new region, you may want to go ahead and upgrade to the latest version here.</description></item><item><title>Dynamics 365 Configuration Data Mover v2.1</title><link>https://alexanderdevelopment.net/post/2017/03/17/dynamics-365-configuration-data-mover-v2-1/</link><pubDate>Fri, 17 Mar 2017 21:33:47 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/03/17/dynamics-365-configuration-data-mover-v2-1/</guid><description>I&amp;rsquo;ve released an updated version of my popular CRM Configuration Data Mover utility that includes the following features:
Steps can now be set as create-only, update-only or create+update. You can browse to data files using a standard file open dialog window. This upgrade is fully compatible with existing job files.</description></item><item><title>Dynamics 365 Configuration Data Mover v2.0.1.2</title><link>https://alexanderdevelopment.net/post/2017/02/27/dynamics-crm-configuration-data-mover-v2-0-1-2/</link><pubDate>Mon, 27 Feb 2017 22:35:20 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/02/27/dynamics-crm-configuration-data-mover-v2-0-1-2/</guid><description>I&amp;rsquo;ve released an updated version of my popular CRM Configuration Data Mover utility that fixes a small annoyance in the previous version where you could open multiple instances of the set connection, about and check for upgrade windows. This upgrade is fully compatible with existing job files.
####Getting the Dynamics 365 Configuration Data Mover</description></item><item><title>Dynamics 365 Configuration Data Mover v2.0</title><link>https://alexanderdevelopment.net/post/2017/02/05/dynamics-365-configuration-data-mover-v2-0/</link><pubDate>Sun, 05 Feb 2017 04:31:37 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2017/02/05/dynamics-365-configuration-data-mover-v2-0/</guid><description>I&amp;rsquo;ve released an updated version of my popular CRM Configuration Data Mover utility. This version now supports Dynamics 365 and has an updated GUI built with Windows Presentation Foundation that replaces the previous Windows Forms GUI.
Jobs that were created with earlier versions of the tool will work with this version, but you will have to update your CRM connection parameters to specify the authorization type - Active Directory, IFD or Office 365.</description></item><item><title>Dynamics CRM Configuration Data Mover v1.11</title><link>https://alexanderdevelopment.net/post/2016/06/29/dynamics-crm-configuration-data-mover-v1-11/</link><pubDate>Wed, 29 Jun 2016 22:08:03 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/06/29/dynamics-crm-configuration-data-mover-v1-11/</guid><description>I&amp;rsquo;ve released an updated version of my Dynamics CRM Configuration Data Mover tool that includes the following enhancements:
Validation for FetchXML queries against the Dynamics CRM 2016 FetchXML XSD when jobs are saved through the GUI client and at the start of a job before any data is processed Better error reporting in the GUI client GUID mapping for the root business unit&amp;rsquo;s default team when the option to map the root business unit is selected ####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here.</description></item><item><title>Dynamics CRM Configuration Data Mover v1.10</title><link>https://alexanderdevelopment.net/post/2016/05/06/dynamics-crm-configuration-data-mover-v1-10/</link><pubDate>Fri, 06 May 2016 22:31:12 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/05/06/dynamics-crm-configuration-data-mover-v1-10/</guid><description>I&amp;rsquo;ve released an updated version of my Dynamics CRM Configuration Data Mover tool that adds the ability to synchronize entityimage attributes stored in flat-file extracts. Previous versions of the tool already allowed for entityimage synchronization when running a job directly between source and target CRM systems.
####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here.</description></item><item><title>Dynamics CRM Configuration Data Mover v1.9</title><link>https://alexanderdevelopment.net/post/2016/04/25/dynamics-crm-configuration-data-mover-v1-9/</link><pubDate>Mon, 25 Apr 2016 02:41:15 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/04/25/dynamics-crm-configuration-data-mover-v1-9/</guid><description>I&amp;rsquo;ve released an updated version of my Dynamics CRM Configuration Data Mover tool that includes the following enhancements:
Setting statecode and statuscode values on create or update is now supported. The tool will not set statuscode unless statecode is also specified. Record ownership can now be changed on updates. ####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here.</description></item><item><title>Moving Dynamics CRM service and holiday calendars with the Configuration Data Mover</title><link>https://alexanderdevelopment.net/post/2016/03/04/moving-dynamics-crm-calendar-records-with-the-configuration-data-mover/</link><pubDate>Fri, 04 Mar 2016 14:54:24 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/03/04/moving-dynamics-crm-calendar-records-with-the-configuration-data-mover/</guid><description>Last month a colleague of mine asked if it would be possible to synchronize Dynamics CRM service calendars and holiday calendars using my Configuration Data Mover tool. At first it looked like it would be complicated, but after trying a few different approaches, it turned out to be incredibly simple. Before getting to the solution, let&amp;rsquo;s look at how Dynamics CRM stores calendar data.</description></item><item><title>Dynamics CRM Configuration Data Mover v1.7</title><link>https://alexanderdevelopment.net/post/2016/02/12/dynamics-crm-configuration-data-mover-v1-7/</link><pubDate>Fri, 12 Feb 2016 03:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/02/12/dynamics-crm-configuration-data-mover-v1-7/</guid><description>I&amp;rsquo;ve released an updated version of my Dynamics CRM Configuration Data Mover tool that includes the following GUI enhancements:
Password masking in connection form (saved passwords are still stored as plain text) Improved record error logging to show reason for import failure Improved connection error handling for import jobs Thanks to GitHub user btull89 for suggesting the first two items and submitting some code for them.</description></item><item><title>Dynamics CRM Configuration Data Mover v1.6</title><link>https://alexanderdevelopment.net/post/2016/02/09/dynamics-crm-configuration-data-mover-v1-6/</link><pubDate>Tue, 09 Feb 2016 21:01:25 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/02/09/dynamics-crm-configuration-data-mover-v1-6/</guid><description>I&amp;rsquo;ve released an updated version of my Dynamics CRM Configuration Data Mover tool that includes the following GUI enhancements:
A reorganized toolbar A separate form to enter and validate connection details Validation that the XML in a job step can be parsed as XML (does not actually validate the FetchXML query) Check for latest version functionality ####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here.</description></item><item><title>Moving Dynamics CRM access team templates with the Configuration Data Mover</title><link>https://alexanderdevelopment.net/post/2016/02/01/moving-access-team-templates-with-the-configuration-data-mover/</link><pubDate>Mon, 01 Feb 2016 16:16:48 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/02/01/moving-access-team-templates-with-the-configuration-data-mover/</guid><description>Dynamics CRM access team templates are stored as regular CRM records, just like teams or queues. Although Dynamics CRM does not allow users to query team template records with an advanced find, it is possible to query them with FetchXML, which means they can be synchronized between organizations using my Configuration Data Mover utility.</description></item><item><title>Dynamics CRM Configuration Data Mover v1.5</title><link>https://alexanderdevelopment.net/post/2016/01/29/dynamics-crm-configuration-data-mover-v1-5/</link><pubDate>Fri, 29 Jan 2016 14:00:00 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2016/01/29/dynamics-crm-configuration-data-mover-v1-5/</guid><description>Back in November I released my Alexander Development Dynamics Configuration Data Mover tool, and I received a tremendous amount of positive feedback. Since then I&amp;rsquo;ve been asked several times why someone would want to use my tool instead of the Configuration Migration tool that is included in the CRM SDK, and so I&amp;rsquo;ve decided to summarize the four main advantages my tool has over the SDK tool.</description></item><item><title>Introducing the Alexander Development Dynamics CRM Configuration Data Mover</title><link>https://alexanderdevelopment.net/post/2015/11/11/introducing-the-dynamics-crm-configuration-data-mover/</link><pubDate>Wed, 11 Nov 2015 21:28:22 +0000</pubDate><guid>https://alexanderdevelopment.net/post/2015/11/11/introducing-the-dynamics-crm-configuration-data-mover/</guid><description>A frequent challenge when working with Dynamics CRM is making sure that configuration data like teams and queues have the same record GUIDs in all of a project&amp;rsquo;s different environments for development, testing and production.
Without identical GUIDs, any processes, scripts or other customizations that reference a record&amp;rsquo;s id will have to be changed between environments, and this is risky because it means you&amp;rsquo;re running a solution in production that&amp;rsquo;s different than what was actually tested in a lower environment.</description></item></channel></rss>