Kbase P141260: Errors 13036 and 13064 when using READ-XML method on LongChar returned from an ActiveX control
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/12/2009 |
|
Status: Unverified
SYMPTOM(s):
Errors 13036 and 13064 when using READ-XML method on LongChar returned from an ActiveX control
Error reading XML from a MEMPTR or LONGCHAR. (13036)
Unable to parse XML Schema '<schema>'. (13034)
READ-XML encountered an error while parsing the XML Document: FATAL ERROR: file 'MEMPTR', line '2', column '1', message 'Invalid document structure'. (13064)
FACT(s) (Environment):
ActiveX control returns XML to ABL longchar variable
Longchar variable used to populate ProDataSet using READ-XML method
Problem did not occur in 10.1B
OpenEdge 10.1x
Windows
CHANGE:
Upgraded to 10.1C
CAUSE:
Bug# OE00178485
FIX:
Option #1
Upgrade to OpenEdge 10.1C03 or later release
Option #2
Copy the longchar variable populated by the ActiveX control to a second longchar variable.
Use the second longchar variable in READ-XML method.