Hi,
I've received a MapInfo TAB dataset, in which the user has "exploded" all their (CAD) point symbol into multi-polylines with 142 segments each with a simple 2-point line !
I'm trying to read them into MS/SQL, but it errs (as just one of 24 datasets). FME logs them instead with this error message: "Microsoft SQL Server Spatial Writer: Failed to get the SQL Server native binary form for column 'GEOM'"
FME and MapInfo Pro handles the geometries perfectly well, but I can see, that the geometries exported as WKT are close to/over 10K characters, so I'm curious as to precisely how FME writes the geometry to the SQL tables ?
All datasets are created with "Drop and Create" (which works), and the created table's geometry column is defined as "GEOM (geometry, null)".
Please advise. Cheers.
Lars