Kbase P75883: Error 5639 when running getEntityDisplayField
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/4/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 5639 when running getEntityDisplayField
User defined function <function> invoked dynamically but not found (5639)
User defined function getEntityDisplayFields invoked dynamically but not found (5639)
Only seen when running over AppServer
FACT(s) (Environment):
Dynamics
CAUSE:
A check is done at the start of getEntityDisplayField in afgenmngrp.i to see if it is currently on the server. If it isn't it calls onto afgengtentdispfldp.p on the appserver. afgengtentdispfldp.p calls getEntityDisplayFields instead of getEntityDisplayField and this causes an error saying that there is no entry point for getEntityDisplayFields
CAUSE:
Bug# OE00102658
FIX:
Change the reference to getEntityDisplayFields in afgengtentdispfldp.p to getEntityDisplayField and recompile