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 have a Fex procedure which loads some Marts and takes some around 40 minutes to execute. After 40 Minutes it displays "Page Cannot be Displayed", How can I set Maximum Time Out so that i should be able to se the output instead of "Page Cannot be Displayed"
It is not the WebFOCUS program that is timing out, it is the web server. Here are some suggestions:
- Break the WebFOCUS program up into smaller programs and run each indivdually. - Increase the Time-out interval on the web server. - Run the WebFOCUS program in deferred mode in MRE. - Schedule the WebFOCUS program with ReportCaster.
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
Sai, you need to edit your profile signature so we know what your system is. If you're running on a windows server, its an iis Connection Timeout setting, the default for which is 90 seconds and you need to up it to , oh, 900 or so. If you're running windows, come back, and we'll give you more details. For your particular request, 40 minutes is a long time, so running your job deferred as Francis suggests is the way to go.This 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
1) First Step: Filedef a log file 2) Do any webfocus processing 3) Last Step: copy the log file to a network drive for future reference.
Here's a basic example:
FILEDEF STDOUT DISK MYFEX_LOG.TXT -RUN -* DEFINE FILE CAR CNT/I5 = 1; END -* TABLE FILE CAR SUM CNT BY COUNTRY BY CAR ON TABLE HOLD AS HLD_CAR FORMAT ALPHA END -* CMD COPY MYFEX_LOG.TXT \\some\netwrok\drive
This seems so basic, but I have never been able to get this to work. Does anyone know how to do this? Is this something that can be done with a newer release of WF(I'm currently on 5.?)?
Jim
WF DevStu 5.2.6/WF Srv 5.2.4/Win NT 5.2
Posts: 118 | Location: Lincoln Nebraska | Registered: May 04, 2005