1

我对 control-m 很陌生,想问一下 control-m 是否支持这种情况:

  1. 我们有一个运行日志运行作业的 http web 服务,例如

http://myserver/runjob?jobname=A

然后这将在服务器上启动作业 A 并返回一个作业 ID。我返回作业 ID,以便我可以随时从服务器获取作业状态。该作业有许多状态,例如等待、进行中、错误

  1. 我希望在服务器上的作业更新后立即更新 control-m 作业状态。为此,我创建了一个网络服务 url:

http://localhost/getjobsatus?jobid=1

这个url请求会得到job id 1的job status

control-m 可以轮询 Web 服务 url 以获取作业状态,我可以调用 Web 服务来运行作业并取回其 id 吗?

很抱歉提出这个基本级别的问题。任何帮助将不胜感激。

4

1 回答 1

2

Welcome to the Control-M community :-)

You can implement 2 Control-M WebServices jobs (available with BPI – Business Process Integration Suite), one to submit your job and get its ID, and one to track its status.

Alternatively you can implement this in 1 Control-M OS type job using the ctmsubmit command inside a script…</p>

Feel free to join our Control-M online community

于 2013-07-14T09:09:41.593 回答