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.
I need to get the logged on user id which is set by the webfocus security when the user logs in. I want to retrieve it within the HTML main menu page and use it to display a customized report for this user. Does anyone know how to get this - I have tried to get it from MR_COOKIE or WF_COOKIE but these are encrypted? Thanks.This message has been edited. Last edited by: Kerry,
There are several user-IDs and these can be in sync if you're configured for single sign-on, or they can be disparate.
the most commonly needed ids are: IBIC_user - WebFOCUS logged on user (reporting server ID) IBIMR_user - The Managed Reporting user ID.
These can be seen inside WebFOCUS language as amper variables, but in order to do this, you have to make sure the WebFOCUS CGI passes them into the WebFOCUS agent session; otherwise, they are "absorbed" by the CGI/WFServlet during the http transmission. To get them to be passed, in site.wfs (found in your client\wfs\etc directory), you can set then as follows: <set>IBIC_user(pass) <set>IBIMR_user(pass)