Skip to main content

Hello,

I have a (tough) nut to crack.

A TestFilter of a job, run by a WorkspaceRunner, receives data but does not copy them into his output.

TestFilter_12_INPUT (TeeFactory): Cloned 2589 input feature(s) into 2589 output feature(s)

TestFilter_12 (TestFactory): Tested 2589 input feature(s) -- 51 feature(s) passed and 2538 feature(s) failed

TestFilter_12 LR valid Transformer Output Nuker (TeeFactory): Cloned 45 input feature(s) into 0 output feature(s)

TestFilter_12 BT valid Transformer Output Nuker (TeeFactory): Cloned 6 input feature(s) into 0 output feature(s)

 

The very same job, when run manually it gives this information :

TestFilter_12 (TestFactory): Tested 2589 input feature(s) -- 51 feature(s) passed.

 

I don't understand why the behavior changes according to the way of launching it.

 

Someone has an idea ?

 

 

I have actually had a similar experience very recently. I had set up a logger to verify the features were going where I expected but nothing was being logged.

I saw very similar things as you see in your log about the TestFilter.

I put it down to the fact that nothing was being processed (only logged) so FME decided it didn't need to output those features - as if an output connector wasn't connected.

What do you have after your test filter?


I have actually had a similar experience very recently. I had set up a logger to verify the features were going where I expected but nothing was being logged.

I saw very similar things as you see in your log about the TestFilter.

I put it down to the fact that nothing was being processed (only logged) so FME decided it didn't need to output those features - as if an output connector wasn't connected.

What do you have after your test filter?

A GeometryFilter.


A GeometryFilter.

And after that? Do you have any writers or anything in the workspace connected to those outputs?

 

Which version of FME? - I noticed this only in FME 2023

 

 


Reply