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.
We are migrating about 100 reports from mainframe to WebFocus and scheduling them through ReportCaster.
I don't need to know how to do this now because we're swamped with the conversion but I'd like to know if anyone has ever written a Focus Report against the ReportCaster tables to determine if any reports have abended.
We had something like this on the mainframe and will need someting similar so we don't have to go through each log each day to see if the report ran.
Thanks, Jim
7.13 Oracle Unix
Posts: 43 | Location: San Jose, California. | Registered: July 18, 2005
Have a look at column ERROR in BOTLOG. It is '1' for the execution of a schedule, if there is some sort of error message in the log. Then in BOTLOG2 you find ERROR2. This column is set to 'Y', if the line contains an error message. The message itself tells you more.
Roland
Prod: WF 7.1.5 Test: WF 7.6.4 Unix Sun Solaris HTML, PDF, EXL2K
Posts: 54 | Location: Switzerland | Registered: May 13, 2003
You just have to make sure the master files are in your app path. At our site, we use APP APPENDPATH rcaster in administrative user profiles to limit those who can report against these tables (since some of them contain secure information)
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Thanks guys for the fast turn around. This will help me very much when I get ready to write the report. If I have any more questions I'll submit another post.
Thanks again, Jim
Posts: 43 | Location: San Jose, California. | Registered: July 18, 2005