Kbase P12279: Error 2892 when code is compiled on the fly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Code is being compiled on the fly
SYSTEM ERROR: Could not locate a usable text segment for procedure <name>. (2892)
CAUSE:
The CURRENT-LANGUAGE statement is being used to switch languages at runtime and when code is compiled on the fly only the default language is compiled into the text segments for the compiled code.
FIX:
Pre-compile the source code (specifying all desired languages)