Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi allHow can I undefine a schema without a doctype?For example: the schema name is ‘meta’, but there is no doctype defined (this schema is only used tu include in other schemas). The schema is stored in the collection ‘privat’.With TamX.undefine “privat/meta” the schema will not be undefined!Thanks for your helpGreatingsMarco
Hi Marco, I tried this yesterday and it works for me. What happens if you try undefining the schema from a browser or the TII, e.g http://localhost/tamino/mydb?_undefine=privat/metaWhat version of Tamino are you using?Stuart Fyffe-CollinsSoftware AG (UK) Ltd.
Hi StuartI have solved the problem!The reasen was that the schema was still included by another schema!Thanks for your tip to try undefining the schema from the browser (detailed error message)!GreatingsMarco