0% found this document useful (0 votes)
36 views1 page

Como Exportar Modelos Con Management Shell

The document provides examples of how to export models using the Microsoft Dynamics AX 2012 Management Shell. In the examples, the axutil export command is used along with parameters to specify the model name to export and the file to export it to. This creates an .axmodel file containing the exported model configuration.

Uploaded by

Pepe Griyo
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

Como Exportar Modelos Con Management Shell

The document provides examples of how to export models using the Microsoft Dynamics AX 2012 Management Shell. In the examples, the axutil export command is used along with parameters to specify the model name to export and the file to export it to. This creates an .axmodel file containing the exported model configuration.

Uploaded by

Pepe Griyo
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

COMO EXPORTAR MODELOS CON MANAGEMENT SHELL [AX2012]

Herramientas AdministrativasMicrosoft Dynamics AX 2012 Management Shell

Ejemplo 1: PS C:\geofrut> axutil export /model:"chile2012_var" /file:chile2012_var AXUtil 6.0 - Microsoft Dynamics AX Admin Utility (6.0.1108.670) (c) Copyright, Microsoft Corporation, 2011. All rights reserved. (ENTER)

The AXUtil command was started in the mode: export. Working against model store DYNAMICS/AX_Entrenamiento. Model file C:\geofrut\chile2012_var.axmodel successfully exported from model 'CH ILE2012_VAR (Chile2012_var)'.

Ejemplo 2: PS C:\geofrut> axutil export /model:"vlatam2012_var" /file:vlatam2012_var (ENTER)

AXUtil 6.0 - Microsoft Dynamics AX Admin Utility (6.0.1108.670) (c) Copyright, Microsoft Corporation, 2011. All rights reserved. The AXUtil command was started in the mode: export. Working against model store DYNAMICS/AX_Entrenamiento. Model file C:\geofrut\vlatam2012_var.axmodel successfully exported from model 'V LATAM2012_VAR (Desarrollo VLATAMAX2012_VAR)'. PS C:\geofrut>

You might also like