I am attempting to overwrite a data table within an ArcSDE Geodatabase (Esri's Enterprise Geodatabase in SQL Server) using a workflow in Designer that reads data from a local excel spreadsheet, creates points in NAD27 using lat/long fields in the excel doc, transforms to WGS84, and then overwrites a spatial table within the SDE. Everything seems to work up to the point of actually writing the data to the SQL Server.
I am attempting to do this using the SQL Server Bulk Loader format because I saw in another post on the Community that this was a viable option for interfacing with an Esri enterprise geodatabase.
The error that pops up every time is "Spatial Objects are not enabled for this Connection." This seems odd since it is definitely an enterprise geodatabase and stores other spatial data.
Is there something I'm missing here on the SQL and/or Alteryx side of things that I need to enable to allow this type of interfacing?
