Kbase P130630: Progress session crashes using COPY-LOB and CONVERT TARGET CODEPAGE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/6/2011 |
|
Status: Verified
SYMPTOM(s):
Progress session crashes at runtime
COPY-LOB FROM OBJECT <source-lob> TO FILE <target-filename> CONVERT TARGET CODEPAGE <target-codepage>
<source-lob> is of MEMPTR type
<target-codepage> is set to UTF-8
Stack trace from prowin32 reads:
dbut_term
FACT(s) (Environment):
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Bug# OE00167430
FIX:
Upgrade to 10.2A.
If upgrade is not possible two workarounds may be used.
1) Use a source lob other than MEMPTR type.
or
2) Select a different code page other than UTF8.