Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]FEX Names in a Folder

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]FEX Names in a Folder
 Login/Join
 
Guru
posted
Does anyone know how to get a list of the FEX names that are in a folder in Dev Studio? Thanks.

This message has been edited. Last edited by: Michele Brooks,


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Expert
posted Hide Post
  
APP QUERY IBISAMP HOLD
TABLE FILE FOCAPPQ
PRINT
    FILENAME
       COMPUTE STUD_ID/A70  = GETTOK(FILENAME,70,1,'.',70,'A70') ;
       COMPUTE FILE_EXT/A70 = GETTOK(FILENAME,70,-1,'.',70,'A70') ;
WHERE TOTAL FILE_EXT EQ 'fex';
-* ON TABLE HOLD AS PROGRAMS
END
-EXIT

Replace IBISAMP with your folder...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Guru
posted Hide Post
Great! I'll try it. Thanks. Worked like a charm. Thanks again.

This message has been edited. Last edited by: Michele Brooks,


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Expert
posted Hide Post
since you're in windows, there's always old school
CMD DIR C:\IBI\APPS\IBISAMP\*.FEX
will display to your screen
CMD DIR C:\IBI\APPS\IBISAMP\*.FEX > C:\IBI\APPS\IBISAMP\DELETEME.TXT /S
will save the list into a txt file
CMD DIR C:\IBI\APPS\IBISAMP\*.*
will display to your screen and redisplay your list and show your little list file




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
...and what if I want the same for a MR domain?


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
Expert
posted Hide Post
Hi Michele,
Welcome! Glad it worked for you...

Hi Dave,
In previous versions to 8, we use MREXTRACT(run nightly via ReportCaster) and read the txt files. 8 is now a repository...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
@Dave
CMD DIR C:\IBI\WEBFOCUS77\BASEDIR\untitled\app\*.fex
etc...




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
susannah,

first of all, I don't like saving a hardcopy .txt to the server.

What happens if more than one user runs it?

...and, how can I query the contents?

I'll explain.
We have a 'custom' tree-view that displays all available fexi per user per domain.
This is done by parsing calling ( httprequest ) the server and parsing the domain.htm

Meanwhile we've migrated the reportingserver to windows.
I'm looking for a better ( faster ) solution.

Querying would be nice.


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
Member
posted Hide Post
quote:
Originally posted by Michele Brooks:
Great! I'll try it. Thanks. Worked like a charm. Thanks again.


And is it possible to search a string of characters inside every fex ? for example : to display the fex list using 'BYTOC' ?


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 4 | Location: Louvain-La-Neuve, Belgium | Registered: October 17, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]FEX Names in a Folder

Copyright © 1996-2020 Information Builders