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.
I read lots of posts about this on the forum but I still can't do this. I need reference a fex in MRE and I can't find the correct way to do this. On EDASERVE it was very simple:
But I think I'm passing the wrong values on these parameters because when I run this .fex I get the error:
Error occurred.
ERROR: MR_UNKNOWN_ERROR Item does not exist IBFS:/WFC/cnisgestao_suporte|app|at_tratamentos_registros_datatable.fex
I think this final URL should be like: IBFS:/WFC/Repository/cnisgestao_suporte/std_reports/at_tratamentos_registros_datatable.fex. But I tried plenty of ways to pass these values on the HTML form and never reached this result. I think it's very strange those pipes ('|') instead of slashes ('/') too.
Using the Developer Studio, right click on the fex that I want to reference (properties) give me the following full path:
Perhaps check the value you are setting for IBIMR_domain.
Per the 'WebFOCUS API Developer's Reference':
quote:
Required. The domain href is normally in the form of an eight character domain directory name, a slash, and an eight character domain file name followed by an extension (for example, domainon/domainon.htm or untitled/untitled.htm).
Check the properties of the domain folder and you should see the value for 'Href'.
flavio, did you try just running the fex, from MRE, and then copying the entire string from your browser's address bar? seems the easiest way to get the syntax correct. Sure, you can write a link to appear any way you want...but that's just HTML basic.
<a href='...whatever' >my fex</a>
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, 2003
Flavio, The best way to do this is using the REST API. See the doc services site for details. Note: This does require a license.
Now you can make straight servlet calls, but I would not use the views.bip URL example you provide as that can change between realizes. The same could happen with regular servlet calls, but is less likely. The REST license is getting you documentation and a guarantee that the calls will continue to work when you upgrade.