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.
We have our application running in WebFOCUS 7.7.02. In which we get a default amper variable &MRUSERID which gives us the user ID of the person who logs in. Filtering that value against the CASTER_USER column in the BOTUPROF repository table will give me the user's full name - Which we print in the criteria page as "Report Generated By:".
We are now migrating to WebFOCUS 8.0.0.1. In this I am not getting any &MRUSERID. Even I tried -? & to get the list of default variables, but none gave me the user ID.
Can someone suggest me the way to get the user ID who has logged in and running the reports.
Info : Also in 8 BOTUPROF now changed to UOA_USERS.This message has been edited. Last edited by: <Kathryn Henning>,
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
I am not sure about this but &MRUSERID might be a custom variable that is being passed from the WF client on to the RS. You will have to PASS the & variable from the client to the server for ex &IBIMR_user ....not sure if the WF8 client admin console allows to change the profile files.
thanks Sashanka
WF 7.7.03/Windows/HTML,PDF,EXL POC/local Dev Studio 7.7.03 & 7.6.11
I user IBIMR_user not &MRUSERID, but I have it set in Custom Setting in the Administration Console on the Client
<set> IBIMR_user(pass)
I also noticed in 8001M It displayes your userid when you log in on the Welcome screen, but if you run a Portal it displays "Anonymous" I opened a case for it.
A guess: Perhaps your site.wfs file was customised in WF77, and you need to do the same in WF8. e.g. this could have been done from the Admin console, or by editing the relevant webfocus /client/etc/site.wfs file:
<sendvar>
MRUSERID=&IBIMR_user
<endsendvar>
WebFOCUS 8.2.06 mostly Windows Server
Posts: 195 | Location: Johannesburg, South Africa | Registered: September 13, 2008