Hi
That is not an error.
The warning indicates that your main localontology0 is not present as an active node in jer_dd. It appears to be a configuration that is not being utilized.
If you don't use local ontologies with localontology0, you can remove all records that are referenced with localontology0 set as section_tipo in the matrix_ontology table. For example:
1.- Check if you have records:
SELECT * FROM "matrix_ontology" WHERE "section_tipo"='localontology0';
2.-Then, proceed to delete.
DELETE FROM "matrix_ontology" WHERE "section_tipo"='localontology0';
andreslopez using the GUI appears to process correctly, but the ontology version does not increment.
Can you refer to the Dédalo version and the ontology version?
Best.