I’m using the Esri Geodatabase (ArcSDE) reader and the safe.esri-AGOL.ArcGISFEATURESERVICE writer to publish to our ArcGIS Portal (Portal [11.3], ArcGIS Pro [3.5.1]). The feature service gets created, but it’s always empty.
The source feature class has about 56,764 records, but the writer log shows this error:
ArcGISFeatureServiceWriter: append error: Write job failure: 'Error has occurred.'
ArcGISFeatureServiceWriter: 0 features successfully written to 'aaSiteAddressPointDEV2',
but the server rejected the 56765 features in the last request due to errors.
Python Exception <RejectedBatchWrite>: FMEException...
Has anyone run into this? Any advice on what usually causes the “rejected batch write” when using the ArcGISFeatureService writer to Portal?
Thanks!