i'm getting an error 1000 in Data interop when trying to append a set of polygons to an ArcGIS Online feature service
the error is:
ArcGIS Online Feature Service Writer: 'addResults' error for a feature in 'Missing Buildings'. The error code from the server was '1000' and the message was: 'Invalid column name 'Shape_1'.
Invalid column name 'Shape_3'.
Invalid column name 'Shape_5'.
Invalid column name 'Shape_7'.
Invalid column name 'Shape_9'.
Invalid column name 'Shape_11'.
Invalid column name 'Shape_13'.
Invalid column name 'Shape_15'.'
ArcGIS Online Feature Service Writer: 0 features successfully written to 'Missing Buildings', but the server rejected the 1 features in the last request due to errors. See warnings above. Aborting translation
ARCGISONLINEFEATURES writer: A fatal error has occurred. Check the logfile above for details
i can export the same to a FGDB without issue so i'm stumped
any ideas?