Skip to main content
Question

How to turn off records

  • October 17, 2017
  • 3 replies
  • 26 views

dbklingdom
Contributor
Forum|alt.badge.img+7

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

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

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • October 18, 2017

 

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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • October 18, 2017

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


dbklingdom
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 33 replies
  • October 18, 2017

Many Thx, Very helpfull