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,when I update a schema (with the following operations: 1-undefine doctype 2- define new schema) of a collection and I insert a document, ths db returns this error <?xml version="1.0" encoding="windows-1252" ?>- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>- <ino:message ino:returnvalue=“0”> ino:messagelinedocument processing started</ino:messageline> </ino:message>- <ino:message ino:returnvalue=“8599”> <ino:messagetext ino:code=“INOXME8599”>Internal error</ino:messagetext> ino:messagelineXdtIndexingException</ino:messageline> </ino:message> </ino:response>Does the “define schema” operation lock the collection? If response is yes, is there a solution?
Hi Valentinapls. create a support request on this and provide- the schema(s) and data- the version of Taminobeing used.> Does the “define schema” operation lock the collectionYes - a define operation acquires an exclusive lock on the collection.But this is not due to the error you have observed.Best regardsUli