Kbase P124527: READ-XML fails with error 76 and 13052
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/05/2011 |
|
Status: Verified
SYMPTOM(s):
READ-XML fails with error 76 and 13052
** Invalid character in numeric input <character>. (76)
Unable to convert XML to native data type for field '<field>' in table '<table>'. (13052)
XML file created from a dataset
Field name in the dataset's temp-table is ID and its data type is either integer or decimal
Dataset definition does not contain a name space.
FACT(s) (Environment):
OpenEdge 10.1x
CAUSE:
Bug# OE00153152
FIX:
Upgrade to OpenEdged 10.1C or later
Workaround is to add the NAMESPACE-URI attribute to the dataset when it is created.
Example: define dataset dsTest NAMESPACE-URI "urn:dsTest" for ttTest.