Monday, 30 July 2018

Installing Security Development Tool for AX 2012 R3

Today I am installing the Security Development Tool in one of our lab environments. First of all, you need to download the tool from LifeCycle Services.
When you have the file MSI file it is time to do the install

1.      Start by running the msi file… this is an extremely short install which seems to do nothing… but that is OK
2.      When the mis install is done start Microsoft Dynamics AX 2012 Management Shell as an elevated user and run the following
       Install-AXModel -File “c:\Program Files (x86)\Microsoft\Security Development Tool\SecurityDevelopmentTool.axmodel”
3.      Start the AX client and you will get a message that the Model store has been modified. Select Compile and Syncronize and wait for the process to complete
4.      When AX is done compiling and syncing start the AOT (by pressing Crtl + D)
5.      Browse to the Class called SysSecEntryPointmanagerSetup, right-click and select Open
6.      Restart the AX client
7.      When the client is restarted go to Administration and click Security entry point permissions

       Note: You might get an error that the tool can only be run in Single-User session mode. In that case go to Administration – Online users and disconnect all users except your own

1 comment:

  1. Wow, this is fascinating reading. I am glad I found this and got to read it. Great job on this content. I liked it a lot. Thanks for the great and unique info. best-noise-cancelling-headphones-under-100

    ReplyDelete

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...