Skip to main content
Released

Use Data Inspector when running FME 2019 from batch

Related products:FME Form
  • May 2, 2019
  • 4 replies
  • 57 views

erik_jan
Contributor
Forum|alt.badge.img+26

In FME 2019, the option exists to use the Data Inspector when the Visual Preview Window is closed.

But running a workspace from a batch file, the Data Inspector is not opened, even though the output is to an Inspector transformer.

Running from batch should consider the Preview Window closed and always use the Data Inspector for output through Inspector transformers.

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.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+26
  • Author
  • Contributor
  • May 3, 2019

This issue (not opening the FME Data Inspector when the workspace is run from batch) causes a lot of my validation workspaces not to show the invalid data even though the data is sent to the Inspector transformer.

I use batch files to run these workspaces.


erik_jan
Contributor
Forum|alt.badge.img+26
  • Author
  • Contributor
  • November 5, 2019

Suggested solution:

Add this checkbox option to the Translation tab in FME Options:

Disable Inspector transformers at Runtime (Yes/No)

That would allow us to use Inspector transformers as output when using a batch file.


antoine
Enthusiast
Forum|alt.badge.img+7
  • Enthusiast
  • November 7, 2019

Why don't you use a FFS writer and a second line to launch the Inspector exe on your output?


DanAtSafe
Safer
Forum|alt.badge.img+23
  • Safer
  • October 7, 2020

@erik_jan The work-around since FME 2019 is to add --FME_LAUNCH_VIEWER_APP YES

to your command. (The default is NO.) Unfortunately this hasn't been documented yet.