Hi All,
I would like to know that
is there any possible way to trigger mail while running my workbench in FME Desktop/ Forms if it is facing a error?.
FYI : I am using FME Desktop 2020.1.1 version.
Thanks in advance!
Hi All,
I would like to know that
is there any possible way to trigger mail while running my workbench in FME Desktop/ Forms if it is facing a error?.
FYI : I am using FME Desktop 2020.1.1 version.
Thanks in advance!
Best answer by nielsgerrits
Your question is a bit broad, but in general yes.
Using the Emailer transformer it is possible to send an email initiated by a feature. So if you build in some testers (make sure to limit the input to the emailer to prevent a mailbomb) this is doable. This might only work well if the Rejected Feature Handling in the Navigator window is set to Continue Translation, else the process is terminated before the Emailer has worked.
The LogMessageStreamer can be used to pick up specific errors from the logs, which can serve as input for the emailer.
If you want to know if a complete run fails, you’ll need to start the workspace using a WorkspaceRunner, it is then possible to use the Failed outputport to initiate the Emailer.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.