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.
Within the Managed Reporting Environment, I have one .FEX that is used by many other .FEXs via the -INCLUDE. How do I find all the .FEXs that reference(use)this one .FEX? (i.e. is there a way to search all .FEXs within a domain for a specific string?)
I'm relatively new at this and appreciate anyone's help... Thanks!
I don't think you can do this within MRE - there's no tool to search the text of the program files.
You could try the Windows Search facility (though there seems to be problems with the Windows XP "Search word or phrase in the file" function.
I do all my text file editing (HTML, JavaScript, JSP, FOCUS, etc) with a program called EditPlus. Among many others, it has a feature to search for text within a folder of files. http://www.editplus.com You can download and use the full program for evaluation.
Cheers,
Francis.
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
Thanks for the quick response! I was able to use the !FIND within a .FEX to search the Applications directory, and it worked pretty slick. I was hoping I could do the same for the MRE enviroment, but no such luck. We've got our Reporting Server on one iSeries and our Web Focus Client on another iSeries. Wondering how (if possible) to get the !FIND to look at the MRE environment.
We use a product called WinGREP to search for text strings in FOCEXECS. It is shareware, but works great. Just type in your string, point to your basedir structure and let it search. It can also display the lines of matching code along with the .fex name and directory location.
Hope this helps,
kevin
WF 7.6.10 / WIN-AIX
Posts: 141 | Location: Denver, CO | Registered: December 09, 2005
Thank you both for the suggestions. Actually, iSeries (aka AS/400) is IBM based, but I can use UNIX type commands by going into QSHELL (QSH). I used the GREP command to search my directory and it worked great!