Kbase P69841: Error 390 when running program using procedure library
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/02/2011 |
|
Status: Unverified
SYMPTOM(s):
<pgm> Conflict in extent, datatype or undo status for global <name>. (390)
mpincontas20.w Conflict in extent, datatype or undo status for global debugging-enabled. (390)
Error 390 when running program using procedure library
Single r-code works fine
Database has been started using -cpinternal utf-8
Client (webspeed agent) connection uses -cpinternal utf-8
R-codes and procedure library are created using -cpinternal iso8859-1
FACT(s) (Environment):
Progress 9.1X
WebSpeed 3.1X
CAUSE:
Bug# OE00053875
CAUSE:
There is a problem when extracting r-codes text segments from procedure library
FIX:
Upgrade to Progress 9.1E or later
Upgrade to OpenEdge 10.0B or later
Recompile r-codes and recreate .pl's using -cprcodeout utf-8 within the session used when compiling the application
(An immediate fix, until application gets recompiled, is to use -cpinternal iso8859-1 within the client session, ie to match -cpinternal stored in r-code, .pl)