Error has been occured when update the data type.

Hello,
I am using Tamino v4.1.4.3 on Windows XP Prof.
I have a problem with Tamino Schema Editor.
error has been occured when update the data type from xs:int to xs:integer.
It occurs same error when update the data type from xs:integer to xs:int.

Is there any way to solve schema update problem?

Thanks and regards,
Ju-young

Hello Ju-young,

The reason for the error is that the data type is being changed. xs:int and xs:integer are different. xs:integer derives from xs:decimal builtin. xs:int derives from xs:long which in turn derives from xs:integer.

When the updefine is performed it will reject the change of datatype with INOXDE7947. However you can force Tamino to check every instance stored to see if they match the new schema. If this is true the new schema will be defined. In the Tamino Interactive Interface under Define there is a checkbox that says “Define with instance validation” - you can check this box and perform the define. Note that the updefine can take a long time especially if you have alot of documents already stored.

Hope this helps.

Stuart Fyffe-Collins
Software AG (UK) Ltd.