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 would like to launch a WebFOCUS Schedule or FEX from a SQL Server Job. Is there a command I can use to do this? The WebFocus process can only be complete once the SQL Server process ends. The SQL Server process runs on different days and sometimes different times each month - so the normal schedules would not work.This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.0
Posts: 9 | Location: Philadelphia, PA | Registered: October 01, 2013
Not sure if there is a direct call, however in the past I have used a simple table to control this type of requirement. When your SQL server job is finished, update this table with an indicator. Have a schedule to run every nn minutes to check this table and run if there is a value there to indicate that the job should run, finally the scheduled job should update the table to remove the indicator.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
thanks Alan. I will try this. It is unfortuate that there isn't a command that could be used to do the same thing. It seems like a lot of overhead to get this done.
WebFOCUS 8.0
Posts: 9 | Location: Philadelphia, PA | Registered: October 01, 2013
Using technique mentioned by Alan where you search for an indicator, search for "Alert" in documentation, that may help too to accomplish what you're looking for.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013