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.
Does anyone know anything about this topic? The documentation is pretty sparse and confusing. I'm trying to call the Report Assistant in a self-service app, but I want to limit the list of master files that a user sees. Thanks! Jen
Posts: 68 | Location: Springfield MA | Registered: May 07, 2003
There are updates coming for this section of the manual.
You can call HTML Report Assistant with the following url, which will bring up the tool for a particular master: [URL=http://machinename/ibi_apps/assi st/jsp/rpasstie.jsp?MasterFile=masterfile &MRcgiPrefix=http://machinename/ibi_apps/WFServlet&IBIjavapath= http://machinename/ibi_html/ javaassist&R eportFlag=0&Type=REPORT&a ppserverdirectory=/ibi_apps/assist/jsp& IBIServer=servername&IBIApp=appname]http://machinename/ibi_ apps/assist/jsp/rpasstie.jsp? MasterFile= masterfile& MRcgiPrefix=http:// machinename/ibi_apps/W FServlet&IBIj avapath=http:// machinename/ibi_html/ javaassist&Repor tFlag=0&Type=REPORT&appserverdirectory=/ibi_ apps/assist/jsp&IBIServer= servername&IBIApp=appname[/URL]
In the url, you need to change "machinename" (3 occurences) to your own machine name and "masterfile" to the name of the master you're using.
The parameters &IBIServer and &IBIApp are optional. You would use &IBIServer if you have multiple WebFOCUS servers and want to access other than the default server for data retrieval. &IBIApp would be used if you are using a particular application directory under ibi/apps.
Setting the application path is a way to limit the master files that a user has access to. You can read more about that in the WebFOCUS Developing Applications manual, DN4500514.0303. It is available online.
Let me know if this technique works for you.
Regards, Emma SchwarzThis message has been edited. Last edited by: <Mabel>,
Emma, I have another question now. What if I want to call up a list of master files, instead of just one? I tried deleting the masterfile parameter in the URL and specifying the App name, but that didn't work.
Thanks! Jen
Posts: 68 | Location: Springfield MA | Registered: May 07, 2003
I have one problem regarding invoking report assistant from an application. My Requirement is, i need to open the report assistant(from an executed WF Report) and what ever the user has selected, a Report should be genrated and he can save taht report.
Please tell me How can i acheive this. It would be helpful for me, if you provide an example for the same.
Viswa, I'm not sure what you mean by calling the report assistant from an executed WF report? What I am trying to do is have a link within my self-service app that when the user clicks on it, it calls up the Report Assistant, and they can then run adhoc reports. We are not using the MRE environment, we chose to go the self service route, but we still want to be able to call the Report Assistant tool. I was able to get this to work, but only for one master file. If you could tell me a little more about what you are trying to do, and what environment you are in, I may be able to help. Jen
Posts: 68 | Location: Springfield MA | Registered: May 07, 2003
I wanted to do, what you have specified in detail. we have webfocus 521.
Without logging into MRE, i need to call report builder and users need to run the Adhoc Reports. It would be very helpful for me, if you can provide me with some sample code..You can mail your things to viswakanth@iitiim.com
Hi Jen.... I know Viswa asked for you to mail the info to him but I'd like to see your examples as well..... Could you post more info here I'd like to try this.
Thanks
Posts: 132 | Location: Kansas | Registered: November 12, 2003
Susannah: UAS is a term we use internally for the most part. Sorry about the confusion. UAS (User Administration Services) is a part of Managed Reporting (MRE) so the short answer is, yes you've got it.
Huh? The whole point of me wanting to call Report Assistant from a self serv app is because I don't have MRE (or UAS, whatever that is). I've gotten it to work in the past, with the links in the above posts, but I was only ever able to call one master at a time. But strangely, (or not so strangely), when I try running the same code that used to work, I get the following: value for &edaapp is missing
Did someone pull the plug on me??
Posts: 68 | Location: Springfield MA | Registered: May 07, 2003
Viswa, Try using the exact syntax of the link I posted, except replace servername with the name of your WF server where the car file resides, mastername with car, and app_name with the name of your application where the car file resides. If that doesn't work, then I am out of ideas. We are also using 521.
Posts: 68 | Location: Springfield MA | Registered: May 07, 2003