Kbase P136832: Error 1494 with a truncated database table name running UTF-8 r-code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/13/2009 |
|
Status: Verified
SYMPTOM(s):
Error 1494 with a truncated database table name
UTF-8 r-code run in a 1252 client session.
Users.p --Could not find file ite in database api3. (1494)
The displayed file name in the 1494 error is truncated and cannot be found in the database.
R-code being run has been compiled to create r-code using the utf-8 code page.
The session code page is a single byte code page, e.g. 1252.
FACT(s) (Environment):
The problem does not happen if both the client session and r-code code page use single byte code pages.
Windows
OpenEdge 10.x
OpenEdge Category: I18N
CAUSE:
Bug# OE00177119
CAUSE:
When building text segments in the r-code it was possible that the memory allocated for the text string was not properly initialized
FIX:
Upgrade to OpenEdge 10.1C03 or later