martes, 23 de abril de 2013

Error Install AXModel


Install-AXModel : The pipeline has been stopped.
At line:1 char:16
+ Install-AXModel <<<<  -File C:\TriModel.axmodel -Conflict Push
    + CategoryInfo          : OperationStopped: (:) [Install-AXModel], Pipelin
   eStoppedException
    + FullyQualifiedErrorId : The model file references an element that belong
   s to another model that
does not exists in the model store. You can use the /createparents
    command switch to create a model where these elements will be placed.,Micr
   osoft.Dynamics.AX.Framework.Tools.ModelManagement.PowerShell.InstallAXMode
  lCommand





Resolution:  This problem comes because of conflict in model import, refer to TechNet topic How to: Export and Import a Model [AX 2012] or use the -Conflict Push option at the end of the command to import model file.

Below is full command in case of above error to import model file: 

PS C:\Windows\system32> Install-AXModel -File C:\TriModel.axmodel -createparents
 -Conflict Push



No hay comentarios: