Kbase P105772: Error 11669 executing the ENTRY statement on a LONGCHAR variable
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/14/2010 |
|
Status: Verified
SYMPTOM(s):
Error 11669 executing the ENTRY statement on a LONGCHAR variable
Could not convert LONGCHAR to cpinternal. (11669)
Unable to perform an ENTRY statement assignment on a LONGCHAR variable
The error is generated running code similar to the following:
DEFINE VARIABLE clTest AS LONGCHAR NO-UNDO.
clTest = 'akbkc':U.
ENTRY(2, clTest, 'k':U) = 'x':U.
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.0x
OpenEdge 10.1A
CAUSE:
Bug# OE00117502
FIX:
Upgrade to OpenEdge 10.1A01 or later