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.
To answer your question is yes, the name of the parameter is CAR, and it is there in the task of the schedule.
What is the syntax to send to the schedule?
is it --https://dev-wbfweb01/ibi_apps/rs/ibfs/WFC/Repository/Development/jlsnyc1/CAR_SCHED_TEST.sch?IBIRS_action=run&CAR='BMW'-- if so it is not working it runs the schedule but its not passing the value BMW
Posts: 61 | Location: New York City | Registered: July 20, 2006
Well yes, there is a way to run a schedule and pass parameters to it. Its called DSTRUN , and we are using it today. The problem is that IBI will soon stop supporting and discontinue DSTRUN. We were told we can do the same with WebService, however we are having difficulties with getting this to work. Seems like a lot work to set up WebServices to just run an existing schedule and pass parameters to it. Again the question is there a way to run an existing schedule with parameter from a focexec or URL call
Posts: 61 | Location: New York City | Registered: July 20, 2006
According to the product manager.. "DSTRUN is currently the only way to run an existing schedule and override the parameter values stored in that schedule. It is still supported but it is functionally stabilized."
That means that no enhancements or bug fixes will be made to it but it should continue to work for your existing application.
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
We've had been using DSTRUN for years until we moved to WebFOCUS 8. I currently have 55 schedules that are "DSTRUN" schedules. It stopped working with our SSO environment because of the new security model that came out with WebFOCUS 8 (btw, I despise the Security model for numerous reasons and really resent being forced to use it). When we tried to use alternate authentication there was a bug that kept DSTRUN from working. That bug is supposed to be fixed in 8.2. I then had to update all the schedules manually to a "Run Once" and check the "Enabled (Scheduled job runs at specific time)" check box. Then wrote a MODIFY routine to update the next run time to be the current date/time + 1 minute. Needless to say that IBI doesn't like that. With WebFOCUS 8 I have tried to use the restful service, but as no one ever mentions, that requires extra costs and an license key. IBI gave us a key for this purpose but the problem with restful services, anytime you call it to start a job, it returns a web page, which is an issue with doing this in batch. There is no way to call the service without returning the useless page that says the job was submitted and I can't find a way to direct it to nowhere. With my issue supposedly fixed in 8.2, when we get there, I was hoping to be able to go back to using DSTRUN.
If IBI is taking away support for DSTRUN, then they should provide an alternative.
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