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.
I want to display the running time in my operational report in my footer.
Which parameters do I need to set within the -INCLUDE RUNNINGTIME01 fex? &&RT_INIT ?? Im weary of changing a global variable.
What this be the sequence of events? -SET &&RT_INIT='Y' -INCLUDE RUNNINGTIME01 RUN MY FOCEXEC. AT THE END OF MY FOCEXEC I CALL THE PROCEDURE AGAIN -SET &&RT_INIT='N' -INCLUDE RUNNINGTIME01
Any opinions on the best way to incorporate within a Operational Report??This message has been edited. Last edited by: malapejohn,
-PMF 5.1.2 -WebFOCUS 7.6.9 on Windows 2003 Server -MSSQL Server
You should not have to do anything at all. runningtime01.fex is self starting and should not require you to set any variables ahead of time.
There have been some isolated cases in earlier releases of PMF where setting IBIF_persistentamp to Yes in the WebFOCUS Administration Console caused issues. These problems were eliminated starting with PMF 5.1. If you are running an earlier release of PMF and are having issues with global && variables, go to the WebFOCUS Administration Console, Configuration, General, and set IBIF_persistentamp to No
Incidentally, I would recommend that instead of doing a
-INCLUDE RUNNINGTIME01
at the beginning of the report, you do a
-INCLUDE FOCEXEC_INFO
This gives you some additional debugging information.