You plan the migration from Dynamics AX 2009 to a Dynamics 365 Finance environment.
You will be moving data.
You need to create a data package from a group of entities in Dynamics AX 2009
What should you use?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/migration-upgrade/ax2009-upgrade-export-packageTo migrate data from Dynamics AX 2009 to Dynamics 365 Finance, you need to create a data package. This package should contain all the relevant data that needs to be moved. To create a data package, you have four options to choose from:
A. Upgrade analyzer: This tool is used to analyze the code and identify any potential issues that may arise during the upgrade process. It is not used to create data packages.
B. Code upgrade estimation tools: These tools are used to estimate the amount of work that is required to upgrade the code from Dynamics AX 2009 to Dynamics 365 Finance. They are not used to create data packages.
C. Dynamics AX 2009 Data migration tool (DMT): This tool is used to extract and move data from Dynamics AX 2009 to Dynamics 365 Finance. It is a standalone application that runs on the Dynamics AX 2009 server. DMT allows you to select the entities you want to migrate and create a package of those entities. DMT is best suited for small to medium-sized data migrations.
D. Data Import/Export Framework (DIXF): This tool is used to import and export data between different environments. It is designed to handle large volumes of data and is the recommended tool for data migration. DIXF can be used to create a data package by selecting the entities you want to migrate and exporting them to a file. The file can then be imported into Dynamics 365 Finance using the Data management workspace.
In summary, the correct answer is D. Data Import/Export Framework (DIXF) as it is the recommended tool for data migration and can be used to create a data package by selecting the entities you want to migrate and exporting them to a file.