Consultor Eletrônico



Kbase P4557: 4GL database schema trigger does not fire
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/04/2010
Status: Verified

SYMPTOM(s):

4GL/ABL: Database schema write trigger does not fire

The database write schema trigger does not fire as expected when a new record is created.

No errors were generated. The trigger silently did nothing.

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

CHANGE:

Modified / added a procedure

CAUSE:

Newly added / modified procedure was not recompiled or the newly added / modified procedure is not in the session's PROPATH

FIX:

Recompile the new / modified procedure
and
Ensure that the trigger is in the PROPATH or that it is in a directory specified by the -trig startup parameter.