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.
Glancing at the Report Assistant, I noticed that there is a list of predefined system variables that one can use in their reports. These range from error codes, to row counts, and any number of other useful system flags. However, I did not notice anything to do with the 'current user'.
I am looking to integrate my current application with WebFOCUS so that users can be 1) automatically logged into the Dashboard when they want to access their reports and 2) generate reports based on their current credentials (e.g. A list of the user's records in a report or a drop-down that can be drilled-down to access further reports.)
Does this functionality exist? Or am I just missing a really common &CURRENT_USER variable that doesn't appear in the Report Assistant?
The field is &IBIMR_user but to make it work you have to add this line to the client site.wfs file (just a text file) IBIMR_user(PASS) the client site.wfs is in :\ibi\client52\wfc\etc\site.wfs Once added, you have to recycle the server to make it take effect. then in your fexes you can grab this variable.. -TYPE &IBIMR_user ok? but your question appears to be alot more complex. Automatic login using their windows id, etc, is cool but complex, and ibi consultants can do it for you.
nb: have to recycle tomcat or iplanet for changes to the client/site.wfs to take effectThis message has been edited. Last edited by: susannah,
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Thanks for the reply Susannah. Sadly I wasn't able to get my server configured to get IBIMR_user in my fexes. I tried this method, as well as other similar methods listed on the forums. I have to assume that we are using an outdated version. We shall be upgrading to 7 here in a few weeks so hopefully this will resolve the issue.