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.
Anyone have any experience setting up WebFocus and/or ReportCaster jobs on a Control-M Enterprise Manager Scheduler?This message has been edited. Last edited by: <Kathryn Henning>,
In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005
What you basically have to do is set it up in a .bat file for Control-m to execute. The example below is the .bat file retrun has the fex described in the documentation that lists varous dependencies... most important the schedule-id.
d: cd d:\ibi\apps\sys_control_m D:\ibi\srv53\wfs\bin\edastart -f edastart_-f_retrun
Good Luck.
In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005
Thanks! We will take a look at this. The current work around was going to involve having Control-M launch a .bat file which in turn would launch an HTML page that would call a .fex.
Posts: 8 | Location: Orlando | Registered: May 24, 2005
If what I read about Control-M is true, then the scheduler can consume a web service, or launch a J2EE application. That being said, you can use RC Webservices to have control-m run a schedule. Or, use the RC Java API and build the required classes to allow control-M to directly execute the schedule.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
Anyone have any more recent experience with letting control-m control RC jobs?
Update:
DSTRUN() does not support Secure Sockets Layer (SSL), so it cannot communicate with an "https://" website. I did not find that explicitly stated in the documentation (as a reason for labelling it "Legacy"); that should be made clearer.This message has been edited. Last edited by: j.gross,
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
We did earlier this year, but your probably not going to like my response.
We implemented the RESTful license to allow WF objects to be called. Since our version of Control-M doesn't support these types of calls, we build a little JAVA app that makes the REST calls which calls the RC jobs.
So Control-M executes a batch file which calls the JAVA program which makes the REST calls to RC.
May be ugly, but it has saved a lot of support time since some of our RC jobs are data dependent.