export Archives -

Tag Archives: export

How to export projects layerwise in Microsoft Dynamics AX 2012

 Introduction:  How to export projects layerwise (usr, cus, var, etc.) in Microsoft Dynamics AX 2012?  Details:  Here, we will see how we can export the projects from AX 2012. Now It’s very easy to do so.  We need to create a class or job in the respective environment and just need to do run.  static … Continue reading How to export projects layerwise in Microsoft Dynamics AX 2012

Import, Export and Uninstall the model from Microsoft Dynamics AX 2012

Introduction:  In this blog, we will see how we can import, export and uninstall the model from Microsoft Dynamics AX 2012  Details:  Prerequisite for import, export and uninstall the model from the environment, run the command prompt as in administrator mode. Form Importing the model script:  Install-AXModel -File “Path_Of_the_Model_File” -server ServerName -database DatabaseName_Model –Details Exmaple: … Continue reading Import, Export and Uninstall the model from Microsoft Dynamics AX 2012

Model import and export in D365 Finance and Operations using Powershell

When we want to move customization done on specific model from one environment to other development environment we need to export and import the model file. Steps for model import and export using PowerShell :- Open PowerShell in administrator mode. Change directory to the path of package bin folder. Export command:-.\ModelUtil.exe -export -metadatastorepath=C:\AOSService\PackagesLocalDirectory -modelname=”name of … Continue reading Model import and export in D365 Finance and Operations using Powershell

Secured By miniOrange