Skip to main content
Hi All,

 

 

I'm starting to use FME server and notification service.

 

I managed to publish a workspace notifying some information by email when it's completed (with a TextFile writter...). It works when I manually run the workspace from the FME server.

 

 

Now I would like to send the same notification when the workspace complete, but on a scheduled way. It seems to ignore notification information specified when publishing the workspace. And in the schedule parameters page you can define what Topic it should post to but not what data to post (and so you cannot specify that you want to post the output of the TextFile writter), it posts the standard information (job id, time infos, etc.).

 

 

Is there a way to solve this problem ? Maybe I missed something...

 

Thank you!

Hi @anthonin, I have observed this issue as well - you are correct that Schedules in FME Server do not have an option to 'Post Data from Writer' upon Success / Failure.

 

However, if you instead use an FMEServerEmailGenerator and FMEServerNotifier transformer, within the workspace, this should allow you to correctly send dynamic information in emails.

 

 

Please see Usage Notes - B for the FMEServerEmailGenerator on FME Hub: https://hub.safe.com/transformers/fmeserveremailgenerator

Reply