Skip to main content

I have the error: The below feature caused the translation to be terminated
Storing feature(s) to FME feature store file `P:\\WELL_DATA_EXCHANGE\\PGISF_WDERPRT_JS\\log\\WellDataExchange_PopulateReport_log.ffs'

I used a recorder in a TEST script now this error is showing up in all my FME scripts

 

Can you supply a screenshot of the workspace or complete log file?

If a Writer can't write certain features, Workbench saves these features in the same directory where the Workspace is located, the format is ffs. The same behaviour as the logfile. You can use this ffs file to analyze the not written features.

The ffs you get is probably data what could not be written. Related to input, not to the use of a Recorder.

You can reproduce this by writing a point feature to a polygon featureclass in gdb, it will reject the point and write an ffs with the not written point.

2017-10-18 09:55:25|   0.3|  0.0|WARN  |FileGDB Writer: Failed to write Geometry to feature class 'polygons' with geometry type 'esriGeometryPolygon'. Dropping containing feature2017-10-18 09:55:25|   0.3|  0.0|STATS |Storing feature(s) to FME feature store file `D:\tmp\New folder (14)\01_point_to_polygon(2017)_log.ffs'

0684Q00000ArKKHQA3.png


Many Thx, Very helpfull


Reply