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.
Does anyone know if it is possible to stop users accessing "http://server/ibi_apps" but allow access to a portal "http://server/ibi_apps/bip/portal/myportal".This message has been edited. Last edited by: Waz,
Originally posted by Waz: Although we are using the portals differently to what you have said, this may help.
Any idea if you can add parameters to the IBI_Default_Welcome_Page ?
The only thing the manual says on it is that it "specifies the default portal to appear when a user signs in, in the format /bip/portal/xyz, where xyz is the name of the portal."
I'm guessing you could add params. Not sure.
8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
Posts: 1113 | Location: USA | Registered: January 27, 2015
I know that IBI has been in contact with and working with our BI Admin to set up custom URLs to each portal so that we can link to them from our corporate intranet site. So, the functionality is possible. I am not sure what they are doing to implement it, or how far along they are with it.
8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
Posts: 1113 | Location: USA | Registered: January 27, 2015
We prevent users from getting to ibi_apps by specifying a particular portal in the Default Welcome Page parameter on the Admin Console (as previously mentioned in this thread). This redirects the user to the specified portal even if they navigate to ibi_apps.
This occurs for everyone, therefore the developers have a special portal that contains a tab with the Resource Tree.
I created a private portal containing with the "WebFOCUS Resources" tree.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
If you never want the end user to hit ibiapps, then just put a redirect on the Apache layer. for me if I want to hit the alternate zone I use the direct name of the server, since it's an alternate zone, it's only accessible through specific IP addresses (mine). Everyone else uses a URL set up in apache that will redirect people away from tomcat or whatever page I want them to hit. You could do the same thing with your portal. You Could even make easier names for people like portal1.waz.Com and portal2.waz.com
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
Since a portal request is made through the web server, there is no functionality in WebFOCUS Client to redirect the request. This must be performed on the web server level.
So if we do this, its going to have to be at the Web server.