Consultor Eletrônico



Kbase P124411: ABL: Errors (13853) & (13032) executing READ-XMLSCHEMA( ) method to read an XSD file.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/13/2007
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1A02 32-bit Service Pack

SYMPTOM(s):

ABL: Errors (13853) & (13032) executing READ-XMLSCHEMA( ) method to read an XSD file.

Unable to map simpleType to Progress data type. (13853)

Unable to create Temp-Table or dataset schema from XML Schema. (13032)

Invoking the READ-XMLSCHEMA( ) method to load an XSD file into a TEMP-TABLE.

CAUSE:

The .xsd file does not conform to the format required to be loadable into a temp-table object and it contains XML Schema simpleType definitions that are not recognized by READ-XMLSCHEMA until 10.1B

FIX:

Ensure that .xsd file conforms to the format required to be loadable into a temp-table object that it does not contain XML Schema simpleType definitions that are not supported recognized by READ-XMLSCHEMA before 10.1B.