Skip to main content
Question

Email notification when job fails

  • February 8, 2016
  • 2 replies
  • 244 views

trembathp
Contributor
Forum|alt.badge.img+1

I'm new to notifications in FME server and I'm trying to create a service that notifies our helpdesk each time a Data Download job fails on our fme server.

I've set up a subscription with the appropriate email settings and subscribed to the DATADOWNLOAD_ASYNC_JOB_FAILURE topic.

I then start topic monitoring on the DATADOWNLOAD_ASYNC_JOB_FAILURE topic and when I test the topic, the email is received exactly as expected.

The problem I have is that topic monitoring stops as soon as I navigate from the manage notifications page or if I refresh the page. Is this supposed to happen? I was assuming that once started, topic monitoring would continue until explicitly told to stop.

Thanks in advance for you help

(Using FME server 2015.1.1)

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • February 8, 2016

In the Articles is a very good description how to set up email notifications:

https://knowledge.safe.com/articles/549/email-in-f...

Hope that helps getting you started.


Forum|alt.badge.img+5
  • 40 replies
  • February 10, 2016

You can check the values in fmeserverconfig.txt. When the workbench is failed, FME server starts a notification. In this case, it's JOBSUBMITTER_ASYNC_JOB_FAILURE.

 #--------------------------------------------------------------------------
# System Notifications
#--------------------------------------------------------------------------
#NOTIFY_FAILOVER=<TopicName>
#NOTIFY_JOB_SUCCESS=<TopicName>
NOTIFY_JOB_FAILURE=JOBSUBMITTER_ASYNC_JOB_FAILURE