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.
Thanks Jack, That sounds like some good technicalities that IB can consider when reaching my bottom line request, summed up as "Get it done! Make It Happen!".
PS: I've yet to create the NFR Case, but will, soon. I'll post that case number when I get it.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
If all else fails, you could access the repository and pull the fex, then run it, but this does not take into account any -INCLUDE's or EX's the fex would have.
* Normally, Client will find the referenced fex file in Content and push it to the Server as part of the request, as it does now; * But if the file-reference contains an ampersand, Client will make arrangements for Server to pull the file from Content, once it has resolved the amper variable.
That said, due thought must be given, in the design of the Feature, to address the possibility that the -INCLUDE will be executed more than once, and the value of the amper variable may vary of the course of the run.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
An interesting note with the way that WF sends the fexes to the reporting server.
If there are many fexes with the same name but in different directories, they are named {first 6(i think) characters} + 0 to 9. If you have more, then things will go to the dark side.