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 investigating setting up dynamic schedules at run time using the Reportcaster API. Has anyone been able to do this and if so, how was it done? Have you had issues/problems and if so, what were they? Any information, suggestions anyone can share would be appreciated.
It has been quite a while, but I have used the ReportCaster 5.3.2 API via JSP pages. There are samples provided with the software.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
I have been able to do this using the Caster API for 7.13 in a Servlet.
It can be a little bit tricky, so here is my advice.
1) First create a simple program jsp or servlet that connects with caster. It needs a servername, port, userid, password minimum. 2) Next create a simple schedule for a self service fex that is in the path. Try using a run once schedule goes to a printer and sends no notification. 3) Keep getting more complex until you are where you want to be.
Note: If leave something out then an Exception will be generated. Ex: Leave out the job description.
We've used it on several applications. I have played with the samples to do some prototyping and to update schedules in a batch mode. The java developers have done the intergration between the jsp pages and the api.
Jon
WebFOCUS 7.1.3 Windows Client AIX 5.2 Report Servers
The new api is very simple to use. You should not have any problems. The documentation provides very clear examples for every feature. IOWs , you should not have any problems.
I would suggest that you create one class that contains all the arguments required to create a job (including all set and get methods). That way you can completely separate the collection part of the of the batch process with the job creation part. I would also suggest using resource bundles or properties files to initialize your newly created class with default arguments prior to the assigning actual values. I personally like to use multiple levels of overriding defaults such as: environmental defaults, location, application etc. That will save a lot of potential problems with having to duplicate standard entries. Construct it so that the set's will only happen if there is a valid value available during collections, otherwise, it will use the defaults.
Hope this helps.This message has been edited. Last edited by: dhagen,
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott