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.
Hi, I have a .NET application that is invoking MRE reports. I have a long running report that times out. Can I run deferred? If so, how do I notify the person that the report is available?
Version: 8.0.0.6 Windows platform All output formats will probably be used.
You would do this with WebFocusRunFex (See page 99 of the WebServices Manual), and setting MREDeferred to "True" within the FexInfo structure (See page 67 of the WebServices Manual).
You would use MREDeferStatus (Page 319) to check the status of your deferred request, and give that output to the end-user in any format you wish to notify them.
You would do this with WebFocusRunFex (See page 99 of the WebServices Manual), and setting MREDeferred to "True" within the FexInfo structure (See page 67 of the WebServices Manual).
You would use MREDeferStatus (Page 319) to check the status of your deferred request, and give that output to the end-user in any format you wish to notify them.
What version of Webservices Manual are you using? I don't have the same pages as you.
Version: 8.0.0.6 Windows platform All output formats will probably be used.
Actually, what I am really looking for is some design suggestions. I want to invoke the report to run deferred from .NET, but not sure how to alert that the report is done. Can I do programmatically behind the screens in intervals or should I make them click a button to refresh the status.
Looking to see who has done this before via a .NET app, and how they designed the page.
Version: 8.0.0.6 Windows platform All output formats will probably be used.