Hi,
I modified my schema by adding some indexes and now want to updefine it without modifying losing my data. It seems to work fine when the schema is not referenced but not otherwise:
[java] org.xml.sax.SAXException: Load Error INOXDE7977: Updefine of schema failed. Schema to be updefined is referenced by another schema in the database.
Is there anyway to update a referenced schema?
Thanks for your help.
-Eric
You have to undefine all referencing schemas, before you can change a referenced schema.