Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Using System/User Variables

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Using System/User Variables
 Login/Join
 
Member
posted
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?

v5.3
 
Posts: 10 | Registered: July 21, 2005Report This Post
Expert
posted Hide Post
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 effect

This message has been edited. Last edited by: susannah,
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Member
posted Hide Post
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.
 
Posts: 10 | Registered: July 21, 2005Report This Post
Expert
posted Hide Post
An alternative method of doing what Susannah suggested is to use the Admin Console.

http://server-name/ibi_html/wfconsole.htm

Click on Configuration.

Click on Custom Settings.

Add this after whatever is displayed in the text box:

<SET> IBIC_user (pass)
<SET> IBIMR_user (pass)

Alternate syntax:

<SET> IBIC_user = &IBIC_user (pass)
<SET> IBIMR_user = &IBIMR_user (pass)


Click on Save.

The advantage of using the Admin Console is that you do not have to restart the server.

IBIC_user is the User ID paramater when in a self-service (non-MRE) environment. You must have a self-service login page for this to work.

IBIMR_user is the User ID parameter when in MRE.

I believe this should work for 5.2 and above.

This message has been edited. Last edited by: Francis Mariani,
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Using System/User Variables

Copyright © 1996-2020 Information Builders