Kbase P25568: AppServer hangs and crashes when MESSAGE statement is executed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/04/2010 |
|
Status: Verified
SYMPTOM(s):
AppServer hangs and crashes when MESSAGE statement is executed
Using a MESSAGE statement like the following will cause the AppServer to crash:
MESSAGE SomeTextVariable '~n' SKIP.
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.1x
CAUSE:
Bug# OE00089709
CAUSE:
The SKIP option is not handled properly when the message is logged by the AppServer.
FIX:
Upgrade to OpenEdge 10.0A or later. If upgrading is not possible, the problem can be worked around by removing the SKIP option from the MESSAGE statement.