Kbase P138917: Passing buffer handle to internal procedure from write trigger then accessing fields using buffer-fi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/05/2010 |
|
Status: Unverified
SYMPTOM(s):
Passing buffer handle to internal procedure from write trigger then accessing fields using buffer-field method gradually takes longer and longer
Buffer-field method causes memory leak
Performance degradation after long process of individual transactions
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
CAUSE:
Bug# OE00179160
FIX:
Upgrade to OpenEdge 10.2B or later
To workaround this issue try to avoid accessing the buffer fields of the modified table in the called procedure but rather send the values from the write trigger if read-only access is required.