Hi everyone,
I'm currently facing a complex issue with solution upgrades in Power Platform and would appreciate any guidance
I have two managed solutions:
- Logistica
- Produccion
Both were updated in DEV, where I removed some connection references that are no longer needed.
In PROD, I imported both solutions using Stage for upgrade, which created:
- Logistica Upgrade
- Produccion Upgrade
However, when trying to apply the upgrades, both fail with the following error:
"The uninstall operation will delete the base layer for the component 'connectionreference'... The operation cannot continue because there are other managed layers over the base layer."
When inspecting the solution layers of the connection references in PROD, I found a circular layering issue:
- One connection reference has:
- Base layer → Logistica
- Top layer → Produccion
- The other has:
- Base layer → Produccion
- Top layer → Logistica
So both solutions are effectively layered on top of each other for different connection references.
This creates a deadlock situation: each solution blocks the other from removing its base layer
What is the recommended approach to resolve circular solution layering ?

Report
All responses (
Answers (