在没有 Unix 脚本的情况下每年和每季度安排 Informatica 工作流

Schedule Informatica Workflow Yearly and Quarterly without Unix Script

我想在 Informatica PowerCentre 中实现以下目标

1)我想安排从 12 月到 11 月开始的 Informatica Workflow "Yearly"。 因此,在每年 12 月 1 日,该工作流程应该 运行.

2)我还想安排另一个工作流程 "Quarterly" 从以下开始: a)12 月至 2 月(在每个 12 月 1 日工作流程应该 运行) b)3-5 月(每年 3 月 1 日工作流应该 运行) c)6 月至 8 月(每 6 月 1 日工作流程应 运行) d)9-11 月(在每个 9 月 1 日工作流程应该 运行)

仅使用 Workflow Scheduler 选项是否可行。我不想使用 UNIX 脚本。请告诉我。

请尝试将 Schedule 设置为 Customized Repeat,编辑自定义重复设置以将 Repeat every 设置为 12,然后选择 Month(s)。接下来,在 Monthly 区域中将 Run on day 指定为 1。 现在是棘手的部分:您需要 Schedule the Workflow 在 11 月 2 日到 30 日之间的某个时间...它将在新月的第一天执行,并在接下来的 12 个月内再次安排到 运行。

这很弱:如果再次安排(例如,在 IS 重启的情况下),它将在最近一个月的第一天执行。一般来说,Workflow Scheduler 有很多缺点,我建议使用外部的。

我们可以通过以下方式实现:

1) 对于年度工作流计划程序(12 月至 11 月)。见附图。Yearly Workflow Scheduler (Dec-Nov)

2) 每季度 Scheduler.See 附上图片。Quarterly Scheduler a)12-2月 b)三月至五月 c)6-8月 d)9-11月