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.
WF will look through the APP PATH to find the FOCEXEC. If the FOCEXEC is not in any of the directories in the APP PATH you will get the not found error message. The IBIAPP_app controls the which specific APP PATH directory should be searched for the FOCEXEC but if the directory is not in the APP PATH, this will not help.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
the ibimr_drill = RUNNID was all that I really needed. Hopefully this example will help someone else, because this same issue has been on my notepad for the better part of a year. (we aren't production yet)
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Jason there is NO relationship between MRE and APP PATH unless you map it.
APP PATH is EDASERVE and WebFocus Client (edasprof.prf). MRE does not use the same structure except that it will find things in the APP PATH. However WebFocus server cannot find things in MRE unless you explicitly tell it where to go.
If you are running an MRE report as an adhoc/selfservice request from an html page copy it to a directory in your app path and there will be no problem.
In another twist, if the client server and the reporting server are on the same machine, you could map the MRE domain folder as an App folder.This message has been edited. Last edited by: Francis Mariani,
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
MRE progs (for 71, others similar) are held in the [install drive]:/ibi/apps/webfocus71/basedir/folder/app on the Client Server (the one normally running something like IIS and an application server such as tomcat),
The APP Path processing however, "normally" will expect the prog to be held within [install drive]:/ibi/apps/folder on the reporting server.
Consequently, the settings required will be different depending upon whether you want MRE or Self Service.
For Self Serve you "normally" only require IBIF_ex and IBIAPP_app but, as you have found, for MRE you require so much more -
IBIMR_domain is the domain folder name within Basdir - right click in DS to identify
IBIMR_action=MR_RUN_FEX this is standard, there are other settings - check documentation for details
IBIMR_sub_action=MR_STD_REPORT this is also standard etc. etc.
IBIMR_fex the location and name of the report within Basedir. noramlly app/fexname.fex
but could also be mrv/fexname.
IBIF_ex [b]this is not required for MRE[/b]
IBIMR_folder this is the equivalent virtual folder within Standard Reports.
Right click in DS to identify.
IBIMR_random random number to force rerun and not delivery from cache
IBIMR_user not strictly necessary
Hope this helps.
Incidently, to reconfigure a launch page in MRE after developing it within Apps folders you need to replace the IBIF_ex and IBIAPP_app with the above.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004