简体   繁体   English

Informatica Cloud 中的文件侦听器

[英]File Listener in Informatica Cloud

Is there any "option" to notify the end-use if a particular file is not arriving during the scheduled time in the file listener of IICS or coming in after the scheduled time?如果特定文件没有在 IICS 的文件侦听器中的预定时间内到达或在预定时间之后到达,是否有任何“选项”来通知最终用户?

If so, what is it?如果是这样,它是什么?

Else, how can we achieve this?否则,我们怎样才能做到这一点?

Yes, it should be feasible.是的,应该是可行的。 Use Parallel Paths .使用Parallel Paths On one path run your File Watch Task .在一条路径上运行您的File Watch Task On the other put a Wait task followed by a Decision that again splits the paths to two.另一方面,放置一个Wait任务,然后是一个Decision ,再次将路径分成两条。 Decision should check eg your main task start time. Decision应检查例如您的主要任务开始时间。 If it's set - it means your job has been started already.如果已设置 - 这意味着您的工作已经开始。 If not use throw to report an error.如果不使用throw来报告错误。

Here's how I'd imagine that (general idea, some tuning might be required):这是我的想象(一般想法,可能需要一些调整):

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM