web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DAX Beginners / How to: Remove/Uninstall a ...

How to: Remove/Uninstall a Model

Christian Silva Profile Picture Christian Silva 707

Continuing from my last post where I taught how to Export and Install models. Of course I had to explain how to uninstall, this is specially useful to delete label files which I will explain it in my next post.

1. First of all, disable AOS (Microsoft Dynamics AX Windows Service).

2. On the Start menu, point to All Programs, point to Administrative Tools, and then click Microsoft Dynamics AX Management Shell.

3. At the Windows PowerShell command prompt, type the following command, and then press ENTER.

Uninstall-AXModel -Model <Modelname>

Example

Uninstall -AXModel -Model "USR Model"

ScreenClip

This command uninstalls the specified model. By default, a confirmation request is displayed.

4. Restart the AOS.

5. Start the DAX client.

6. In the process of starting up, DAX will detect that something has happened with the modelstore, and prompt you with some recommendations, choose Compile and Synchronize.

be765dc1-674f-4ddc-8471-a209f9f71287



This was originally posted here.

Comments

*This post is locked for comments