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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
&Var for USERID
 Login/Join
 
Platinum Member
posted
Is there an &var, more likely an &&var, that contains the USERID of the user submitting the *.fex for execution? I would expect that in MRE it would show the LogonID; in RCaster, the User given as a Task pproperty; in DevSudio, the OS's user or a fixed value.


WIN/2K running WF 7.6.4
Development via DevStudio 7.6.4, MRE, TextEditor.
Data is Oracle, MS-SQL.
 
Posts: 154 | Location: NY | Registered: October 27, 2005Report This Post
Virtuoso
posted Hide Post
There is &USERID...

not sure how you want to use it.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Expert
posted Hide Post
Follow the instructions for &IBIMR_user here:


Using System/User Variables


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
For Dev Studio or RC,

-SET &USERID=GETUSER('A8');


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Master
posted Hide Post
I think it really depends on what your IIS security settings are on the webserver(s) where the WF Client is installed and what type of app (MRE, self-serve, etc.) you are running.

For us, if we do a GETUSER, we would get the generic user id on the Reporting Server. We use IWA and pass the user id by adding the following to our site.wfs file.
<ifndef> RUSER
RUSER=&WF_REMOTE_USER
<ENDIF>
<SET> RUSER (PASS)


This creates a &RUSER variable that's available on the Reporting Server.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
Expert
posted Hide Post
thanks, Oklahoma City , for that reminder. i needed to know exactly that and couldn't remember.i'm going to go edit my site.wfs right now.
Do you, by any chance, know how to grab the network DOMAIN to which a user belongs?
i want to be able to handle security by network domain membership, rather than specific user?


Chris...all you need to do is delete your post...an option from the edit .

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




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
"Do you, by any chance, know how to grab the network DOMAIN to which a user belongs?"

Yes, do the same thing but use &REMOTE_USER instead of &WF_REMOTE_USER.

In our environment, that gives OKDHS/userid where OKDHS is the domain.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders