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.
Gurus, I need some advice/feedback on best practices/methodologies for a Hub/Sub project. In this environment I'm faced with two options to develop webFocus reports 1. Use REMOTE BEGIN/REMOTE END 2. Create Remote Synonym for all the metadata.
I haven't really tested any but, I would like get an opinion on these options.
Appreciate your feedback.This message has been edited. Last edited by: Kerry,
Posts: 289 | Location: Houston,TX | Registered: June 11, 2004
Typically what you want to do is to push back as much processing to the database. This does rely on whether the reports will show detailed or summary information.
My suggestion is to use both, depending on what you are doing.
If there is business logic involved, then use REMOTE BEGIN/END, if the query is simple, then remote synonyms.
My impression is that the REMOTE block is treated as a SYSIN stream, not as a fex. In any event, any dialog manager variables appearing in the block are substitured locally, and any DM statements are executed locally, before the block is sent.
If the remote part is complex enough to require Dialog Manager, store it as a fex on the remote WF server, and EX the fex in the REMOTE block.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005