Skip to main content
Question

FME Server subscriptions

  • November 23, 2012
  • 2 replies
  • 14 views

We have two default subscriptions on FME Server which are email tasks that occur on success or failure of a workspace: EmailJob_Success & EmailJob_Failure. Can these be assigned to specific repositories? What if you have two download portals on the same FME Server, can they have different e-mail templates assigned?
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

Forum|alt.badge.img
  • November 28, 2012
Hello breX,

 

 

I guess that a new feature of FME 2013 will let you confgure what you want:

 

http://fmepedia.safe.com/articles/How_To/Notify-an-FME-Server-Topic-on-Success-or-Failure-of-a-Workspace#heading_toc_j_2

 

 

Larry

Forum|alt.badge.img+1
  • November 29, 2012
I'm not familiar with 2013, but in 2012, as I understand it, each workflow notifies a topic that has one or many subscribed actions, e.g. send an email and/or run another workflow (subscription service), i.e. [workflow > topic > action].  I don't know of a way to subscribe repositories to topics, i.e. [repository > topic > action].  I think you would need to create email success and failure topics for each repository and create email subscriptions that associate with each. Then have your workflow notify the relevant topic.  So, Email_JobSuccessRepA subscription is associated with EmailSuccessRepA topic and Workflow1RepA notifies EmailSuccessRepA topic while Email_JobSuccessRepB subscription is associated with EmailSuccessRepB topic and Workflow1RepB notifies EmailSuccessRepB topic.