Thursday, March 13, 2025

Import an ISV licese file into Dev environment using Power Shell

 K:\AOSService\PackagesLocalDirectory\Bin\Microsoft.Dynamics.AX.Deployment.Setup.exe --setupmode importlicensefile --metadatadir K:\aosservice\PackagesLocalDirectory --bindir K:\aosservice\PackagesLocalDirectory --sqlserver . --sqldatabase axdb --sqluser axdbadmin --sqlpwd *** --licensefilename "C:\Temp\A.txt"

Wednesday, March 12, 2025

Apply an ISV package on a Dev environment

 1. Upload the compressed package to LCS > Asset Library > Software deployable package

 2. Go to Dev environment > Maintain > Apply updates > select the package


3. After the update complete, open VS > Source Control Explorer > expand the dev branch > Metadata > choose the isv package folder > you can see the editted files


4. Click on "Add to Source Control" button to add newly created items (if any) > select both Bin & Resources folder 


5. 

6. Check in pending changes
7. Merge to other branches (if any)











Import an ISV licese file into Dev environment using Power Shell

 K:\AOSService\PackagesLocalDirectory\Bin\Microsoft.Dynamics.AX.Deployment.Setup.exe --setupmode importlicensefile --metadatadir K:\aosservi...