Wednesday, July 19, 2017

Export and Import a Model Store in AX 2012



Below are the steps to import and export a model store in ax 2012.

Step 1 :

Make sure the client configuration, in which environment you are going import / export model store.

Example : I'm exporting my development model store . So that should be active in Ax Client configuration.

Step 2 :

stop AOS

Step 3 :

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





 At the Windows PowerShell command prompt, PS C:\>, type the following command, and then press ENTER. 

For Export 
-----------------------

Export-AXModelStore -File <Filename> -Details
This command exports the model store to an .axmodelstore file. 

Example :
Export-AXModelStore -File "C:\Rahul\R2ModelStore.axmodelstore" -Details



For Import 
-----------------

Import-AXModelStore -File <Filename>

Example :

Import-AXModelStore -File "C:\DIXF\Rahul\2712\R2ModelStore.axmodelstore"






 
 
 


Press "Y" and Enter...

No comments:

Post a Comment