Hi Lukas,
We have found that ,
- You have dialog instance having a number 00 D(ABAP)
- You are having a CI instance 00 (ABAP system DVEBMGS)
Please find the screenshot
But it seems to be a java system right?
So Remove the below lines
<instance>
<type>D</type>
<host>sappsl</host>
<number>00</number>
<os>LINUX_X86_64</os>
<cim-classname>SAP_BCApplicationServer</cim-classname>
</instance>
<instance>
<type>DVEBMGS</type>
<host>sappsl</host>
<number>00</number>
<os>LINUX_X86_64</os>
<cim-classname>SAP_BCCentralServiceInstance</cim-classname>
</instance>
From the stack.xml file and then retry the SUM.
If its work , then dont proceed with the update (SAP will not support your update if stack.xml file is edited manually) , Correct the systems in LMDB accordingly then generate the stack again.
With Regards
Ashutosh Chaturvedi