message "Internal error"

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 Valentina

pls. create a support request on this and provide
- the schema(s) and data
- the version of Tamino
being used.

> Does the “define schema” operation lock the collection
Yes - a define operation acquires an exclusive lock on the collection.
But this is not due to the error you have observed.

Best regards
Uli