Search your query

Friday, March 1, 2024

D365 F&O: Virtual Machine (VM) - Software Deployable Package Deployment by command - (When this error comes: "‘The devInstall option is not applicable to the current deployable package")

D365 F&O: Virtual Machine (VM) - Software Deployable Package Deployment by command - (When this error comes: "‘The devInstall option is not applicable to the current deployable package")

    When AxUpdateInstaller.exe devinstall command prompt is not working in VM or Applying software deployable package for cloud hosted dev environment is not working or unable to deploy your package then try the following steps:

Steps:

1. Open Command prompt, as administrator and type below commands.

2. Example > cd C:\Hussain\AXDeployablePackage_20240301_05_05_05 (cd and file path (Specify your deployable package location (unzip your software deployable package) ) 

3. C:\Hussain\AXDeployablePackage_20240301_05_05_05> AXUpdateInstaller.exe generate -runbookid ="DevelopmentPackage" topologyfile="DefaultTopologyData.xml" -servicemodelfile="DefaultServiceModelData.xml" -runbookfile="DevelopmentPackage-runbook.xml" 

4C:\Hussain\AXDeployablePackage_20240301_05_05_05> AXUpdateInstaller.exe import -runbookfile=DevelopmentPackage-runbook.xml

4If already runbook exist, just replace the runbook by typing Yes in command prompt.

5.  C:\Hussain\AXDeployablePackage_20240301_05_05_05> AXUpdateInstaller.exe execute -runbookid=DevelopmentPackage


Note: Please ensure that all kind of "Visual studio services" must be stopped and Stop: Microsoft Dynamics services (Data Import, Export and Batch services)

No comments:

Post a Comment