Skip to main content
Solved

About RasterBandSeparator

  • April 2, 2019
  • 3 replies
  • 14 views

Hello! I´m new using FME. I have a question about RasterBandSeparator. I have used this transformer in a FME process and it appears the next error:

RasterBandSeparator_<Rejected>(TeeFactory): RasterBandSeparator_<Rejected>: Termination Message: 'RasterBandSeparator output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''

RasterBandSeparator_<Rejected>: Termination Message: 'RasterBandSeparator output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''

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

 

Best answer by ebygomm

It looks like you're using the featurereader to read a list of filepaths of images, not the images themselves. You need to read the raster images into FME before processing them with any of the raster 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.

3 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • April 3, 2019

Hi @jlopez

Could share us the complete log file?

 

Thanks,

Danilo


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • Best Answer
  • April 3, 2019

It looks like you're using the featurereader to read a list of filepaths of images, not the images themselves. You need to read the raster images into FME before processing them with any of the raster transformers.

 


  • Author
  • 1 reply
  • April 4, 2019

Ok, thanks @egomm! I have changed that and the process runs perfectly.

 

Thanks,

Joaquín.