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
Dashboard
 Login/Join
 
Member
posted
We use an ASP page to re-direct our users to our PUBLIC view. This ASP page is in a IWA enabled virtual directory. The ASP page sets a variable with the users network login id. I would like to pass this variable in to the Dashboard so that I can pass it on to the Client. Is this possible?
 
Posts: 22 | Location: Pittsburgh | Registered: December 22, 2003Report This Post
<Grzegorz>
posted
Assuming that IWA places the network login id in the CGI variable (the standard variable is REMOTE_USER) the answer in general is: YES.
How to pass the variable depends on the purpose.
If you like to have the login id within your WF report, you can just add the following lines to the site.wfs (located in Drive:\ibi\client53\wfc\etc) configuration file:
<sendvar>
IISUSER=&REMOTE_USER
<endsendvar>
After restarting IIS (or just reloading the ibi_apps web application) you can get the user id within the report as the amper variable &IISUSER.
If you would like to pass the user id into the Dashboard web application, you can pass it as the request parameter, while constructing the redirect target (link, form, javascript etc.) on an ASP page.
There is also possibility to handle the CGI variable in the "very specific" way by changing the Worp_Views.jsp file. In this case the user id should be visible as the request.getRemoteUser() String variable.

Hope this helps (somehow)
Grzegorz
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders