Kbase P167599: DEFINE SHARED STEAM statement crashes if stream not defined as NEW SHARED
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/09/2010 |
|
Status: Unverified
SYMPTOM(s):
DEFINE SHARED STEAM statement crashes if stream not defined as NEW SHARED
<program> Shared stream <stream> not defined yet. (567)
Session crashes
FACT(s) (Environment):
OpenEdge 10.2A
OpenEdge 10.2B
All Supported Operating Systems
CHANGE:
Upgraded to OpenEdge 10.2A03 or 10.2B01
CAUSE:
Bug# OE00198151
CAUSE:
The error 567 is fully expected, as the stream must be defined by another program as NEW SHARED prior to running the program that defines the stream as SHARED.
However, the client should not crash when this error occurs.
FIX:
Upgrade to OpenEdge 10.2B02 or later
This stops the crash, the error 567 still needs to be handled accordingly in the application code.