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?