Import layer model(s) into baseline model store

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Import all of the model files for a given layer into the baseline model store by using the AxUtil command-line utility.

For developer documentation about code upgrade in Microsoft Dynamics AX 2012, see the downloadable code upgrade white papers. See also Inside Microsoft Dynamics AX 2009, Chapter 18: “Code upgrade,” pp. 623–644.

Importing a layer model into the baseline model store

To import a layer model into the baseline model store

  1. On the source system, export all models for the current layer by using the axutil export command-line utility. For example, to export the USR model, type the following command:

    AxUtil export /model:"USR Model" /file:"UsrModel.axmodel"
    

    For more information about the AxUtil export utility, see the help for AxUtil. Type AxUtil /?.

  2. On the target system, import all models from the previous step into the baseline model store by using the AxUtil import command-line utility. For example, to import the model from the previous step into the MicrosoftDynamicsAXBaseline model store, type the following command:

    AxUtil import /file:"UsrModel.axmodel" /db:MicrosoftDynamicsAXBaseline
    

    For more information about the AxUtil import utility, see the help for AxUtil. Type AxUtil /?.

  3. After you have imported all models for the current layer, continue with the next steps in the Code upgrade checklist. Then return to this step when you are ready to import the models for the next highest layer.

    Important

    You must first import the models that Microsoft owns. You can then import the remaining models one at a time, starting with the lowest layer.

See also

Import layer model(s) into new model store

Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).