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.
According to IBI's doc# 72271005 titled 'How to run Deferred Mode in Self Service Application' it is possible to do... They don't give the code that's needed so I don't know if their doc is incorrect or I don't have the correct code.
That doc does imply that there is a way to submit the deferred outside of MRE - but not to come back later and pick up the results. I would think a complete self-serve solution would include both. I would be interested in such a solution too- but I don't think its possible.
Posts: 391 | Location: California | Registered: April 14, 2003
FYI, the information will be updated on techsupport site shortly. Here is the solution section from the case:
DEFERRED MODE is a function of the Managed Reporting Environment (MRE), so as such it is not supported outside of MRE. There have been several new feature requests to allow this functionality outside of MRE.
One technique used by some customers is to "PUBLISH" your procedure from within MRE and then edit the HTML page and "cut & paste" the "IBIMR" information into your Self Service code. This will allow you to submit the requests, but you will still need MRE to view the output.
Hope this helps.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
The deferred output gets stored on the reporting server. To retrieve it we need some record tying the output together with the person who submitted it. That's where Managed Reporting comes in. The ueserid.htm contains a record of the requests submitted by that user so that they can retrieve them at a later time.
ttfn, kp
Access to most releases from R52x, on multiple platforms.
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003