Focal Point
[SOLVED] Control-M

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4251043741

January 06, 2006, 09:43 AM
Prarie
[SOLVED] Control-M
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
We are attempting to determine the feasibility of this at our company. Did you end up running jobs in Control-M?
oh...afer long research....and a lot of pain.
check out this documentation on DSTRUN command
http://documentation.informationbuilders.com/masterinde...capiweb8.htm#1034899

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
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.
This way is good cause you get to keep using ReportCaster.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
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
That is good to know. I doubt we will be able to get them to use webservices initially, but that would ultimately be the way to go.
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
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.


WebFOCUS 8.1.05