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 am trying to implement scheduling using Report Caster API's.
Finally we are able to use the java files provided inside the Report Caster directory. I have created a schedule successfully.
When I try to execute the schedule using S21_Run.java file it is getting executed. When I check the log it is failing with the following error message.
Task error: A VALUE IS MISSING FOR: &Days_in_Report
It is because the Fex code accepts a parameter in order to get executed. The problem is I dont know how to mention the parameter. Do I need to mention when creating the schedule using S02_Add_Email.java or when executing the schedule using S21_Run.java
Kindly help me in this.
Thanks, SanthoshThis message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.0.03 Unix HTML, Excel and PDF
Posts: 35 | Location: Los Angeles | Registered: April 25, 2014
Yes I checked the documentation. It tells me how to pass the parameters to run the schedule like below:
Usage: java S21_Run
But I need to pass a parameter which is required to run the FEX. I went through the ReportCaster Legacy API Developer's Reference but I couldnt find it.
Could you please help me.
Thanks, Santhosh
WebFOCUS 8.0.03 Unix HTML, Excel and PDF
Posts: 35 | Location: Los Angeles | Registered: April 25, 2014