Kbase P23845: User-defined function 'SetDBNames' invoked dynamically but could not be found (5639)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/9/2010 |
|
Status: Verified
SYMPTOM(s):
User-defined function 'SetDBNames' invoked dynamically but could not
be found (5639)
User-defined function '<function>' invoked dynamically but could not be found. (5639)
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CHANGE:
Migrated from 9.1B to 9.1D
CAUSE:
This error means that you have tried to execute a function call in a procedure where that function has not been defined.
Quite frequently, this error is returned in Progress ADM2 applications after a migration to a newer version or a patch has been applied. This is usually because a function has been added to, or removed from, the ADM support code, or a function call has been moved and the application has not been recompiled to take the move into account.
FIX:
When migrating to a newer version of Progress or applying a Patch/Service Pack, you must recompile all ADM2 source code.