AX2012 axutil.exe commands to Import, Export, Delete Models:
creating the Model in the Layer:
AxUtil.exe create /model:"TestModel" /Layer:CUS
exporting the model to file:
AxUtil.exe export /model:”TestModel” /file:C:\AX\TestModel.axmodel
importing the model from file:
AxUtil.exe import /file:C:\AX\TestModel.axmodel
delete the model:
AxUtil.exe delete /model:”TestModel”
delete the layer:
AxUtil.exe delete /layer:ISV
if you have multiple instances running:
delete the layer from the database and AXserver.
Axutil delete /layer:ISV /db:<database> /s:<server>
AxUtil.exe create /model:"TestModel" /Layer:CUS
exporting the model to file:
AxUtil.exe export /model:”TestModel” /file:C:\AX\TestModel.axmodel
importing the model from file:
AxUtil.exe import /file:C:\AX\TestModel.axmodel
delete the model:
AxUtil.exe delete /model:”TestModel”
delete the layer:
AxUtil.exe delete /layer:ISV
if you have multiple instances running:
delete the layer from the database and AXserver.
Axutil delete /layer:ISV /db:<database> /s:<server>