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.
All, Within a fex I need to use RESTful web services to execute a Report Caster job. I need real examples of anyone setting up RESTful to connect to Report Caster. Is anyone doing this?This message has been edited. Last edited by: <Kathryn Henning>,
Since you asked for sample working example. At the end of your fex, add a HTMLFORM and then create a iframe. make visiblity of iframe to hidden/false. Load the above URL within iframe using SRC attribute.
Also you can use AJAX/JQuery to achieve the same.
To IBI, Can you update the documentation to include IBIRS_action=run as mentioned above.
As another alternative (if you are licensed for this) You can set up a rest adapter to your environment.
Then create 2 synonyms one for signon and one for runsched
You can then create a fex that TABLE FILES the REST Signon synonym (report caster wants this) this validates the ID to be used to run the schedule you can then table your execute synonym and pass it the schedule you want to execute.
we have one fex that kicks off the process and then in the post process calls the fex with the rest calls in it. We pass in the variables for what needs to be ran. We have checks in and messages so if it fails at any point in the "flow" we know where.
Had planned to do a presentation on this at summit but got my paperwork in late
It's something that can be done and without using HTML.
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006
One other option is to use DSTRUN, this is old but reliable. We used that for years until migrating to WebFOCUS 8 and Keberos SSO. There is a bug that is keeping DSTRUN from working in our WebFOCUS 8 enviroment.
As a result, I now have a small MODIFY program that updates the Next Run Date/Time in the desire ReportCaster Schedule.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006
At our site we used none for the service description. The base URL is the url to the client example - (https://wf.net/ibi_apps) and for security we selected none.
Crystal
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006