Products | Versions |
---|---|
TIBCO EBX | All supported versions. |
When trying to delete a record, the following error may pop up in the message box:
The procedure is cancelled and we can see the following exception in the kernel log:
<entry request="Procedure" branch="Reference" date="2020-12-11T13:13:11.147" entryId="6A9982D0-FD70-11E8-B3D2-00828FC9E762"> <sourceWebUser login="Uadmin" ipAddress="0:0:0:0:0:0:0:1" sessionId="B2404FB7687C2637B7B9618FACD7715D:0" /> <Procedure javaClass="com.orchestranetworks.manager.core.context.DeleteOccurrenceProcedure" executionInfo="Deleted record [./id=1234]" /> <failure javaClass="com.onwbp.adaptation.UowWrapperError" message="ConstraintViolationException[/root/table[./id=1234]: Data model node: /root/table. Deletion forbidden, record 'aaa' is used by another one.]" /> <failureCause javaClass="com.orchestranetworks.schema.ConstraintViolationException" message="Data model node: /root/table. Deletion forbidden, record 'aaa' is used by another one." /> </entry>
Foreign key constraints that are defined on a table in relational mode,
Foreign key constraints that are defined on a table in semantic or relational mode referencing a table in relational mode.