Monday 1 October 2018

Create new config file for specific layer in AX 2012

Today I will be discussing about how to create a new config file for specific layer in AX.
Following steps are required for creation of new config file.

Step 1) Search Microsoft Dynamics AX 2012 Configuration in windows and run it as administrator. It will open Microsoft Dynamics Configuration Utility.

Step 2) Right click on Manage button and select create configuration option.










Step 3) Now enter your config name here and click on ok button. Your new config file will be created.
















Step 4) Go to connection tab .

  • Select add button if no aos server name is given and provide all details.
  • If you want to verify  AOS server name information then go to edit button and click it.




















Step 5) Go to Developer  tab. Here you will be able to select your layer. In my case its var layer.
















Step 6) Go to connection tab and click on refresh button in order to update configuration.
Step 7) Click on Manager and select export configuration file option. You will be able to save your config file on desired path. Now you can use your newly created config file.




No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....