Install AX model through command prompt for AX 2012

Let me show you how to Install AX model through command prompt for AX 2012.
  1. Go to Administrative Tools, click Services, and stop the Microsoft Dynamics AX Object Server 6.0 service.
    1. Use Windows PowerShell or AXUtil to import the SecurityDevelopmentTool.axmodel model into the Microsoft Dynamics AX AOT.
Install AX model through command prompt for AX 2012

    1. On the Start menu, point to All Programs, point to Administrative Tools, and then click Microsoft Dynamics AX Management Shell.
    2. At the Windows PowerShell command prompt, PS C:>, type the following command, and then press ENTER.
Install-AXModel -File "c:\Program Files (x86)\Microsoft\Security Development Tool\SecurityDevelopmentTool.axmodel"
  1. Start the Microsoft Dynamics AX Object Server 6.0 service.
  2. Start the Microsoft Dynamics AX client. The Model store has been modified dialog box opens.
  3. Click Compile and Synchronize in the dialog box.
  4. When synchronization is completed, press Ctrl+Shift+W to open a Development Workspace.
  5. Run the SysSecEntryPointManagerSetup class to add the following menu items to the standard Microsoft Dynamics AX menus.

Then finally your Model has been successfully installed.

No comments:

Post a Comment