HI,
I get this below error message while installing deployable package using command line.
Is there any workaround to troubleshoot and resolve the issue?
Executing step: 25
GlobalUpdate script for service model: AOSService on machine: dev35c85c5f-1
Sync AX database
The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: System.Management.Automation.RuntimeException: An exception of type System.Net.WebException occurred when making an http request to: http://127.0.0.1/ReportServer. Refer to the log file for more details.
The step failed
The step: 25 is in failed state, you can use rerunstep command to debug the step explicitly
at Microsoft.Dynamics.AX.AXUpdateInstallerBase.RunbookExecutor.ExecuteRunbookStepList(RunbookData runbookData, String updatePackageFilePath, Boolean silent, String stepID, ExecuteStepMode executeStepMode, Boolean versionCheck, Parameters parameters)
at Microsoft.Dynamics.AX.AXUpdateInstaller.Program.InstallUpdate(String[] args)
at Microsoft.Dynamics.AX.AXUpdateInstaller.Program.Main(String[] args)
Log file
========= Beginning trace at: 2019-11-19T07:37:16.3247543Z =========
--- Installer Version: 7.0.5407.35455
--- Runbook ID: FO10023410001App-runbook
--- Mode: EXECUTE
====================================================================
[07:48:55.2151] An error occurred during execution.
[07:48:55.2151] The step: 25 is in failed state, you can use rerunstep command to debug the step explicitly
[07:48:55.2151] at Microsoft.Dynamics.AX.AXUpdateInstallerBase.RunbookExecutor.ExecuteRunbookStepList(RunbookData runbookData, String updatePackageFilePath, Boolean silent, String stepID, ExecuteStepMode executeStepMode, Boolean versionCheck, Parameters parameters)
[07:48:55.2151] at Microsoft.Dynamics.AX.AXUpdateInstaller.Program.InstallUpdate(String[] args)
[07:48:55.2151] at Microsoft.Dynamics.AX.AXUpdateInstaller.Program.Main(String[] args)
[07:48:55.2151] Exiting with exit code [1]
=========== Ending trace at: 2019-11-19T07:48:55.2151791Z ==========