Skip to main content

Dynamics Ax 4.0 to Dynamics Ax 2012 upgrade – Part 2, Security Upgrade Advisor Tool


In part 1 I talked about few general issues regarding the upgrade process to Dynamics Ax 2012 from earlier versions.

In this part I will talk little bit about the Security Upgrade Advisor Tool from Microsoft to map/transfer security information from a legacy (Ax 4.0) system over to the Dynamics Ax 2012 target system. 

On Dynamics Ax Information Source there is available video where the SUA tool is demonstrated, but the the first step in the process is not shown in the video. This is how to export the legacy security information as an XML file.

Here is how to do that:

After you have downloaded the SecurityUpgradeAdvisorTool.msi from Dynamics Ax Information Source (you need to have access as partner or customer) and extracted the msi file you need to run the X++ job ExportSecuritySettingsBuild in the legacy system. This generates the XML file that is used in the 2012 system to import the legacy security information.

For the rest of the process simply follow this video


Comments

Popular posts from this blog

Dynamics 365 for operations – Table extensions

Background Extensions are a new way to add functionality and custom code to the D365 system without changing the standard code. In fact, Microsoft has announced that edit standard elements like those that we have done in the past will not be possible after 2017. By using extensions, we can achieve the same result by simply extending the standard system => EXTENSIONS. To read more about the difference between overlaying and extensions follow this link https://ax.help.dynamics.com/en/wiki/customization-overlayering-and-extensions/#extensions Extending tables By using table extensions, we can create a new table that adds new fields, field groups, indexes, mappings, relations, methods, subscribe to event handlers and more. When extending tables we need to follow the naming rule as such: <TABLENAME><_Extension> the compiler understands the _Extensions suffix and knows that the table in question is extending a table from the standard system. This gives us access ...

New Dynamics 365 for operations learning material

Latest Dynamics 365 for operations training material New learning material is now available on the Dynamics Learning portal 80773BE: Managing Users and Security in Microsoft Dynamics 365 for Operations 80924BE: Extending Elements, Code, and Event Handlers in Microsoft Dynamics 365 for Operations 80927BE: Form Methods and Controls in Microsoft Dynamics 365 for Operations 81002AE: Overview of the Sales and Marketing Module in Microsoft Dynamics 365 for Operations 81003AE: Set Up the Sales and Marketing Module in Microsoft Dynamics 365 for Operations 81004AE: Manage Sales with Sales and Marketing in Microsoft Dynamics 365 for Operations 81005AE: Manage Prospects in Sales and Marketing in Microsoft Dynamics 365 for Operations 81006AE: Manage Contact Information and Activities in Microsoft Dynamics 365 for Operations 81007AE: Create and Maintain Telemarketing and Campaigns in Microsoft Dynamics 365 for Operations 81008AE: Track Leads and Opportunities in Microsoft Dynamics 365 for Ope...