I've uploaded a very simple file geodatabase with a single polygon layer to ArcGIS online and created a hosted feature service from it.
I'm now trying to use DI / FME to update the service. I've connected my reader/writer without any problem, but whenever I try to run the tool it throws the following error:
Reproject: Could not reproject the geometry of the preceding feature: Reprojector: Invalid reprojection parameters
I've added in an EsriReprojector Transformer, specified the source coordinate system (WKID 2276) and the target coordinate system, (WKID 102100) but it still throws the error. I've tried using every geographic transformation option listed, I've tried deleting the EsriReprojector and using just the Basic Reprojector with the same results.
I simply can not get this to work.
What am I missing here?