CMDBuild Forum

Cannot delete domains?

Hi, I’m using CMDBuild 3.2.1 to model a CMMS for my organization. Very well done. I have a problem with relations/domains: when I create cards and relations and then delete them, I can’t delete classes and domains anymore…always the error “cannot delete domain…table is not empty…”; in the data module there is nothing visible. Did I omit a manipulation? XM

For this time I solved using the truncate via pgadmin

When you delete records in cmdBuild, they are not physically deleted. A flag is set as inactive, and cmdBuild does not display them anymore. So these records need to be deleted as well before deleting the class.

1 Like