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.
then I have this report set into a WebFOCUS PAGE[Page02] as well. So when I run Page02 first and then click on the heading hyperlink, and it didn't redirect this page02 to page01, check on 'browser developer tools' at console there is error state:
Unsafe JavaScript attempt to initiate navigation for frame with URL 'http://192.168.2.222/ibi_apps/run/IBFS/WFC/Repository/Dashboard/service' from frame with URL 'http://192.168.2.222/ibi_apps/run.bip'.
The frame attempting navigation of the top-level window is sandboxed, but the flag of 'allow-top-navigation' or 'allow-top-navigation-by-user-activation' is not set.
any idea what is going on?
*CORS is all checked in SecurityThis message has been edited. Last edited by: nox,
I would love to re-create issue base on car file, but I think this issue is MAINLY around Cross-Origin(CORS) issues.
Would like to have more idea base on different domain using iframe to display WebFOCUS's BI content.
Example:
Domain/Site A- where WebFOCUS server installed and create several graphs and ready to display in domain B.
Domain/Site B- Got an html with Iframe within and with Sandbox security setting, and within this Iframe need to display graphs from WebFOCUS in domain A.
since there 2 domains in place, WebFOCUS Administrator setting need to enable CORS setting in Security in order to pass resources to domain B and NO access to domain B to touch Sandbox security setting(pretty much Sandbox is off-limit). How can I show those graphs within domain B's Iframe?