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     [CLOSED] How do I get the logged on user id?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] How do I get the logged on user id?
 Login/Join
 
<JOMC26>
posted
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,
 
Report This Post
Platinum Member
posted Hide Post
There was a previous post on this topic that may help you ......

Have you tried doing a search on user id.......

grabbing the MRE user in 5.2 is one I remember talking about user id ....
 
Posts: 132 | Location: Kansas | Registered: November 12, 2003Report This Post
<JOMC26>
posted
I totally missed that entry. Thanks but I am using 4.3.5. It may be the same?
 
Report This Post
<Partha>
posted
Try this

-SET &USERID = GETUSER(USERID);
-TYPE User ID is: &USERID
 
Report This Post
Expert
posted Hide Post
-TYPE &IBIMR_user
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
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)

cheers!
 
Posts: 919 | Registered: March 26, 2003Report This Post
Member
posted Hide Post
Is this still valid in 7.7.04 and with the 8.0.0 client?

To answer that myself: yes it is still the valid approach.

This message has been edited. Last edited by: kmarshba,


Server: 8009; Client: 8009 Refresh; OS: Windows Server 2008 R2 64-bit; Web Server: Tomcat; Output Formats: All
 
Posts: 9 | Location: Oregon | Registered: June 12, 2012Report 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     [CLOSED] How do I get the logged on user id?

Copyright © 1996-2020 Information Builders