In this blog, I will show how we can deploy package in Dynamics 365 Operations.
Prerequisites:
- LCS login
- VM Instance
The process can be divided in below steps,
Step # 1:
Download package and Unzip the package(Don't forget to unblock it before extracting, Right click and check unblock).
Step # 2:
Rename the VM name from the file in DefaultTopologyData.xml(VM name could be found on My PC properties).
Step # 3:
We need to execute below series of command.
Note :
1) The folder in which the package is placed, it should be non user folder and there should be no space within title of the folder (All folders that are in file path)
Example : C/User/Download (Will result in error, User folder error)
C/Program files/Package (Will result in error, space within path).
C/Program files/Package (Will result in error, space within path).
Series of CMD commands:
You should rename the RunbookFile
1) Check the available list of Runbook
C:\DP2>AXUpdateInstaller.exe list
1) Check the available list of Runbook
C:\DP2>AXUpdateInstaller.exe list
2)
C:\DP2>AXUpdateInstaller.exe generate -runbookid="AFPRunBookId-runbook" -topologyfile="DefaultTopologyData.xml" -servicemodelfile="DefaultServiceModelData.xml" -runbookfile="AFPRunBookId-runbook.xml"
3)
C:\DP2>AXUpdateInstaller.exe import -runbookfile=AFPRunBookId-runbook.xml
4)
C:\DP2>AXUpdateInstaller.exe execute -runbookid=AFPRunBookId-runbook.xml
5)
C:\DP2>AXUpdateInstaller.exe execute -runbookid=AFPRunBookId-runbook
There would be list of steps that will be completed once the step 5 command will be executed.
There would be list of steps that will be completed once the step 5 command will be executed.
Comments
Post a Comment