Hi guys,
I have a doubt, I don’t know if such an option already exists or not, if it does, please guide me to the page.
I need to make a notification system within the FME Server to send a live notification to a email if a job fails. Now there are number of methods to do this I believe, and I tried some of them but failed to achieve what I really require. What I need is a live notification system, i.e., it must notify me as soon the job fails. Now this notification message must contain time, workspace name, repository name, and the error message in a clean manner, like for example “Workspace Name : work.fmw”. Here the workspace name and repository name must be there without any fail, the other details I can compromise, but these two information is a must.
Now, this notification system must not depend on a workspace, because I know i can create a notification system using FME Flow Notifier within a workspace. But I want the system to be independent of a workspace as it requires the workspace to run each time an error occurs and that's not ideal, because then It will not be live notification.
Another method would be using an automation to sent the system event as an email, but this will not consist the info i need, which is workspace name and repository name.
So, is there a solution to this?