Skip to main content

Here's the output:

 

 

Terminator(TestFactory): Terminator: Termination Message: 'PARCEL_LIMIT_EXCEEDED'

Terminator: Termination Message: 'PARCEL_LIMIT_EXCEEDED'

Bridge failed to output feature on tag `PYOUTPUT'

f_218(PythonFactory): PythonFactory failed to process feature

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Feature output statistics for `FFS' writer using keyword `W_1':

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Features Written

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

==============================================================================

Total Features Written 0

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Successfully closed POSTGRES database reader

... Last line repeated 5 times ...

Closing the Geodatabase reader

... Last line repeated 2 times ...

A fatal error has occurred. Check the logfile above for details

Stored 1 feature(s) to FME feature store file `C:\\test_log.ffs'

FME Session Duration: 33.0 seconds. (CPU: 4.5s user, 12.1s system)

END - ProcessID: 21364, peak process memory usage: 635072 kB, current process memory usage: 619632 kB

FME_END_PYTHON: evaluating python script from string...

FME_END_PYTHON: python script execution complete.

A fatal error has occurred. Check the logfile above for details

Program Terminating

Translation FAILED.

Warning: not all FMESessions that were created were destroyed before shutdown. This may cause instability

Looks like there's a Terminator transformer somewhere in your workspace that got triggered.


Looks like there's a Terminator transformer somewhere in your workspace that got triggered.

Hi David, actually i have a tester and if even it fails one feature then i want to trigger the terminator. Anf that's what i am doing. But I don't want this fatal error with that.

 


Looks like there's a Terminator transformer somewhere in your workspace that got triggered.

The Terminator stops the translation with an error when it received a feature. It's the intentional behavior of the transformer and you cannot change that.

 

If you don't want to stop the translation even if the Tester routes a feature to the Failed port, consider replacing the Terminator with a Logger to log the failed feature without stopping the translation.

 


Can you please brief your workflow? Its looks like python execution issue.


Reply