Skip to main content
Archived

InspectLogger - works both on FME Desktop and Server

Related products:Transformers
  • January 24, 2018
  • 1 reply
  • 12 views

sigtill
Supporter
Forum|alt.badge.img+25

Create a hybrid called InspectLogger which works like an Inspector when in FME Desktop - and as a logger on FME Server. Has the parameters of both Inspector and Logger

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.

1 reply

david_r
Celebrity
  • January 24, 2018

Hm, I'm thinking this should be fairly easy to do with a custom transformer. You could determine if your workspace is running on FME Desktop or Server by e.g. checking if $(FME_JOB_ID) has a value and then route to either a Logger or an Inspector.