Skip to main content
Question

Having issue running a workflow

  • June 24, 2025
  • 2 replies
  • 38 views

evoteck
Enthusiast
Forum|alt.badge.img+28

From the attached image, I am running a workflow for QAQAC for 2nd Level Check of Electricity Data, and I discovered that some of the transformers is showing under Incomplete Transformers, and also I am having an error showing (ERROR_2.1B:
Wrong QA/QC Workflow
Kindly run data with the most recent workflow) based on the way the FME Administrator developed the workflow. My question is this, if a workflow is developed with older version of FME like 2 years Gap, does result to some Transformers been listed under Incomplete Transformers, and how can I resolve such Transformers.

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

An old workspace opened in a newer version of FME is unlikely to be causing this (although perhaps not impossible). 

One of the most common issues is a broken connection where certain attributes used in a Transformer are no longer connected.

The other likely issue is if an attribute name  changed (e.g., a reader was replaced with a different schema) which is used later in one or more transformers. 

 

There are other possibilities too, but these are the most common


evoteck
Enthusiast
Forum|alt.badge.img+28
  • Author
  • Enthusiast
  • June 26, 2025

@virtualcitymatt Thank you, for your observation, I will check out the transformer parameters.