最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

Dynamics 365 Operations 软件包部署 / Package deployment with Dynamics 365 Operations

网络文摘 William 1447浏览 0评论

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
发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址