Kbase P12012: Error 5639 when loading XML or Text document from memptr
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/11/2003 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1x
FACT(s) (Environment):
SonicMQ 4GL Adapter
SYMPTOM(s):
Error 5639 when loading XML or Text document from memptr
User-defined function 'getMemptr' invoked dynamically but could not be found. (5639)
User-defined function '<function>' invoked dynamically but could not be found. (5639)
CAUSE:
The getMemptr function is available in the message-object, but not directly with an XMLMessage or TextMessage. Only if you're receiving a message of type 'BytesMessage'.
FIX:
Read all the text into a memptr before loading the XML or Text document.