Kbase P175091: Code with FINALLY block can be run in releases that do not support such blocks
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/10/2010 |
|
Status: Unverified
SYMPTOM(s):
Code with FINALLY block can be run in releases that do not support such blocks
Code was compiled in a release that supports FINALLY blocks (OpenEdge 10.1C or later)
R-code is deployed on a release that does not support FINALLY blocks (OpenEdge 10.0A - 10.1B)
Code executes but FINALLY block is ignored
No error is raised, where "Operation number <number> not supported in this release. (1987)" would be expected.
Operation number <number> not supported in this release. (1987)
FACT(s) (Environment):
Running from r-code
FINALLY block was introduced in OpenEdge 10.1C
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Bug# OE00200947
FIX:
Do not deploy code with FINALLY blocks on releases earlier than OpenEdge 10.1C