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.
Hi, I have a requirement such that the procedure in the report caster should run using different adapters for which i have a connection parameter.We have external ESP jobs that invoke the Report Caster schedule to run this procedure.How to pass values to the connection parameters in the procedure during run time in Report Caster.
WF8105M Windows 10This message has been edited. Last edited by: FP Mod Chuck,
I had done this years ago. The CONNECTION information can be held in a fex instead of just the default edasprof.prf. You can then assign & variables to anything. This should be done prior to TABLE request obviously. I did this in my case because the password for the adapter had to be looked up and not coded so I had to call an external routine to get password then substitute in CONNECTION string.
8.1 Windows PDF
Posts: 2 | Location: Connecticut | Registered: May 08, 2018
Hi, Currently there are connection parameter in the procedures.we are doing a RESTful call to run the ReportCaster Schedule using ESP.They are passing the parameters with the RESTful call but the job fails.Is this because the procedure cannot recognize the parameter from the URL?
Unfortunately i cannot post the code. The report runs successfully when parameters are specified in the URL.
In the external java code to run the schedule they are executing the .sch file. How can i pass the parameter to the sch file. can i pass it in the URL itself will that work?
What URL are you using? Is it a WebFOCUS RestFul Web Service call?
You can set them in the actual schedule itself under the task there is a parameters button that allows you to set them there. But I know that is not dynamic.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
will it work if i pass the parameters with this url like [URL=http://localhost:8080/ibi_apps/rs/ibfs/WFC/Repository/RESTful_Web_Services/ Car_Reports/REST_Schedule.schIBIRS_action=run&CONNECTION_NAME=DB5[/URL]