Skip to main content
Solved

FME Server Custom Error

  • March 14, 2019
  • 2 replies
  • 75 views

cwarren
Forum|alt.badge.img

Some of my workspaces contain multiple checks before any data is processed and are hooked up to some Terminator transformers. Is there a way to show the custom error message, that is included in the Terminator, in the web gui instead of the default translation failed message?

 

Although the terminator message is in the log file, I would prefer the message be shown to the end user instead of having to access the log file.

 

FME Server 2018.1

Best answer by redgeographics

If you set up your workspace to have data streaming output you can generate HTML to show to the user. Actual writing of data can be done using FeatureWriters

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

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • March 14, 2019

If you set up your workspace to have data streaming output you can generate HTML to show to the user. Actual writing of data can be done using FeatureWriters


cwarren
Forum|alt.badge.img
  • Author
  • March 15, 2019

If you set up your workspace to have data streaming output you can generate HTML to show to the user. Actual writing of data can be done using FeatureWriters

That actually seems like a good work around! I also found an idea that was posted about the terminator transformer.

https://knowledge.safe.com/content/idea/22972/terminator-improvements.html