Consultor Eletrônico



Kbase P122551: 4GL/ABL: READ-XML() allows blank xsd:default attribute for CLOB fields.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/09/2008
Status: Unverified

SYMPTOM(s):

4GL/ABL: READ-XML() incorrectly allows blank xsd:default attribute for CLOB fields.

READ-XML() generates errors if one or more xsd:string element default attribute is not blank.

Errors:
Unable to set initial value 'USA' from XML Schema for field 'Country'. (13143)
Unable to create Temp-Table or dataset schema from XML Schema. (13032).

Are generated when invoking the READ-XML() method if the default attribute of the xsd element is an xsd:string in not blank.

Errors similar to the above are generated calling the READ-XML() method if the XML Schema for a field that maps to a CLOB contains an initial value definition that is not unknown.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1A
OpenEdge 10.1B

CAUSE:

Bug# OE00147273

FIX:

Upgrade to OpenEdge 10.1C or later.