Skip to main content

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

 

Hi @jlopez

Could share us the complete log file?

 

Thanks,

Danilo


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.

 


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

 

Thanks,

Joaquín.


Reply