Skip to main content

Notifications

Announcements

No record found.

Deploy Package in Dynamics 365 Operations Environment

Community Member Profile Picture Community Member Microsoft Employee

In this blog article, we will see how we can deploy package in Dynamics 365 Operations. This Package can be any latest update, hotfix or deployment package you have created.

Prerequisites:

  • LCS login
  • VM Instance

Steps:

1. Download, Extract and Unblock Package
2. Update topology configuration data
3. Generate a runbook from the topology
4. Execute runbook

Download, Extract and Unblock Package
a. Login to LCS and download the Zip file of Deployable Package.
b. After downloading, go to downloaded Zip file properties and select unblock.
c. Extract the Zip file to a non–user folder.

Update topology configuration data
a. Go to extracted folder and open the file “DefaultTopologyData.xml”
b. Populate the file with VM name.
  i. Go to This PC -> Properties. Find the name of the machine.
  ii. Update the VM name with the machine name in the file.
c. Populate the file with installed components
  i. Open a command prompt as an administrator.
  ii. Run the command from extracted folder path to see a list of all installed components on the computer.

  iii. Update the file with a list of components.

3. Generate a runbook from the topology
a. Run the command to generate a runbook.

AXUpdateInstaller.exe generate -runbookid=[runbookID] -topologyfile=[topologyFile] -servicemodelfile=[serviceModelFile] -runbookfile=[runbookFile]

Example:

b. Runbook will contain instructions in sequential steps to deploy the package.

4. Execute Runbook
a. Import the runbook.

AXUpdateInstaller.exe import -runbookfile=[runbookFile]

Example:

b. Verify the runbook.

c. Execute the runbook.

AXUpdateInstaller.exe execute -runbookid=[runbookID]

Example:

d. Export the runbook.

Export the runbook for future reference, you can use it to refer the steps, time to execute each step and logs for each step.

UpdateInstaller.exe export -runbookid=[runbookID] -runbookfile=[runbookFile]

Example:

The post Deploy Package in Dynamics 365 Operations Environment appeared first on CloudFronts - Microsoft Dynamics 365 | Power BI | Azure.

Comments

*This post is locked for comments