Consultor Eletrônico



Kbase P56556: Error raised when updating the database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

Error raised when updating the database

Pathing in the trigger code for the database is incorrect however en unexpected error is raised

Only no undo temp tables maybe emptied during an active transaction (6485).

Using an AppServer / WebServer connection

CAUSE:

If propath is not set correctly and trigger code is not compiled then the triggers will fail if there are references in the triggers to, for example, .i files. This is expected though the 6485 error is unexpected, expecting something like 293:
<file.i> was not found (293)


FIX:

No real fix to this. The 6485 was raised as the code was backing out of a transaction when emptying a temp table after hitting the propath problem. The log files for the Web Server / AppServer should show the 293 error but the 6485 may be confusing