Focal Point
[SOLVED] The FOCEXEC procedure cannot be found: EDASERVE

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/525102214

April 05, 2010, 01:01 PM
kpiracha
[SOLVED] The FOCEXEC procedure cannot be found: EDASERVE
Hi I have build test WebFOCUS server and when in Dev Studio, I tried to expand the Date Servers > EDASERVE, I get the following error:

(FOC227) The FOCEXEC procedure cannot be found: EDASERVE.

I am able to run reports ok.

This message has been edited. Last edited by: kpiracha,


WebFOCUS 7.6.9
Windows 2003
HTML, Plain Text
April 05, 2010, 03:23 PM
Carol Dobson
You'll need to make sure the folder that the focexec lives in, is in the application path on the WebFOCUS server for ReportCaster to find it.

Good luck!



WebFOCUS 7.6.6/TomCat/Win2k3
April 05, 2010, 03:30 PM
kpiracha
Thanks. I checked and confimed the folder was in the application path.

I do need to know what does it has to do with Report Caster. (excuse my ignorance).


WebFOCUS 7.6.9
Windows 2003
HTML, Plain Text
April 05, 2010, 03:37 PM
Carol Dobson
You may need to restart the services. (like Tomcat)

(Sorry I misread your orignal question)

This message has been edited. Last edited by: Carol Dobson,
April 08, 2010, 08:07 PM
kpiracha
Issue was caused by a profile under ibi\WebFOCUS76\client\wfc\etc. It include the following line of code:

IBI_REPORT_USER=&IBIMR_user
IBI_REPORT_PASS=&IBIMR_pass
_site_profile=-INCLUDE edaserve

We had to comment out the last line which looked like this after the change:

IBI_REPORT_USER=&IBIMR_user
IBI_REPORT_PASS=&IBIMR_pass
#_site_profile=-INCLUDE edaserve

This fixed the issue.


WebFOCUS 7.6.9
Windows 2003
HTML, Plain Text