Kbase P100264: AppBuilder gives error (5639) when using ADM2 from a previous version
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
When open or save a Smart Data Viewer in AppBuilder get error:
User-defined function '<function>' invoked dynamically but could not be found. (5639)
User-defined function 'getClobColumns' invoked dynamically but could not be found. (5639)
Using ADM2 files from a Progress version previous to 10.0B
CAUSE:
Some of the Progress 10.0B adeuib procedures refer getClobColumns function which exists only in 10.0B ADM2.
FIX:
Follow the next steps:
1. In adm2/custom/querycustom.p create a new function:
FUNCTION getClobColumns RETURNS CHARACTER ( ) :
RETURN "".
END FUNCTION.
2. Edit adm2/custom/querycustom.i:
- uncomment the statement:
/*RUN start-super-proc ("adm2/custom/querycustom.p":U).*/
3. Recompile all the Smart Data Objects