web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Package deployment with Dynamics 365 Operations

Amir Nazim Profile Picture Amir Nazim 5,994

Recently i got chance to experience the D365 Package deployment, and here is the guide i have followed.

https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/install-deployable-package

I was going to install Update 11 for Microsoft Dynamics 365 Finance and Operations:

I ended up completing the following steps:

  1. Browse to https://lcs.dynamics.com/
  2. Click on the Shared asset library button
  3. Select Software deploy-able package
  4. Download Dynamics 365 Unified Operations Platform Update 11 and copy downloaded archive to specific folder manually created on VM. For instance, C:\Update11
  5. Right-click on the downloaded zip-file, select Properties and click on the Unblock
  6. Extract archive file to C:\Update11\AXPlatformUpdate folder
  7. Open Command prompt application as Administrator, change current folder to C:\ C:\Update11\AXPlatformUpdate by the following command:

   cd C:\Update11\AXPlatformUpdate

  1. Run the following command:

AXUpdateInstaller.exe generate -runbookid=”DevBox” -topologyfile=”DefaultTopologyData.xml” -servicemodelfile=”DefaultServiceModelData.xml” -runbookfile=”DevBox-runbook.xml”

  1. Run the following command:

AXUpdateInstaller.exe import -runbookfile=”DevBox-runbook.xml”

  1. Run the following command:

AXUpdateInstaller.exe execute -runbookid=”DevBox”

  1. Wait until it’s completed. In a nutshell, there are 16 steps that must be completed.

After completion you can check About form and you will notice that platform version has been changed.

Microsoft Dynamics 365 Finance and Operations About Updated


This was originally posted here.

Comments

*This post is locked for comments