Hello,
I have a problem assignin physical destination to service groups..
NWA -> SOA Management -> Application Communication.
i choose the software component i created. Then the error message "An Unexpected ER Technical Exception occurred" show up in the status line above.
The log:
SQL error occurred on connection server.my-server.de:CE2:SAPCE2DB: code=-9,206, state="S9206", message="[-9206]: System error: AK Duplicate catalog information:FF000083013C002000C10001";
SQL statement is "SELECT COUNT(*) FROM (SELECT DISTINCT entity.CG_ID,entity.CG_NAME_LCASE FROM SR_CG entity
LEFT JOIN SR_CG_GR_CLASS entity_gr_class1 ON (entity.CG_ID = entity_gr_class1.CG_ID)
WHERE (
entity_gr_class1.GROUP_VALUE_ID IN (SELECT DISTINCT entity_gr_class0.GROUP_VALUE_ID FROM SR_CG_GR_CLASS entity_gr_class0 WHERE (entity_gr_class0.CS_GROUP_UDDI_KEY='uddi:uddi.sap.com:categorization:software-components' AND entity_gr_class0.CODE LIKE 'demo.sap.com/pcmynameage' AND entity_gr_class0.CS_UDDI_KEY='uddi:uddi.sap.com:categorization:software-component')))
AND CG_NAME_LCASE LIKE '%' AND entity.STATUS=1 ) T".
any ideas to solve my problem??