As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Are you allowed to have include files in your reportcaster schedules?
I noticed when I scheduled a procedure that called in for an include file, I recieved the following error in the log:
"THE FOCEXEC PROCEDURE CANNOT BE FOUND: ADMIN_CHECK24DB.FEX"
The schedules still run as normal but are logged as "error" in the "last job status" column.
Background: The reason we have this include file is to prevent reportcaster from sending a report with missing data if our reporting database has not been updated for the current day. The include file grabs the latest datetime from a particular table and compares it to today's date at 4AM to check if it is later than. If no date exists, then it exits the procedure, else the procedure is executed and sent as normal.This message has been edited. Last edited by: Joey Sandoval,
Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro
Thanks Tony. The preprocessing task looks like the way we will have to go.
Unfortunately, we will have to update hundreds of reportcaster schedules. We had already added the include statement to many headers of our procedures and were close to promoting.
Does anyone know if there is a special location where include files must be place for reportcaster? It seems possible since Include files work in Dev studio - MRE and App Folders.
Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro