我怎样才能在 DataStage 序列作业中有 2 个输入 link?

How can i have 2 input link in DataStage sequence job?

如您所见,当 SEQ_DIM_ACCOUNT 作业执行时,它有两个条件,成功和失败。 我想在失败时 运行 execute_command_60,但是如果 execute_command_60 一直是 运行,那么我希望 execute_command_60 到达 SEQ_DIM_BUSINESS_PARTNER ,但是当我尝试 link 将 execute_command_60 更改为 SEQ_DIM_BUSINESS_PARTNER 时,它给了我一个错误 "the destination stage cannot support any more input links"

有办法吗?

是的,借助 Sequencer 阶段是可能的。

在 Execute_Command 之后和 SEQ_DIM_BUSINESS_PARTNER 之前添加。这个阶段可以接受任意数量的输入链接,你只需要指定所有或任何输入链接是否已经运行继续