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.
We recently had a request to do searches against all .fex files to locate one or more strings. Ex Show me all reports that have the string "- SET" in them.
We have a good tool to crawl the files, but it can only list the file names (xzy.fex).
Does anyone have a good solution for matching the file names back up to the "report" name? EX xzy.fex = "Accounting Quarter End Report 1"
Any other recommended ways to fulfill that type of request?
Jason VipondThis message has been edited. Last edited by: Jaywill,
That information is somewhere hidden in the html files. We have created an application that lists all the fexes, creation date, changedate, internal name and location and the display names. You could combine this with your search.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
This information is in your domain html file on the server. Assuming a fairly plain install, this would be located in: x:\ibi\WebFOCUS76\basedir\domain\domain.htm.
The domain file names can be found by right clicking your domain folder in Dev Studio and viewing the properties.
As Frank mentioned, there have been posts on this forum that provide methods for treating that file like a source for a report and thus you can write reports against it. Take a look at that file in a text editor and it should make some sense.
And it was based off of an idea from Francis but I can't find that thread at the moment (maybe he'll chime in).
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF
jaywill use TEXTPAD, its a text editor from , as luck would have it, www.textpad.com its got a kicking 'search in files' feature which searches whatever directories you spec, for whatever character string you spec, and gives you a list of every file name and presents the full line of text in tha file containing your desired string. Nice, concise list output. its very cheap. Free for x days. The free version won't search but 50 files at a time as i recall, at least that's the way it used to be.
wait, i misread your question. you've already got that... yes you want to read the domainname.htm file in the domain directory, which Frank and Trav have already said. meaning, if your domain is named mydomain then there exists a file basedir/mydomain/mydomain.htm That file will have the true file name and the display name (what you see in the Properties box)..i assume that's what you mean by 'Report name'; You can write a master for this , as a text file; and just do some -READ'sThis 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
its a very good searching tool, you can specify RegEx or search within files, and it will also give you a preview panel to show you line of code that matches your query...
and it's free....
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF
Francis did, but I had trouble finding that post... You might search and see if you can find it (I honestly didn't look too long).
Otherwise you might bug Francis.
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF