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 need to perform some administrative functions based on what reporting objects are being used as well as trying to use a focexec as a data file. I cannot use a file on a data server.
On mainframe FOCUS this was easy. Not so easy these day.
search for MRE extract, that might give you some answers.
we are developing this to build the administration. Reading a fex as a datasource? Do you want to extract the fex coding and analyse the use of tables, fields, defines etc? That is something we want to do also, but until now only in our heads....
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
Just a suggestion, in future why not generate the necessary code on the fly. We do this all the time. Have a look at my presentation from Las Vegas "Focus the cornacopia". You may find some ideas. Regards Steve Simon
Try putting -MRNOEDIT BEGIN at the begining of the fex and -MRNOEDIT END at the end of the fex.
MRE tries to resolve all dialog manager before sending to the server. Adding the above tags should send the dialog manger commands with the entire focexec.
Windows: WF 7.6.2: SQL Server 2008 R2
Posts: 86 | Location: Chicago | Registered: August 03, 2007
Your directory separator may be wrong. For Windows it's '\'. Can the file be accessed correctly with "D:/ibi/WebFOCUS71/basedir/TestDomain/app/datnotfe.fex", outside of WebFOCUS?
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
Francis - the separator is fine. Besides the MR_BASE_DIR contains the forward slash, so if I switch the slash for the rest of the string it'll conflict.
If I dump the address into IE when logged into the web server windows box the fex pops right up.
I addressed this in a case, so I'll follow up if a solution is found.
Shawn, that *may* be the reason why it's not working. I find that you sometimes get unexpected results when running a fex from DevStudio. Sometimes in MRE, if you run the fex from the text editor, certain MRE variables are not available (e.g. MRE Folder, MRE Domain), while they are available if you run them from the domain list. So, please try running the fex from MRE.
Cheers,
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
I got this to work "sort-of". We have an additional reporting server on a windows box which is the same one that the web server resides. If I switch the properties of the fex to point to that reporting server and execute this from MRE it works. I wanted this to work using the unix reporting server, but I can work with this. What I find especially odd is the format of the address...conflicjting slashes. D:/ibi/WebFOCUS71/basedir\MyDomain\app\datnotfe.fex It doesn't work any other way.