Hi EB
This error is typically give by SQL Server itself when the geometry we send it from FME is somehow invalid. A few common reasons:
- if your column is "geography" then the feature must be in lat long have geometry within the valid lat long range of numbers. You can use a Reprojector transformer
- self-intersecting features may also cause this error
You might try using the GeometryValidator to look for self-intersecting features or other invalid geometries. Failing that you could send a sample of this data to us in support (safe.com/support) and we can take a look.
Thanks
Ken