AX Client - Import XPO Imports an XPO into an AX 2009/2012 environment

AX Client - Import XPO
AX Client - Import XPO
Topic Work with AX client (AX 2009/2012)
Description Imports an XPO into an AX 2009/2012 environment
Category Build
Special features
  • Run options:
    • Classic (uses -AOTIMPORT=)
    • Direct (uses Autorun file)
    • Batch (add to existing Autorun file and execute later)
  • Set layer name (optional)
  • Set layer code (optional)
  • Set model name (optional)
  • Set delete subelements (optional)
  • Set import with ids (optional)
  • Set suppress compile errors (optional)
  • Set suppress import elements (optional)
  • Set max wait time (optional)
Microsoft documentation https://technet.microsoft.com/en-us/library/aa854197.aspx
Parameter: XPO file path (.xpo)
Description The file path of the xpo file.
Type File path
Required True
Default value
Example value $/Microsoft Dynamics AX (Test)/MyCombinedFile.xpo
Parameter: Run mode
Description How should the step be executed? Possible values are "Direct", "Classic" or "Batch". The option "Direct" will create and use an autorun file to execute the build step. The option "Classic" will use "StartupCmd" and the option "Batch" adds the build step to an existing autorun file. To execute the existing autorun file use the Build step "AX Client - Execute autorun xml file". To create an empty autorun file use the Build step "AX Client - Create empty autorun xml file".
Type File path
Required True
Default value Direct
Parameter: Client config file path (.axc)
Description The file path of the client configuration file.
Type File path
Required True
Default value
Dependency Only visible if Run mode is not "Batch"
Parameter: Layer name
Description Specifies which layer to open in the AOT.
Type String
Required False
Default value
Dependency Only visible if Run mode is not "Batch"
Example value VAR
Parameter: Layer code
Description Specifies the developer license code for developer options.
Type String
Required True
Default value
Dependency Only visible if Run mode is not "Batch"
Example value SDSA43432DSADSADAS
Parameter: Model name
Description The "current model" is the model where all new AOT elements are created in.
Type String
Required False
Default value
Dependency Only visible if Run mode is not "Batch"
Example value MyModel
Parameter: Delete subelements
Description Should the subelements deleted?
Type Boolean
Required False
Default value True
Dependency Only visible if Run mode is not "Classic"
Parameter: Import with ids
Description Should the ids imported?
Type Boolean
Required False
Default value False
Dependency Only visible if Run mode is not "Classic"
Parameter: Suppress compile errors
Description Should the compile errors suppressed?
Type Boolean
Required False
Default value False
Dependency Only visible if Run mode is not "Classic"
Parameter: Suppress import elements
Description Should the import elements info suppressed?
Type Boolean
Required False
Default value False
Dependency Only visible if Run mode is not "Classic"
Parameter: Log file path (*.log)
Description The file path to save the log file to.
Type File path
Required True
Default value
Dependency Only visible if Run mode is "Direct"
Example value $/Microsoft Dynamics AX (Test)/MyAutorunLogFile.log
Parameter: No compile on import
Description Should the imported xpo compiled?
Type Boolean
Required False
Default value False
Dependency Only visible if Run mode is "Classic"
Parameter: Max wait time (min)
Description The number of minutes to wait before failing the step.
Type Integer
Required False
Default value 120
Dependency Only visible if Run mode is not "Batch"
Parameter: AutoRun file path (*.xml)
Description The autorun file to append the build step to.
Type File path
Required True
Default value
Dependency Only visible if Run mode is "Batch"
Example value $/Microsoft Dynamics AX (Test)/MyAutorunFile.xml

Go back