Options

How can Axapta be started from a command prompt ? using ax32

potarrpotarr Member Posts: 8
edited 2005-05-23 in Dynamics AX
I want to start axapta from a command line, but with a definable configuration file. Is this possible by adding the configaration file to the ax32.exe command ? How is the exact syntax ?
Rudy Potargent
DW-Plastics NV
Bilzen - Belgium

Comments

  • Options
    John_van_JaarsveldJohn_van_Jaarsveld Member Posts: 1
    Hi,

    That's easy. Use the -regconfig parameter to start Axapta with a preconfigured setting made with the AxConfig utility.

    Example: If you made a config called "Production 3-tier" the command line would be
    ax32.exe -regconfig="Production 3-tier"

    Give it a try.

    Regards,

    John
  • Options
    wassiniwassini Member Posts: 8
    ax32.exe -regimport=ConfigFile.xpo -regconfig=ConfigName

    or

    ax32.exe ConfigFile.axc


    /Lars Bo Wassini
Sign In or Register to comment.