Skip to main content
Question

FeatureWriter error

  • June 20, 2017
  • 2 replies
  • 73 views

Forum|alt.badge.img

Hi I have used a FeatureWriter to write to an SDE feature class. While this seems to work, I am still getting an error in the log file. 

Any ideas?

Total Features Written                                                    9669
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
The below feature caused the translation to be terminated
Storing feature(s) to FME feature store file `C:\FME\BatchProcesses\FMEDailyProcesses\log\pipes_logFile_log.ffs'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `Tester_PASSED'
Attribute(string)                 : `_dataset' has value `<Unused>'
Attribute(32 bit unsigned integer): `_feature_type{0}.count' has value `9669'
Attribute(string)                 : `_feature_type{0}.name' has value `wgis.pipes'
Attribute(encoded: fme-system)    : `_num_features_read' has value `9669'
Attribute(32 bit unsigned integer): `_total_features_written' has value `9669'
Attribute(string)                 : `fme_geometry' has value `fme_undefined'
Attribute(string)                 : `fme_type' has value `fme_no_geom'
Geometry Type: Unknown (0)
===========================================================================
Terminator(TestFactory): Terminator: Termination Message: 'Translation Terminated'
Abnormal termination of the Geodatabase reader
Closing the Geodatabase reader
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Feature output statistics for `FFS' writer using keyword `W_1':
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
                               Features Written
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
==============================================================================
Total Features Written                                                       0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Closing the Geodatabase reader
Terminator: Termination Message: 'Translation Terminated'
Stored 1 feature(s) to FME feature store file `C:\FME\BatchProcesses\FMEDailyProcesses\log\pipes_logFile_log.ffs'
FME Session Duration: 26.8 seconds. (CPU: 13.5s user, 0.8s system)
END - ProcessID: 308, peak process memory usage: 155212 kB, current process memory usage: 139816 kB
FME_END_PYTHON: evaluating python script from string...
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.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • June 20, 2017

Do you have the Rejected Feature handling set to Terminate the workflow?


mark2atsafe
Safer
Forum|alt.badge.img+59

Do you have the Rejected Feature handling set to Terminate the workflow?

Yes, that could well be the issue. It can also be dealt with by adding an Inpsector or Logger transformer to the Rejected port, or by using the Rejected Feature parameter in the Parameters Window (See workspace parameters)

 

 

 

 

Erik's suggestion will work for all new workspaces, but this parameter will work for the current workspace.