Consultor Eletrônico



Kbase P143809: 4GL/ABL: Session crash on the UPDATE of a record field.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/11/2009
Status: Verified

SYMPTOM(s):

4GL/ABL: Session crash on the UPDATE of a record field.

Code causing the crash is similar to:

FOR EACH Customer:
UPDATE SalesRep.
END.

Session crashes when the first UPDATE action is done.

PROGRESS stack trace references on function:

pam_get_item

ABL Stack Trace includes the line:

--> trig/customer_write.p (.\trig\customer_write.r) at line 0

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1C01 Service Pack

CAUSE:

The r-code file customer_write.r of the Customer table database WRITE event trigger has been corrupted.

FIX:

Recompile the offending trigger source code: .\trig\customer_write.p to generate a clean and healthy version of its r-code: .\trig\customer_write.r.