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.
Description of the bug : When we clic in "content > new content" we get the error : "S01 pmf_get_app_filter.fex FOCCERROR - empty"
Why this error occur : This error come from a empty value in the SYSTABLE. Indeed, if your are any profile creating a HOLD, this operation create a master with a empty CREATOR in the SYSTABLE. So when the PMF_LAUNCH_PAGES_FORM populate the list of APP_PATH from SYSTABLE, it's getting an empty application and is trying to poplate the list of Fex form this empty app... And you get a error.
How to fix this little bug : ADD the condition "WHERE CREATOR NE ''" to the "TABLE FILE SYSTABLE" in mainstreet/pmf_app_path.fex
Yes, I do believe there is a bug in the FMI driver in 7.6.10 which is fixed in later WebFOCUS that causes this. Subsequent releases of PMF after 5.2.1 also work around that bug.
Why not get your PMF environment up to date? We're at 5.2.3 HF2 - there are features in this release that are quite nice, and substantial performance and quality improvements in the current rel.
5.2.1 is looking a bit long in the tooth, no?
Upgrades are pretty fast and you don't have to worry about the usual upgrade agita unless you've heavily customized PMF code.
thanks
Bob Jude Ferrante Director of Business and Development WebFOCUS Performance Management Bob_Ferrante@ibi.com 917-339-5105
I'll take any questions about PMF - business or technical - anytime!
Have you any bench of the substantial performance you are talking about ?
I didn't find a link with the new feature of the 5.2.3 HF2, can you post it please ?
Effectively we had customized quite a lot the tool, even if is all our custom code is in PMFCUSTOM, we think it will cost more or less 15 working day, to check if every is OK... So for the moment we trying to go in production with this release, may be in june we will try to upgrade with the 5.3 that we discussed.
We perform some good modification in the DBMS side. We try to isolate the slowest request (with HTTP tracer) during the construction a page and optimize the index of the tables required (not only MEASURE because we're talking about "during" the construction of the page). We hope that you do the same on your side...