Skip to main content
Solved

change the notification to already published workspace

  • March 7, 2018
  • 5 replies
  • 24 views

Forum|alt.badge.img

I have few handful of workspaces (consuming job submit and data download services) that are initially setup without any email notification. Is there a way to modify the published workspace in FMW server to setup with email notification upon job submit fail and donwload fail?

When you publish a new service and setup email notifications while assigning the services, it works!! But i want to change the settings for existing workspaces.

Thanks in advance!

Best answer by rylanatsafe

Hi, @udayburrey – this is a great question and thank you for posting it! If you are referring to changing the Post to Topic(s) upon Success/Failure, there is currently no workaround available save for republishing the workspace. I can definitely understand the inconvenience here!

 

This would be great to track as an idea in our Knowledge Center – safe.com/ideas – if you would be willing to create one. (I performed a quick search and didn't find anything that matched this request.)
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.

5 replies

Forum|alt.badge.img
  • Author
  • 2 replies
  • March 7, 2018

 

I am using FME 2015 serve & workbench

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • March 7, 2018

Hi, @udayburrey – this is a great question and thank you for posting it! If you are referring to changing the Post to Topic(s) upon Success/Failure, there is currently no workaround available save for republishing the workspace. I can definitely understand the inconvenience here!

 

This would be great to track as an idea in our Knowledge Center – safe.com/ideas – if you would be willing to create one. (I performed a quick search and didn't find anything that matched this request.)
Hi @udayburrey,

 

Builtding on this - If you're worried about jobs failing you could try turning off the engine services. This means that any submitted jobs should just go into the queue. How often are thuse workspaces being used? is there a quiet time you could do it?

 


rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 671 replies
  • Best Answer
  • March 7, 2018

Hi, @udayburrey – this is a great question and thank you for posting it! If you are referring to changing the Post to Topic(s) upon Success/Failure, there is currently no workaround available save for republishing the workspace. I can definitely understand the inconvenience here!

 

This would be great to track as an idea in our Knowledge Center – safe.com/ideas – if you would be willing to create one. (I performed a quick search and didn't find anything that matched this request.)

Forum|alt.badge.img
  • Author
  • 2 replies
  • March 7, 2018

Thank you @RylanAtSafe

I will plan on republishing the workspace. I will also create idea in the Knowledge center

Thank you @MattAtSafe

The workspaces are pretty much busy in the daytime. I will plan on doing it after business hours. The idea of stopping the engine service sounds great!


Forum|alt.badge.img
  • 173 replies
  • March 12, 2018

There is a way to set a workspace property using the original REST API:

http://fmeserver/fmerest/repositories/<repository>/<workspace>/properties.json?token=<token>&category;=fmejobsubmitter_FMEUSERPROPDATA&name;=FAILURE_TOPICS&value;=<topic>

You'll have to use either fmejobsubmitter_FMEUSERPROPDATA or fmedatadownload_FMEUSERPROPDATA depending on the service you workspace is registered to.

You can look at this question for more details.