Kbase P130633: Getting error 5639 when running ADM application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/04/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
Windows
SYMPTOM(s):
Getting error 5639 when running ADM application
User-defined function '<function>' invoked dynamically but could not be found. (5639)
User-defined function 'getscta' invoked dynamically but could not be found (5639)
There is a new table in the database
A new SDO was created against this new table
The faulty line contains { get <function_name> h_<newSDO>}
CAUSE:
The new SDO does not have the function referenced in the {get}
FIX:
Add the missing user-defined function to the corresponding SmartObject or remove the {get} reference