Function not found error

MKJCNC

Member
Hi,

We are facing an issue with custom business function in a custom report.

Getting an erro "Function not found". Tried to built that bf again but ending up in error. chekc ed in following location files are there, replced files from production, reinstalled JDE but of no use.

B550911I.cC:\Program Files\JDEdwards\B7\SYSTEM\include\jde.h(208) : fatal error C1083: Cannot open include file: 'spell.h': No such file or directory
jdertdll.c
C:\Program Files\JDEdwards\B7\SYSTEM\include\jde.h(208) : fatal error C1083: Cannot open include file: 'spell.h': No such file or directory
 
************Build Finished************
CALLBSFN.dll - 2 error(s), 0 warning(s): Build failed. Restored previous dll.



 
Hi
we need to rebuild the whole package of this business function.then only it can work effectively
 
- Did you look if the spell.h is in your Include folder under your logged environment?

Because it looks like it's not in you environment you are trying to build the BSFN
 
Are you able to build any BSFN's?
You have E1 installed to C:\Program Files\JDEdwards\B7\
?
Have you updated the JDE.INI file to match?
[INSTALL]
B7=C:\Program Files\JDEdwards\B7
for one at least.


The missing file should be in C:\Program Files\JDEdwards\B7\system\includev\spell.h
 
Last edited:
Back
Top