Hello Team,
I'm currently working with Azure Pipelines to import a solution into a Power Platform test environment. After the import, I notice that there are two solutions in the graphical user interface (GUI): one with the old version and another with the new version, denoted by a name ending in /_Upgrade/. My objective is to delete the new solution with the /_Upgrade/ name using the /PowerPlatformDeleteSolution@2/ task in my YAML pipeline.
However, when the pipeline runs the delete task, it throws the following error:
'Error: An error occurred while receiving the HTTP response to https://adb.crm4.dynamics.com/. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.'
Interestingly, after a delay of 2-3 minutes, the new solution with the /_Upgrade/ name is eventually deleted.
Additionally, when attempting to delete a solution manually via the GUI, we encounter a message stating /No response received: timeout of 300000ms exceeded (ECONNABORTED),/ and after some time, the solution is deleted.
Could you please help me understand why these delays and errors are occurring in both automated and manual solution deletion processes?
Your quick response is highly appreciated.
Regards,
Brunda C B