Skip to main content
Solved

File gdb writer only writing a small percentage of records

  • September 5, 2023
  • 2 replies
  • 48 views

deanhowell
Influencer
Forum|alt.badge.img+24

I have a workbench that reads in three road datasets, does a bunch of tests and outputs to a file gdb. Two datasets have around 3000 records each and the third has almost 11,000 records, so not huge datasets.

 

The problem I am having is the two smaller ones write successfully but the larger one only writes 956 records.

 

If I write to shapefile all is fine but no matter what I try the file gdb writer fails. I have tried writing to fresh gdb and still same result.

 

I am using FME Form 2023.0 and ArcGIS Pro 3.0

 

Any ideas?

Best answer by nielsgerrits

What does the log say? This is usually an incorrect geometrytype (lines instead of points) or attributetype (date field but not formatted like yyyymmdd).

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

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • September 5, 2023

What does the log say? This is usually an incorrect geometrytype (lines instead of points) or attributetype (date field but not formatted like yyyymmdd).


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • September 5, 2023

What does the log say? This is usually an incorrect geometrytype (lines instead of points) or attributetype (date field but not formatted like yyyymmdd).

Thanks @nielsgerrits​ It was a geometry issue even though I was replacing the original line geometry, a geometry coercer force them back into lines 😀

 

image