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.
hi, I would like to know if i can include a non mre procedure which is there in one of the application in data server into my Managed Reporting Standard report procedure?
MRNOEDIT just turns off the DialogueManager's parsing of the code referenced in the following statement. It's commonly used as:
MRNOEDIT -INCLUDE ...
You can also just add a -INCLUDE into the MRE procedure at the desired point. The name of the included object must be fully qualified if you want to reach outside of the current MRE Domain (unless there are earlier APP pathing statements to include the desired folder, then you just need the name of the flle itself):
You could even INCLUDE code located outside of 'ibi' or on a different drive. I'm not sure about the inclusion of ".fex", that has changed over the years, but experimentation will indicate if your installed release needs it or not.
The entire content of the INCLUDEd file will be "copy-n-paste'ed into the MRE text then parsed as if it were written right there originally.
This is a powerfull technique to build large complex procedures from pieces that are previouly developed and tested.
WIN/2K running WF 7.6.4 Development via DevStudio 7.6.4, MRE, TextEditor. Data is Oracle, MS-SQL.
Posts: 154 | Location: NY | Registered: October 27, 2005
Use MRNOEDIT ... doing the direct -INCLUDE in MR means that MR is processing the -INCLUDE. What if the server fex you are calling has another -INCLUDE added later which does not use absolute path? It will work on the server ... but not in MRE. What if permissions change? What if you seperate the client machine from the server machine? If the fex is ONLY ever suppose to work from MR, then -include is fine --- or just move the fex into MR.
This is exactly why we have MRNOEDIT -INCLUDE
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007