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.
The reporting server uses &IBIC_user for deferred reports, so does Report Caster. I would like to see which MRE user is using the Reporting server sessions for a better control and service. I cannot set &IBIC_user=&IBIMR_user for the above reasons, but is there anyway the Reporting server USER column could show the MRE user when the &IBIC_user is null. Thanks for your help.This message has been edited. Last edited by: <Kathryn Henning>,
Add the MR User parameter to the Admin Console Custom Settings (site.wfs). Please see this post. The variable will be available to all fexes, though probably not to ReportCaster.
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
&IBI_user and &IBIMR_USER are already in the site file. The point is that the REPORTING SERVER CONSOLE displays &IBI_user only in the USER column and I would like to see &IBIMR_user as well. Thanks for your help.
Sorry, I didn't understand what I read. If you mean the Data Services Agents (Workspace) area of the Reporting Server Console, I'm not sure if there's anything you can do. I clicked on "Choose Columns" to see if another user-related column is available but I couldn't find one.
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
Configure WebFOCUS Reporting Server for trusted connection; -From the Reporting Server Console choose “Workspace”; “Access Control” then “Others”. -For the “trust_ext” setting, choose the “Y” radio button.
Configure the trusted connection from the WebFOCUS Client to the Reporting Server; -In the WebFOCUS Administration Console select “Reporting Servers” then “Remote Services”. -Select the “Node Name” radio button that you would like to configure the trusted connection to and then choose “Modify”. -From the “Security” section, choose “Trusted” -Select the “WebFOCUS script variable” and enter the value “IBIMR_user”. This will pass the MRE ID being used to the WFRS. However, a security person I spoke with at IBI suggested using REMOTE_USER in the “Web server HTTP variable” option but due to a bug in 7.6.11 we had to us WF_REMOTE_USER in the “WebFOCUS script variable” option. One of these options ought to work.
Posts: 36 | Location: Oklahoma City | Registered: December 05, 2006
Hi Craig, “WebFOCUS script variable” and enter the value “IBIMR_user” did the job perfectly on 7.7_05. This way I get the MRE and Report Caster user name displayed. Thanks very much for your help and time.