I have a similar problem and so I thought I would take Vince's advice and see if I could isolate the baddies using ascinfo.
I dumped my SQL geometry into a flat file
2 POLYGON ((120.258097207178 -28.8259932764729, 120.266262438367 -28.8253653184617, 120.271354650676 -28.8315606240709, 120.271588304722 -28.8377220084302, 120.26499880165 -28.8385718603031, 120.258097207178 -28.8259932764729))
3 POLYGON ((120.271354650676 -28.8315606240709, 120.277827541831 -28.8300055765609, 120.282974908246 -28.8436300321902, 120.276499614822 -28.8451858541119, 120.271588304722 -28.8377220084302, 120.271354650676 -28.8315606240709))
etc
I then setup a CTL file in various combinations, but I could not get the syntax correct. The current sticking point is how to specify that input is polygons.
..\jc.ctl: Class 'GeoArea' not found (line 10)
..\jc.ctl: Class 'GeoPolygon' not found (line 11)
..\jc.ctl: Class 'GeoPoly' not found (line 11)
..\jc.ctl: Class 'Geopoly' not found (line 11)
..\jc.ctl: Class 'GEOPOLygon' not found (line 11)
..\jc.ctl: Class 'GEOPOL' not found (line 11)
COORDREF_XY -210,-120,1000000
COORDSYS GCS_WGS_1984
EFLAGS "np"
SKIP 1
COLUMNS
OBJECTID String - 11 N
$WKT String - 32767 N
Shape GEOPOL($WKT) - 1 Y
END
Can someone push me along a little bit?
Thanks