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 am trying to get a handle on how to use the includes in wf8 from MRE. From reading posts, I see how I have to put the full qualified path in the inclide statement, along with putting .fex at the end.
Having all of the procedures run from the Reporting Server, it works without the full path.
If I run the starting fex from MRE, doesn't it look in the application folders in its path for the includes? I can get it to run if I put all of the includes on MRE and fully qualify the path. But that means I will have to modify every bit of code and add the paths to the include statements.This message has been edited. Last edited by: Jay Potter,
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011
Jay: I'd like good news too. I think the best news (?) would be that something like Tom suggested would become part of the automated WebFOCUS 8.x.y.z process or someone out there would write a fex which would read all other fexes and take their path and change "-INCLUDE program_name" to "-MRNOEDIT -INCLUDE folder/program_name".
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Yes it was originally converted and it did work when running from the converted folder. But we are changing our domain concept and are moving the fexes around. Plus it is a way for me to learn how I have to create new fexes. Also if I can get all my code working the new way then I do not have to worry about other upgrades as much in the future.
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011
The answer for me was to edit every bit of code and include the path name to get it to work the new way. The intial convert did work, but to use the code in a new folder I had to add the path.
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011