Kbase P28656: Error# 1808 running persistent procedures.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/07/2003 |
|
Status: Unverified
SYMPTOM(s):
Issuing the "DISABLE TRIGGERS FOR { DUMP | LOAD } OF table-name" 4GL Statement in an external procedure that is run and created (instantiated) as a persistent procedure.
Procedure <procedure> was RUN...PERSISTENT. You may not disable triggers for dump or load from a persistent procedure. (1808)
CAUSE:
Database triggers may not be disabled for dump or load from a persistent procedure.
FIX:
Run the procedure as a non-persistent procedure or put the DISABLE TRIGGERS statement in an external subprocedure.