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.
My ReportCaster job will be running for several hours to create thousands of reports within a text, xml and excel files. I would like to see the progress of run by looking some log files. Is there any log files created by reportcaster or webfocus procedures? Where to find those log files?(location and file names please) and how to write our custom text in those log files from webfocus reports? As always, appreciate very much your help.
Thanks, vaidyaThis message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.10 UNIX, WINDOWS PDF, HTML, Text
Posts: 15 | Location: Richmond, VA | Registered: May 05, 2010
In short, not unless you've turned on Tracing/Logging. I was just speaking about this to my rep today.
In ReportCaster, run manually (right-click job, choose Run). There will be a dialog that pops up asking about Trace options. Select 'Schedule' to only see the job outputs, select 'Schedule and Report' to see the actual report outputs as well.
On my Windows 7.6.11 instance, the output is held in c:\ibi\ReportCaster768\trc. Note that if this is how you ran the job in the first place, you can go straight here and review the .trc file. If not, you'll have to rerun it as described above and open the output when done. The trace file will be named according to the STAT_BT_NAME as defined in BOTLOG (or right-click and review the log entry for your id). If all else fails, looks for a file created at the time you submitted the job. The text inside is very clear about what was run.
The files may be very large, I'd suggest using TextPad to view them.
Also, note that the FEX file that was submitted for execution is held in this directory.
Thanks ABT. I will check it out. I would like to see the logs while "automated job is keep running". I heard from everyone that it is not possible to see logs while a job is running.
Vaidya
Posts: 15 | Location: Richmond, VA | Registered: May 05, 2010
Indeed. See my recent thread (https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2157077895). Even though my issue was regarding a deferred job submitted via MRE, I think it is more similar than different to your ReportCaster question.