Показать сообщение отдельно
Старый 17.12.2016, 00:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
stoneridgesoftware: Working with Models in Dynamics 365 for Operations (AX7)
Источник: https://stoneridgesoftware.com/worki...perations-ax7/
==============

*Please note: New Dynamics AX (AX7) has been renamed Dynamics 365 for Operations.

In Dynamics 365 for Operations (AX7) there is a new tool to use to export, import, replace or delete models called modelutil.exe. It is the replacement for Dynamics AX 2012’s axutil.exe. Modelutil.exe is located in the bin directory of your packages folder. For example, on the VM provided by Microsoft the location of the bin directory is “c:\AOSService\PackagesLocalDirectory\bin”. If you open modelutil via a command prompt you can see the different commands it contains by running this command “modelutil.exe /?”.

Here are a couple examples of how to use it:

To delete a model in modelutil use the following command:

Modelutil.exe -delete -metdatastorepath="path to metadatastore" -modelname="model name" For example to delete a model named SSI: Modelutil.exe -delete -metadatastorepath="c:\AOSService\PackagesLocalDirectory" -modelname="SSI" To export a model use this command:

Modelutil.exe -export -metadatastorepath="path to metadatastore" -modelname="model name" -outputpath="path to the folder where the model should be saved" For example to export a model named SSI: Modelutil.exe -export -metadatastorepath="c:\AOSService\PackagesLocalDirectory" -modelname="SSI" -outputpath="c:\TestDirectory" The file saved into the TestDirectory will be named SSI.axmodel



Источник: https://stoneridgesoftware.com/worki...perations-ax7/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.