Skip to main content
Question

Good morning, I have recently started working with FME with no previous experience with the software and was wondering would anyone be able to me how I fix this problem please and what does it actually mean? Many thanks Andrew

  • December 4, 2020
  • 4 replies
  • 107 views

FeatureJoiner_2_<Rejected> (TeeFactory): FeatureJoiner_2_<Rejected>: Termination Message: 'FeatureJoiner_2 output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature

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

davtorgh
Contributor
Forum|alt.badge.img+12
  • Contributor
  • December 4, 2020

Hi @andreweastop​ ,

 

this is typically a problem due to an absence of a join key in some features. If this is the case, use a Tester before the FeatureJoiner to filter out features without join key value.

 

screenshot.1 

Anyway, you can inspect the rejected feature in the Data Inspector (there should be an attribute added by the FeatureJoiner containing an explanation).

Hope that helps!


Thank you very much


alexlynch3450
Contributor
Forum|alt.badge.img+16
  • Contributor
  • December 4, 2020

to add, if you want to bypass terminating the translation:(see image). Would not recommend this setting for master or published workspace though. Screenshot 2020-12-04 082330


to add, if you want to bypass terminating the translation:(see image). Would not recommend this setting for master or published workspace though. Screenshot 2020-12-04 082330

thank you Alex